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()
70 TheFunction(MF->getFunction()), TheMMI(MF->getMMI()) { in MachineModuleSlotTracker()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h23 const Function &TheFunction; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp706 const Function* TheFunction = nullptr; member in llvm::SlotTracker
799 TheFunction = F; in incorporateFunction()
803 const Function *getFunction() const { return TheFunction; } in getFunction()
973 : TheModule(F ? F->getParent() : nullptr), TheFunction(F), in SlotTracker()
985 if (TheFunction && !FunctionProcessed) in initializeIfNeeded()
1056 processFunctionMetadata(*TheFunction); in processFunction()
1059 for(Function::const_arg_iterator AI = TheFunction->arg_begin(), in processFunction()
1060 AE = TheFunction->arg_end(); AI != AE; ++AI) in processFunction()
1067 for (auto &BB : *TheFunction) { in processFunction()
1087 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata); in processFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1026 TTI(TTI), TLI(TLI), DB(DB), AC(AC), ORE(ORE), TheFunction(F), in LoopVectorizationCostModel()
1780 const Function *TheFunction; member in llvm::LoopVectorizationCostModel
2327 getMaxVScale(*Cost->TheFunction, Cost->TTI); in isIndvarOverflowCheckKnownFalse()
3859 if (!Legal->isSafeForAnyVectorWidth() && !getMaxVScale(*TheFunction, TTI)) { in isScalableVectorizationAllowed()
3880 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in getMaxLegalScalableVF()
4084 std::optional<unsigned> MaxVScale = getMaxVScale(*TheFunction, TTI); in computeMaxVF()
4199 TheFunction->hasFnAttribute(Attribute::VScaleRange)) { in getMaximizedVFForTarget()
4200 auto Attr = TheFunction->getFnAttribute(Attribute::VScaleRange); in getMaximizedVFForTarget()
4754 const DataLayout &DL = TheFunction->getDataLayout(); in getSmallestAndWidestTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1472 TheFunction(TheMachineFunction.getFunction()), in VarArgsLoweringHelper()
1494 const Function &TheFunction; member in __anon354e4a110211::VarArgsLoweringHelper