Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGlobals.cpp87 unsigned AddressSpace, in GlobalVariable()
108 unsigned AddressSpace, in GlobalVariable()
DAsmWriter.cpp265 if (unsigned AddressSpace = PTy->getAddressSpace()) in print() local
1506 if (unsigned AddressSpace = GV->getType()->getAddressSpace()) in printGlobal() local
DType.cpp734 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get()
DCore.cpp387 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { in LLVMPointerType()
1230 unsigned AddressSpace) { in LLVMAddGlobalInAddressSpace()
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXBaseInfo.h22 enum AddressSpace { enum
/external/llvm/lib/Target/NVPTX/
DNVPTX.h105 enum AddressSpace{ enum
DNVPTXAsmPrinter.cpp1279 void NVPTXAsmPrinter::emitPTXAddressSpace(unsigned int AddressSpace, in emitPTXAddressSpace()
/external/llvm/lib/CodeGen/
DStackProtector.cpp279 unsigned AddressSpace, Offset; in InsertStackProtectors() local
/external/llvm/include/llvm/IR/
DDataLayout.h80 uint32_t AddressSpace; ///< Address space for the pointer type member
/external/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp257 unsigned AddressSpace = PT->getAddressSpace(); in doInitialization() local
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp785 ConstantAddressBlock(unsigned AddressSpace) { in ConstantAddressBlock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp670 unsigned AddressSpace = 0; in ParseTypeTableBody() local
1662 unsigned AddressSpace = cast<PointerType>(Ty)->getAddressSpace(); in ParseModule() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1064 unsigned AddressSpace = addr->getType()->getPointerAddressSpace(); in emitArrayLength() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c353 value AddressSpace) { in llvm_qualified_pointer_type()
871 value AddressSpace, in llvm_declare_qualified_global()
907 value AddressSpace, in llvm_define_qualified_global()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp323 unsigned AddressSpace = PTy->getAddressSpace(); in WriteTypeTable() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp1436 else if (unsigned AddressSpace = AllocType.getAddressSpace()) in CheckAllocatedType() local
2095 if (unsigned AddressSpace = Pointee.getAddressSpace()) in ActOnCXXDelete() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1557 bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace, in getStackCookieLocation()