Home
last modified time | relevance | path

Searched refs:getProgramAddressSpace (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h176 return DL.getPointerSize(DL.getProgramAddressSpace()); in getProgramPointerSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h286 unsigned getProgramAddressSpace() const { return ProgramAddrSpace; } in getProgramAddressSpace() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp150 DL.getProgramAddressSpace(), Name); in getOrInsertFunction()
DFunction.cpp237 return Create(Ty, Linkage, M.getDataLayout().getProgramAddressSpace(), N, &M); in Create()
256 return M ? M->getDataLayout().getProgramAddressSpace() : 0; in computeAddrSpace()
DAsmWriter.cpp3500 Mod->getDataLayout().getProgramAddressSpace() != 0) in printFunction()
3659 if (!Mod || Mod->getDataLayout().getProgramAddressSpace() != 0) in maybePrintCallAddrSpace()
DVerifier.cpp649 getPointerTo(DL.getProgramAddressSpace()); in visitGlobalVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1256 M.getDataLayout().getProgramAddressSpace(), in moveInitializerToModuleConstructor()
1493 M.getDataLayout().getProgramAddressSpace(), in buildBitSetsFromFunctionsNative()
1906 M.getDataLayout().getProgramAddressSpace(), FunctionName, &M); in lower()
DWholeProgramDevirt.cpp1070 M.getDataLayout().getProgramAddressSpace(), in tryICallBranchFunnel()
1075 M.getDataLayout().getProgramAddressSpace(), in tryICallBranchFunnel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h273 AddrSpace, M->getDataLayout().getProgramAddressSpace()); in ParseOptionalProgramAddrSpace()
DLLParser.cpp1384 M->getDataLayout().getProgramAddressSpace()); in checkValidVariableType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3217 unsigned AddrSpace = TheModule->getDataLayout().getProgramAddressSpace(); in parseFunctionRecord()