Home
last modified time | relevance | path

Searched defs:AddressSpace (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/IR/
DGlobals.cpp133 ThreadLocalMode TLMode, unsigned AddressSpace, in GlobalVariable()
153 ThreadLocalMode TLMode, unsigned AddressSpace, in GlobalVariable()
240 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias()
252 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
258 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
264 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
DDataLayout.cpp129 PointerAlignElem::get(uint32_t AddressSpace, unsigned ABIAlign, in get()
386 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { in findPointerLowerBound()
388 [](const PointerAlignElem &A, uint32_t AddressSpace) { in findPointerLowerBound()
DAsmWriter.cpp248 if (unsigned AddressSpace = PTy->getAddressSpace()) in print() local
1475 if (unsigned AddressSpace = GV->getType()->getAddressSpace()) in printGlobal() local
DType.cpp727 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get()
DCore.cpp474 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { in LLVMPointerType()
1373 unsigned AddressSpace) { in LLVMAddGlobalInAddressSpace()
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXBaseInfo.h22 enum AddressSpace { enum
/external/llvm/include/llvm/IR/
DDataLayout.h85 uint32_t AddressSpace; ///< Address space for the pointer type member
125 findPointerLowerBound(uint32_t AddressSpace) const { in findPointerLowerBound()
/external/qemu/include/qemu/
Dtypedefs.h24 typedef struct AddressSpace AddressSpace; typedef
/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp195 unsigned AddressSpace = in combineLoads() local
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp304 unsigned AddressSpace = PT->getAddressSpace(); in doInitialization() local
DStackProtector.cpp341 unsigned AddressSpace, Offset; in CreatePrologue() local
/external/llvm/lib/Target/NVPTX/
DNVPTX.h116 enum AddressSpace { enum
DNVPTXAsmPrinter.cpp1600 void NVPTXAsmPrinter::emitPTXAddressSpace(unsigned int AddressSpace, in emitPTXAddressSpace()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp810 unsigned AddressSpace = 0; in ParseTypeTableBody() local
1883 unsigned AddressSpace = cast<PointerType>(Ty)->getAddressSpace(); in ParseModule() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c411 value AddressSpace) { in llvm_qualified_pointer_type()
970 value AddressSpace, in llvm_declare_qualified_global()
1007 value AddressSpace, in llvm_define_qualified_global()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1365 unsigned AddressSpace = addr->getType()->getPointerAddressSpace(); in emitArrayLength() local
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp411 unsigned AddressSpace = PTy->getAddressSpace(); in WriteTypeTable() local
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp1458 ConstantAddressBlock(unsigned AddressSpace) { in ConstantAddressBlock()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1578 else if (unsigned AddressSpace = AllocType.getAddressSpace()) in CheckAllocatedType() local
2331 if (unsigned AddressSpace = Pointee.getAddressSpace()) in ActOnCXXDelete() local
DSemaDecl.cpp7241 unsigned AddressSpace = RetType.getAddressSpace(); in ActOnFunctionDeclarator() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1624 unsigned AddressSpace = Ptr->getType()->getPointerAddressSpace(); in vectorizeMemoryInstruction() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1815 bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace, in getStackCookieLocation()