Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp148 ThreadLocalMode TLMode, unsigned AddressSpace, in GlobalVariable()
166 ThreadLocalMode TLMode, unsigned AddressSpace, in GlobalVariable()
248 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias()
259 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
265 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
271 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
H A DDataLayout.cpp129 PointerAlignElem::get(uint32_t AddressSpace, unsigned ABIAlign, in get()
409 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { in findPointerLowerBound()
411 [](const PointerAlignElem &A, uint32_t AddressSpace) { in findPointerLowerBound()
H A DType.cpp733 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get()
H A DAsmWriter.cpp462 if (unsigned AddressSpace = PTy->getAddressSpace()) in print() local
1774 if (unsigned AddressSpace = GV->getType()->getAddressSpace()) in printGlobal() local
H A DCore.cpp476 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { in LLVMPointerType()
1504 unsigned AddressSpace) { in LLVMAddGlobalInAddressSpace()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXBaseInfo.h22 enum AddressSpace { enum
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h85 uint32_t AddressSpace; member
118 findPointerLowerBound(uint32_t AddressSpace) const { in findPointerLowerBound()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp200 unsigned AddressSpace = in combineLoads() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h118 enum AddressSpace { enum
H A DNVPTXAsmPrinter.cpp1236 void NVPTXAsmPrinter::emitPTXAddressSpace(unsigned int AddressSpace, in emitPTXAddressSpace()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DGlobalMerge.cpp305 unsigned AddressSpace = PT->getAddressSpace(); in doInitialization() local
H A DStackProtector.cpp340 unsigned AddressSpace, Offset; in CreatePrologue() local
/minix3/minix/drivers/power/acpi/include/
H A Dacobject.h528 ACPI_OBJECT_ADDR_HANDLER AddressSpace; member
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c413 value AddressSpace) { in llvm_qualified_pointer_type()
1042 value AddressSpace, in llvm_declare_qualified_global()
1079 value AddressSpace, in llvm_define_qualified_global()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1424 unsigned AddressSpace = addr->getType()->getPointerAddressSpace(); in emitArrayLength() local
H A DCGCall.cpp1274 unsigned AddressSpace = Context.getTargetAddressSpace(Ret); in GetFunctionType() local
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp956 unsigned AddressSpace = 0; in ParseTypeTableBody() local
2151 unsigned AddressSpace = cast<PointerType>(Ty)->getAddressSpace(); in ParseModule() local
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp408 unsigned AddressSpace = PTy->getAddressSpace(); in WriteTypeTable() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1428 ConstantAddressBlock(unsigned AddressSpace) { in ConstantAddressBlock()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1590 else if (unsigned AddressSpace = AllocType.getAddressSpace()) in CheckAllocatedType() local
2342 if (unsigned AddressSpace = Pointee.getAddressSpace()) in ActOnCXXDelete() local
H A DSemaDecl.cpp7382 unsigned AddressSpace = RetType.getAddressSpace(); in ActOnFunctionDeclarator() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1781 unsigned AddressSpace = Ptr->getType()->getPointerAddressSpace(); in vectorizeMemoryInstruction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1961 bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace, in getStackCookieLocation()