Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h189 return DL.getPointerSize(DL.getProgramAddressSpace()); in getProgramPointerSize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h292 unsigned getProgramAddressSpace() const { return ProgramAddrSpace; } in getProgramAddressSpace() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1288 M.getDataLayout().getProgramAddressSpace(), in moveInitializerToModuleConstructor()
1529 M.getDataLayout().getProgramAddressSpace(), in buildBitSetsFromFunctionsNative()
1974 M.getDataLayout().getProgramAddressSpace(), FunctionName, &M); in lower()
H A DWholeProgramDevirt.cpp1283 M.getDataLayout().getProgramAddressSpace(), in tryICallBranchFunnel()
1288 M.getDataLayout().getProgramAddressSpace(), in tryICallBranchFunnel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp154 DL.getProgramAddressSpace(), Name); in getOrInsertFunction()
H A DFunction.cpp335 return Create(Ty, Linkage, M.getDataLayout().getProgramAddressSpace(), N, &M); in Create()
377 return M ? M->getDataLayout().getProgramAddressSpace() : 0; in computeAddrSpace()
H A DAsmWriter.cpp3771 Mod->getDataLayout().getProgramAddressSpace() != 0) in printFunction()
3929 if (!Mod || Mod->getDataLayout().getProgramAddressSpace() != 0) in maybePrintCallAddrSpace()
H A DVerifier.cpp691 getPointerTo(DL.getProgramAddressSpace()); in visitGlobalVariable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h244 AddrSpace, M->getDataLayout().getProgramAddressSpace()); in parseOptionalProgramAddrSpace()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp647 ? getDataLayout().getProgramAddressSpace() in ConvertType()
H A DCGException.cpp268 CGM.getDataLayout().getProgramAddressSpace()); in getOpaquePersonalityFn()
H A DCGClass.cpp2514 unsigned ProgAS = CGM.getDataLayout().getProgramAddressSpace(); in InitializeVTablePointer()
H A DCodeGenModule.cpp1450 TheModule.getDataLayout().getProgramAddressSpace()); in EmitCtorList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h365 return getPointerTy(DL, DL.getProgramAddressSpace()); in getProgramPointerTy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3311 unsigned AddrSpace = TheModule->getDataLayout().getProgramAddressSpace(); in parseFunctionRecord()