Searched defs:getAddressSpace (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/
H A DDerivedTypes.h451 inline unsigned getAddressSpace() const { return getSubclassData(); } function in class:llvm::PointerType
/external/clang/lib/CodeGen/
H A DCGValue.h224 unsigned getAddressSpace() const { return Quals.getAddressSpace(); } function in class:clang::CodeGen::LValue
/external/llvm/lib/VMCore/
H A DInstructions.cpp1384 unsigned GetElementPtrInst::getAddressSpace(Value *Ptr) { function in class:GetElementPtrInst
1391 return PTy->getAddressSpace();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp406 ID.AddInteger(GA->getAddressSpace());
1122 ID.AddInteger(GV->getType()->getAddressSpace());
6127 // getAddressSpace - Return the address space this GlobalAddress belongs to.
6128 unsigned GlobalAddressSDNode::getAddressSpace() const { function in class:GlobalAddressSDNode
6129 return getGlobal()->getType()->getAddressSpace();
/external/clang/include/clang/AST/
H A DType.h274 unsigned getAddressSpace() const { return Mask >> AddressSpaceShift; } function in class:clang::Qualifiers
328 addAddressSpace(Q.getAddressSpace());
339 assert(getAddressSpace() == qs.getAddressSpace() ||
354 getAddressSpace() == other.getAddressSpace() &&
882 /// getAddressSpace - Return the address space of this type.
883 inline unsigned getAddressSpace() const;
1064 unsigned getAddressSpace() const { return Quals.getAddressSpace(); } function in class:clang::ExtQuals
4669 inline unsigned QualType::getAddressSpace() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
[all...]

Completed in 75 milliseconds