Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp240 GlobalValue::InternalLinkage, M.getDataLayout().getProgramAddressSpace(), in createSanitizerCtor()
415 PointerType::get(Ctx, DL.getProgramAddressSpace()); in lowerGlobalIFuncUsersAsGlobalCtor()
433 DL.getProgramAddressSpace(), "", &M); in lowerGlobalIFuncUsersAsGlobalCtor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp136 M.getDataLayout().getProgramAddressSpace(), "__NoopCoro_ResumeDestroy", in lowerCoroNoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h227 return DL.getPointerSize(DL.getProgramAddressSpace()); in getProgramPointerSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h247 unsigned getProgramAddressSpace() const { return ProgramAddrSpace; } in getProgramAddressSpace() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp362 unsigned ProgramAS = CGM.getDataLayout().getProgramAddressSpace(); in getMessageSendInfo()
H A DCodeGenTypes.cpp898 ? getDataLayout().getProgramAddressSpace() in getTargetAddressSpace()
H A DCGObjCMac.cpp5629 unsigned ProgramAS = CGM.getDataLayout().getProgramAddressSpace(); in ObjCCommonTypesHelper()
H A DCodeGenModule.cpp2275 getLLVMContext(), TheModule.getDataLayout().getProgramAddressSpace()); in EmitCtorList()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp377 return Create(Ty, Linkage, M.getDataLayout().getProgramAddressSpace(), N, &M); in Create()
477 return M ? M->getDataLayout().getProgramAddressSpace() : 0; in computeAddrSpace()
H A DModule.cpp212 DL.getProgramAddressSpace(), Name, this); in getOrInsertFunction()
H A DAsmWriter.cpp4211 Mod->getDataLayout().getProgramAddressSpace() != 0) in printFunction()
4403 if (!Mod || Mod->getDataLayout().getProgramAddressSpace() != 0) in maybePrintCallAddrSpace()
H A DVerifier.cpp863 PointerType::get(Context, DL.getProgramAddressSpace()); in visitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1404 M.getDataLayout().getProgramAddressSpace(), in moveInitializerToModuleConstructor()
1697 M.getDataLayout().getProgramAddressSpace(), in buildBitSetsFromFunctionsNative()
2194 M.getDataLayout().getProgramAddressSpace(), FunctionName, &M); in lower()
H A DWholeProgramDevirt.cpp1474 M.getDataLayout().getProgramAddressSpace(), in tryICallBranchFunnel()
1479 M.getDataLayout().getProgramAddressSpace(), in tryICallBranchFunnel()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h294 AddrSpace, M->getDataLayout().getProgramAddressSpace()); in parseOptionalProgramAddrSpace()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h391 return getPointerTy(DL, DL.getProgramAddressSpace()); in getProgramPointerTy()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4245 unsigned AddrSpace = TheModule->getDataLayout().getProgramAddressSpace(); in parseFunctionRecord()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1946 AddrSpace = M->getDataLayout().getProgramAddressSpace(); in parseOptionalAddrSpace()