Searched refs:AddressSpace (Results 26 - 50 of 62) sorted by relevance

123

/external/llvm/include/llvm/IR/
H A DGlobalValue.h70 LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
71 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps),
69 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace) argument
H A DDerivedTypes.h451 static PointerType *get(Type *ElementType, unsigned AddressSpace);
H A DIRBuilder.h262 unsigned AddressSpace = 0);
1252 unsigned AddressSpace = 0) {
1253 GlobalVariable *gv = CreateGlobalString(Str, Name, AddressSpace);
/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp207 unsigned AddressSpace = local
213 Builder->getInt8PtrTy(AddressSpace)),
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1086 unsigned AddressSpace) {
1105 AddressSpace);
1130 unsigned AddressSpace) {
1134 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace);
1153 Alignment, AddressSpace);
1436 unsigned Alignment, unsigned AddressSpace) {
1485 AddressSpace);
1492 Alignment, AddressSpace);
1501 /// AddressSpace - pointer[s] address space.
1505 unsigned AddressSpace) {
1085 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
1128 getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, unsigned Alignment, unsigned AddressSpace) argument
1435 getGSVectorCost(unsigned Opcode, Type *SrcVTy, Value *Ptr, unsigned Alignment, unsigned AddressSpace) argument
1503 getGSScalarCost(unsigned Opcode, Type *SrcVTy, bool VariableMask, unsigned Alignment, unsigned AddressSpace) argument
1549 unsigned AddressSpace = PtrTy->getAddressSpace(); local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h108 bool allowsMisalignedMemoryAccesses(unsigned BitWidth, unsigned AddressSpace, argument
111 return getTLI()->allowsMisalignedMemoryAccesses(M, AddressSpace, Alignment, Fast);
526 unsigned AddressSpace) {
560 unsigned AddressSpace) {
572 Opcode, VecTy, Alignment, AddressSpace);
525 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
556 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) argument
/external/llvm/lib/IR/
H A DType.cpp659 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { argument
665 // Since AddressSpace #0 is the common case, we special case it.
666 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy]
667 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)];
670 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace);
H A DIRBuilder.cpp29 unsigned AddressSpace) {
36 AddressSpace);
27 CreateGlobalString(StringRef Str, const Twine &Name, unsigned AddressSpace) argument
H A DAsmWriter.cpp525 if (unsigned AddressSpace = PTy->getAddressSpace())
526 OS << " addrspace(" << AddressSpace << ')'; local
2475 if (unsigned AddressSpace = GV->getType()->getAddressSpace())
2476 Out << "addrspace(" << AddressSpace << ") "; local
H A DCore.cpp572 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { argument
573 return wrap(PointerType::get(unwrap(ElementType), AddressSpace));
1611 unsigned AddressSpace) {
1615 AddressSpace));
1609 LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, const char *Name, unsigned AddressSpace) argument
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DType.cpp674 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { argument
680 // Since AddressSpace #0 is the common case, we special case it.
681 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy]
682 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)];
685 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace);
H A DAsmWriter.cpp240 if (unsigned AddressSpace = PTy->getAddressSpace())
241 OS << " addrspace(" << AddressSpace << ')'; local
1365 if (unsigned AddressSpace = GV->getType()->getAddressSpace())
1366 Out << "addrspace(" << AddressSpace << ") "; local
H A DCore.cpp353 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { argument
354 return wrap(PointerType::get(unwrap(ElementType), AddressSpace));
1179 unsigned AddressSpace) {
1182 false, AddressSpace));
1177 LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, const char *Name, unsigned AddressSpace) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h277 void emitPTXAddressSpace(unsigned int AddressSpace, raw_ostream &O) const;
/external/swiftshader/third_party/LLVM/include/llvm/
H A DDerivedTypes.h432 static PointerType *get(Type *ElementType, unsigned AddressSpace);
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp467 unsigned Alignment, unsigned AddressSpace) {
499 unsigned AddressSpace) {
514 Alignment, AddressSpace);
466 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
495 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) argument
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp484 unsigned AddressSpace) {
500 unsigned AddressSpace) {
518 Alignment, AddressSpace);
483 getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) argument
496 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) argument
/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp136 bool accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace,
991 bool Vectorizer::accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace, argument
994 bool Allows = TTI.allowsMisalignedMemoryAccesses(SzInBytes * 8, AddressSpace,
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c458 value AddressSpace) {
459 return LLVMPointerType(ElementTy, Int_val(AddressSpace));
1109 value AddressSpace,
1115 LLVMPointerType(Ty, Int_val(AddressSpace)));
1119 Int_val(AddressSpace));
1146 value AddressSpace,
1151 Int_val(AddressSpace));
457 llvm_qualified_pointer_type(LLVMTypeRef ElementTy, value AddressSpace) argument
1108 llvm_declare_qualified_global(LLVMTypeRef Ty, value Name, value AddressSpace, LLVMModuleRef M) argument
1144 llvm_define_qualified_global(value Name, LLVMValueRef Initializer, value AddressSpace, LLVMModuleRef M) argument
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm_ocaml.c354 value AddressSpace) {
355 return LLVMPointerType(ElementTy, Int_val(AddressSpace));
872 value AddressSpace,
878 LLVMPointerType(Ty, Int_val(AddressSpace)));
908 value AddressSpace,
913 Int_val(AddressSpace));
353 llvm_qualified_pointer_type(LLVMTypeRef ElementTy, value AddressSpace) argument
871 llvm_declare_qualified_global(LLVMTypeRef Ty, value Name, value AddressSpace, LLVMModuleRef M) argument
906 llvm_define_qualified_global(value Name, LLVMValueRef Initializer, value AddressSpace, LLVMModuleRef M) argument
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.cpp610 unsigned AddressSpace = 0; local
612 AddressSpace = Record[1];
615 ResultTy = PointerType::get(ResultTy, AddressSpace);
867 unsigned AddressSpace = 0; local
869 AddressSpace = Record[1];
871 ResultTy = PointerType::get(ResultTy, AddressSpace);
1705 unsigned AddressSpace = cast<PointerType>(Ty)->getAddressSpace(); local
1730 isThreadLocal, AddressSpace);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.h715 virtual bool getStackCookieLocation(unsigned &AddressSpace, unsigned &Offset) const;
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DCore.h425 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace);
709 unsigned AddressSpace);
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp280 unsigned AddressSpace = PTy->getAddressSpace(); local
281 TypeVals.push_back(AddressSpace);
282 if (AddressSpace == 0) AbbrevToUse = PtrAbbrev;
/external/llvm/include/llvm-c/
H A DCore.h1114 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace);
1890 unsigned AddressSpace);

Completed in 600 milliseconds

123