Home
last modified time | relevance | path

Searched refs:getModule (Results 176 – 200 of 292) sorted by relevance

12345678910>>...12

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1467 const DataLayout &DL = Header->getModule()->getDataLayout(); in replace()
1505 const DataLayout &DL = Header->getModule()->getDataLayout(); in replaceIV()
H A DLICM.cpp895 &I, I.getModule()->getDataLayout(), TLI)) { in hoistRegion()
1045 const DataLayout &DL = LI->getModule()->getDataLayout(); in isLoadInvariantInLoop()
2034 const DataLayout &MDL = Preheader->getModule()->getDataLayout(); in promoteLoopAccessesToScalars()
H A DTailRecursionElimination.cpp352 const DataLayout &DL = L->getModule()->getDataLayout(); in canMoveAboveCall()
H A DLoopIdiomRecognize.cpp284 const DataLayout *DL = &L->getHeader()->getModule()->getDataLayout(); in runOnLoop()
319 const auto *DL = &L.getHeader()->getModule()->getDataLayout(); in run()
1103 Module *M = TheStore->getModule(); in processLoopStridedStore()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp560 SCEVExpander SCEVE(*SE, Header->getModule()->getDataLayout(), in rewriteLoadStoresForCommoningChains()
1023 SCEVExpander SCEVE(*SE, Header->getModule()->getDataLayout(), in rewriteLoadStores()
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp162 Module *M = SuspendInst->getModule(); in createCoroSave()
H A DCoroFrame.cpp1621 auto *M = AI->getModule(); in insertSpills()
2249 auto M = AI->getModule(); in lowerLocalAllocas()
2627 AllocaUseVisitor Visitor{AI->getModule()->getDataLayout(), DT, in collectFrameAlloca()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp341 Module *M = CI->getModule(); in setVectorVariantNames()
H A DVNCoercion.cpp249 const DataLayout &DL = LI->getModule()->getDataLayout(); in getLoadLoadClobberFullWidthSize()
H A DLoopUnroll.cpp235 const DataLayout &DL = L->getHeader()->getModule()->getDataLayout(); in simplifyLoopAfterUnroll()
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp498 const Module *M = MMI->getModule(); in outputModuleSections()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp100 const DataLayout &DL = Exit->getModule()->getDataLayout(); in computeRecurrenceType()
1580 const DataLayout &DL = Phi->getModule()->getDataLayout(); in isInductionPHI()
H A DMustExecute.cpp142 auto DL = ExitBlock->getModule()->getDataLayout(); in CanProveNotTakenFirstIteration()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp474 Module *M = State.Builder.GetInsertBlock()->getModule(); in execute()
1090 const DataLayout &DL = State.CFG.PrevBB->getModule()->getDataLayout(); in execute()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp422 Triple(AI->getModule()->getTargetTriple()).isLittleEndian(); in tagAlloca()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp560 emitDecls(*MMI->getModule()); in emitConstantPool()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp515 Module *M = CI->getModule(); in wrapInvoke()
578 Module *M = CI->getModule(); in getInvokeWrapper()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp115 DL(Inst->getModule()->getDataLayout()), Builder(B) {} in X86InterleavedAccessGroup()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h365 Module *getModule() const { return Mod; } in getModule() function
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp968 Function *F = Intrinsic::getDeclaration(II->getModule(), Intrinsic::cttz, in foldSelectCtlzToCttz()
2006 Intrinsic::getDeclaration(SI.getModule(), NewIntrinsicID, SI.getType()); in foldOverflowingAddSubSelect()
2319 Function *F = Intrinsic::getDeclaration(Sel.getModule(), IID, Sel.getType()); in foldSelectFunnelShift()
2362 Function *F = Intrinsic::getDeclaration(Sel.getModule(), Intrinsic::copysign, in foldSelectToCopysign()
2381 Module *M = Sel.getModule(); in foldVectorSelect()
H A DInstCombineMulDivRem.cpp1462 const DataLayout &DL = I.getModule()->getDataLayout(); in foldFDivConstantDivisor()
1505 const DataLayout &DL = I.getModule()->getDataLayout(); in foldFDivConstantDividend()
1578 Module *M = I.getModule(); in visitFDiv()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp445 if (llvm::Function *F = CGM.getModule().getFunction(FuncName)) { in getFunction()
471 FuncName, &CGM.getModule()); in getFunction()
H A DCGObjC.cpp143 CGM.getModule().getMDKindID("invariant.load"), in EmitObjCCollectionLiteral()
2377 if (!CGF.CGM.getModule().getModuleFlag(retainRVMarkerKey)) { in emitAutoreleasedReturnValueMarker()
2379 CGF.CGM.getModule().addModuleFlag(llvm::Module::Error, in emitAutoreleasedReturnValueMarker()
3785 &CGM.getModule()); in GenerateObjCAtomicSetterCopyHelperFunction()
3882 &CGM.getModule()); in GenerateObjCAtomicGetterCopyHelperFunction()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp634 getModule().getNamedMetadata("llvm.linker.options")) { in parseMetadata()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp421 W->printNumber("Module", Line.getModule()); in visitKnownRecord()

12345678910>>...12