Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp38 if (&F != &TheFunction) in processMachineModule()
52 if (!ShouldInitializeAllMetadata && F == &TheFunction) { in processMachineFunction()
69 TheFunction(MF->getFunction()), TheMMI(MF->getMMI()) { in MachineModuleSlotTracker()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h23 const Function &TheFunction; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp699 const Function* TheFunction = nullptr; member in llvm::SlotTracker
792 TheFunction = F; in incorporateFunction()
796 const Function *getFunction() const { return TheFunction; } in getFunction()
966 : TheModule(F ? F->getParent() : nullptr), TheFunction(F), in SlotTracker()
978 if (TheFunction && !FunctionProcessed) in initializeIfNeeded()
1049 processFunctionMetadata(*TheFunction); in processFunction()
1052 for(Function::const_arg_iterator AI = TheFunction->arg_begin(), in processFunction()
1053 AE = TheFunction->arg_end(); AI != AE; ++AI) in processFunction()
1060 for (auto &BB : *TheFunction) { in processFunction()
1080 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata); in processFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1208 TTI(TTI), TLI(TLI), DB(DB), AC(AC), ORE(ORE), TheFunction(F), in LoopVectorizationCostModel()
1907 const Function *TheFunction; member in llvm::LoopVectorizationCostModel
2452 getMaxVScale(*Cost->TheFunction, Cost->TTI); in isIndvarOverflowCheckKnownFalse()
4504 if (std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI)) in getMaxLegalScalableVF()
4709 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in computeMaxVF()
4810 TheFunction->hasFnAttribute(Attribute::VScaleRange)) { in getMaximizedVFForTarget()
4811 auto Attr = TheFunction->getFnAttribute(Attribute::VScaleRange); in getMaximizedVFForTarget()
5261 const DataLayout &DL = TheFunction->getParent()->getDataLayout(); in getSmallestAndWidestTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1471 TheFunction(TheMachineFunction.getFunction()), in VarArgsLoweringHelper()
1493 const Function &TheFunction; member in __anonf8175b470211::VarArgsLoweringHelper