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

12

/freebsd-11.0-release/contrib/llvm/lib/Target/AVR/
H A DAVR.h38 enum AddressSpace { DataMemory, ProgramMemory }; enum in namespace:llvm::AVR
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h68 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace) argument
H A DDataLayout.h90 uint32_t AddressSpace; member in struct:llvm::PointerAlignElem
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp195 unsigned AddressSpace = local
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXBaseInfo.h22 enum AddressSpace { enum in namespace:llvm
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DGlobalMerge.cpp535 unsigned AddressSpace = PT->getAddressSpace(); local
H A DStackProtector.cpp336 unsigned AddressSpace, Offset; local
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DDataLayout.cpp129 PointerAlignElem::get(uint32_t AddressSpace, unsigned ABIAlign, argument
430 DataLayout::findPointerLowerBound(uint32_t AddressSpace) { argument
[all...]
H A DGlobals.cpp271 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, argument
282 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, argument
288 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, argument
183 GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
200 GlobalVariable(Module &M, Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, GlobalVariable *Before, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
294 create(Type *Ty, unsigned AddressSpace, LinkageTypes Linkage, const Twine &Name, GlobalValue *Aliasee) argument
[all...]
H A DIRBuilder.cpp27 CreateGlobalString(StringRef Str, const Twine &Name, unsigned AddressSpace) argument
H A DType.cpp682 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { argument
H A DAsmWriter.cpp509 OS << " addrspace(" << AddressSpace << ')'; local
2416 Out << "addrspace(" << AddressSpace << ") "; local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp459 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
472 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp333 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
390 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp411 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
440 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h101 enum AddressSpace { enum in namespace:llvm::NVPTX::PTXLdStInstCode
H A DNVPTXAsmPrinter.cpp1279 void NVPTXAsmPrinter::emitPTXAddressSpace(unsigned int AddressSpace, argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h294 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
299 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
310 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h481 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
512 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp951 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
994 getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, unsigned Alignment, unsigned AddressSpace) argument
1301 getGSVectorCost(unsigned Opcode, Type *SrcVTy, Value *Ptr, unsigned Alignment, unsigned AddressSpace) argument
1369 getGSScalarCost(unsigned Opcode, Type *SrcVTy, bool VariableMask, unsigned Alignment, unsigned AddressSpace) argument
1415 unsigned AddressSpace = PtrTy->getAddressSpace(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp429 unsigned AddressSpace = PTy->getAddressSpace(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1429 ConstantAddressBlock(unsigned AddressSpace) { argument
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacobject.h531 ACPI_OBJECT_ADDR_HANDLER AddressSpace; member in union:acpi_operand_object
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1518 unsigned AddressSpace = 0; local
3468 unsigned AddressSpace; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2374 unsigned AddressSpace = Ptr->getType()->getPointerAddressSpace(); local

Completed in 339 milliseconds

12