Home
last modified time | relevance | path

Searched refs:getModule (Results 201 – 225 of 292) sorted by relevance

12345678910>>...12

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1623 Loc->getModule()->getDataLayout()); in addRuntimeChecks()
1674 Loc->getModule()->getDataLayout()); in addDiffRuntimeChecks()
H A DLoopPeel.cpp301 const DataLayout &DL = L.getHeader()->getModule()->getDataLayout(); in peelToTurnInvariantLoadsDerefencebale()
H A DInlineFunction.cpp1787 std::unique_ptr<DataLayout> DL = std::make_unique<DataLayout>(CB.getModule()); in trackInlinedStores()
1924 Module *Mod = CB.getModule(); in inlineRetainOrClaimRVCalls()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp605 auto &DL = IC->getModule()->getDataLayout(); in parseRangeChecks()
H A DLoopPredication.cpp1268 Module *M = L->getHeader()->getModule(); in runOnLoop()
/openbsd/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp474 const DataLayout &DL = BB->getModule()->getDataLayout(); in Act()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1655 &CGM.getModule()); in ModuleInitFunction()
1671 auto *InitVar = new llvm::GlobalVariable(CGM.getModule(), Init->getType(), in ModuleInitFunction()
2141 : CGObjCRuntime(cgm), TheModule(CGM.getModule()), in CGObjCGNU()
2422 CGM.getModule().getGlobalVariable("__objc_id_type_info"); in GetEHType()
2425 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty, in GetEHType()
H A DCodeGenFunction.cpp73 Builder(cgm, cgm.getModule().getContext(), llvm::ConstantFolder(), in CodeGenFunction()
422 &CGM.getModule(), llvm::Intrinsic::localescape); in FinishFunction()
2023 new llvm::GlobalVariable(CGM.getModule(), NullConstant->getType(), in EmitNullInitialization()
H A DCodeGenTypes.cpp33 : CGM(cgm), Context(cgm.getContext()), TheModule(cgm.getModule()), in CodeGenTypes()
H A DCGExprAgg.cpp527 CGM.getModule(), C->getType(), in EmitArrayInit()
1641 new llvm::GlobalVariable(CGF.CGM.getModule(), C->getType(), true, in VisitCXXParenListOrInitListExpr()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp351 ImportedFunctionsStats.setModuleInfo(CG.getModule()); in doInitialization()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp318 Function *Bswap = Intrinsic::getDeclaration(CI->getModule(), in getLoadPair()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp428 if (!shouldInstrumentReadWriteFromAddress(I->getModule(), Addr)) in chooseInstructionsToInstrument()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp562 const DataLayout &DL = Phi->getModule()->getDataLayout(); in addInductionPhi()
/openbsd/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT2.rst182 assert(TSM.getModule() && "Module must not be null");
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1114 return Intrinsic::getDeclaration(I.getModule(), Intrinsic::uadd_sat, Ty); in foldToUnsignedSaturatedAdd()
1887 Function *F = Intrinsic::getDeclaration(I.getModule(), InvID, Ty); in foldSubOfMinMax()
1910 Function *F = Intrinsic::getDeclaration(I.getModule(), InvID, Ty); in foldSubOfMinMax()
H A DInstCombineCasts.cpp664 Function *F = Intrinsic::getDeclaration(Trunc.getModule(), IID, DestTy); in narrowFunnelShift()
1928 Function *Overload = Intrinsic::getDeclaration(FPT.getModule(), in visitFPTrunc()
2881 Intrinsic::getDeclaration(CI.getModule(), IntrinsicNum, DestTy); in visitBitCast()
H A DInstructionCombining.cpp1051 return ConstantFoldInstOperands(&I, ConstOps, I.getModule()->getDataLayout()); in constantFoldOperationIntoSelectOperand()
1690 Module *M = Inst.getModule(); in foldVectorBinop()
2870 DIB.reset(new DIBuilder(*MI.getModule(), /*AllowUnresolved=*/false)); in visitAllocSite()
2916 Module *M = II->getModule(); in visitAllocSite()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp986 OS << *L.getHeader()->getModule(); in printLoop()
H A DBranchProbabilityInfo.cpp623 const DataLayout &DL = BB->getModule()->getDataLayout(); in computeUnlikelySuccessors()
H A DIRSimilarityIdentifier.cpp126 Intrinsic::getName(IntrinsicID, FT->params(), II->getModule(), FT); in setCalleeName()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp388 : MMI->getModule()->getDwarfVersion(); in DwarfDebug()
402 ((Asm->TM.Options.MCOptions.Dwarf64 || MMI->getModule()->isDwarf64()) && in DwarfDebug()
1419 for (auto *CUNode : MMI->getModule()->debug_compile_units()) in finalizeModuleInfo()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h1273 OriginalAccess->getBlock()->getModule()->getDataLayout(), nullptr);
/openbsd/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp367 maybeVerifyModule((*Ret)->getModule()); in getLocalLTOModule()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1016 clang::Module *module = from_source.getModule(from_id.GetValue()); in RemapModule()

12345678910>>...12