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

/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXBaseInfo.h22 enum AddressSpace { enum in namespace:llvm
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DDataLayout.h82 uint32_t AddressSpace; ///< Address space for the pointer type member in struct:llvm::PointerAlignElem
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp320 unsigned AddressSpace, Offset; local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DGlobals.cpp84 GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
104 GlobalVariable(Module &M, Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, GlobalVariable *Before, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
H A DType.cpp730 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { argument
H A DAsmWriter.cpp246 OS << " addrspace(" << AddressSpace << ')'; local
1457 Out << "addrspace(" << AddressSpace << ") "; local
H A DCore.cpp417 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { argument
1291 LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, const char *Name, unsigned AddressSpace) argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DGlobalMerge.cpp252 unsigned AddressSpace = PT->getAddressSpace(); local
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h112 enum AddressSpace { enum in namespace:llvm::NVPTX::PTXLdStInstCode
H A DNVPTXAsmPrinter.cpp1306 void NVPTXAsmPrinter::emitPTXAddressSpace(unsigned int AddressSpace, argument
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp770 unsigned AddressSpace = 0; local
1807 unsigned AddressSpace = cast<PointerType>(Ty)->getAddressSpace(); local
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp406 unsigned AddressSpace = PTy->getAddressSpace(); local
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1159 ConstantAddressBlock(unsigned AddressSpace) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1224 unsigned AddressSpace = addr->getType()->getPointerAddressSpace(); local
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h531 ACPI_OBJECT_ADDR_HANDLER AddressSpace; member in union:acpi_operand_object
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1212 unsigned AddressSpace = Ptr->getType()->getPointerAddressSpace(); local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1748 bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace, argument

Completed in 502 milliseconds