Home
last modified time | relevance | path

Searched refs:TheFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp39 if (&F != &TheFunction) in processMachineModule()
53 if (!ShouldInitializeAllMetadata && F == &TheFunction) { in processMachineFunction()
71 TheFunction(MF->getFunction()), TheMMI(MMI) { in MachineModuleSlotTracker()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h24 const Function &TheFunction; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp764 const Function* TheFunction = nullptr; member in llvm::SlotTracker
857 TheFunction = F; in incorporateFunction()
861 const Function *getFunction() const { return TheFunction; } in getFunction()
1031 : TheModule(F ? F->getParent() : nullptr), TheFunction(F), in SlotTracker()
1043 if (TheFunction && !FunctionProcessed) in initializeIfNeeded()
1114 processFunctionMetadata(*TheFunction); in processFunction()
1117 for(Function::const_arg_iterator AI = TheFunction->arg_begin(), in processFunction()
1118 AE = TheFunction->arg_end(); AI != AE; ++AI) in processFunction()
1125 for (auto &BB : *TheFunction) { in processFunction()
1145 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata); in processFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp919 TTI(TTI), TLI(TLI), DB(DB), AC(AC), ORE(ORE), TheFunction(F), in LoopVectorizationCostModel()
1715 const Function *TheFunction; member in llvm::LoopVectorizationCostModel
2225 getMaxVScale(*Cost->TheFunction, Cost->TTI); in isIndvarOverflowCheckKnownFalse()
3481 if (!Legal->isSafeForAnyVectorWidth() && !getMaxVScale(*TheFunction, TTI)) { in isScalableVectorizationAllowed()
3502 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in getMaxLegalScalableVF()
3716 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in computeMaxVF()
3882 TheFunction->hasFnAttribute(Attribute::VScaleRange)) { in getMaximizedVFForTarget()
3883 auto Attr = TheFunction->getFnAttribute(Attribute::VScaleRange); in getMaximizedVFForTarget()
4523 const DataLayout &DL = TheFunction->getDataLayout(); in getSmallestAndWidestTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1503 TheFunction(TheMachineFunction.getFunction()), in VarArgsLoweringHelper()
1525 const Function &TheFunction; member in __anon354e4a110211::VarArgsLoweringHelper