Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h149 return DL.getPointerSize(DL.getProgramAddressSpace()); in getProgramPointerSize()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h260 unsigned getProgramAddressSpace() const { return ProgramAddrSpace; } in getProgramAddressSpace() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModule.cpp151 DL.getProgramAddressSpace(), Name); in getOrInsertFunction()
H A DFunction.cpp207 return Create(Ty, Linkage, M.getDataLayout().getProgramAddressSpace(), N, &M); in Create()
226 return M ? M->getDataLayout().getProgramAddressSpace() : 0; in computeAddrSpace()
H A DAsmWriter.cpp3414 Mod->getDataLayout().getProgramAddressSpace() != 0) in printFunction()
3563 if (!Mod || Mod->getDataLayout().getProgramAddressSpace() != 0) in maybePrintCallAddrSpace()
H A DVerifier.cpp643 getPointerTo(DL.getProgramAddressSpace()); in visitGlobalVariable()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1197 M.getDataLayout().getProgramAddressSpace(), in moveInitializerToModuleConstructor()
1433 M.getDataLayout().getProgramAddressSpace(), in buildBitSetsFromFunctionsNative()
1831 M.getDataLayout().getProgramAddressSpace(), FunctionName, &M); in lower()
H A DWholeProgramDevirt.cpp867 M.getDataLayout().getProgramAddressSpace(), in tryICallBranchFunnel()
872 M.getDataLayout().getProgramAddressSpace(), in tryICallBranchFunnel()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h274 AddrSpace, M->getDataLayout().getProgramAddressSpace()); in ParseOptionalProgramAddrSpace()
H A DLLParser.cpp1340 M->getDataLayout().getProgramAddressSpace()); in checkValidVariableType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp255 CGM.getDataLayout().getProgramAddressSpace()); in getOpaquePersonalityFn()
H A DCodeGenModule.cpp1106 TheModule.getDataLayout().getProgramAddressSpace()); in EmitCtorList()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2997 unsigned AddrSpace = TheModule->getDataLayout().getProgramAddressSpace(); in parseFunctionRecord()