Searched refs:TheFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineModuleSlotTracker.cpp | 38 if (&F != &TheFunction) in processMachineModule() 52 if (!ShouldInitializeAllMetadata && F == &TheFunction) { in processMachineFunction() 69 TheFunction(MF->getFunction()), TheMMI(MF->getMMI()), MDNStartSlot(0), in MachineModuleSlotTracker()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineModuleSlotTracker.h | 23 const Function &TheFunction; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 669 const Function* TheFunction = nullptr; member in llvm::SlotTracker 756 TheFunction = F; in incorporateFunction() 760 const Function *getFunction() const { return TheFunction; } in getFunction() 926 : TheModule(F ? F->getParent() : nullptr), TheFunction(F), in SlotTracker() 938 if (TheFunction && !FunctionProcessed) in initializeIfNeeded() 1009 processFunctionMetadata(*TheFunction); in processFunction() 1012 for(Function::const_arg_iterator AI = TheFunction->arg_begin(), in processFunction() 1013 AE = TheFunction->arg_end(); AI != AE; ++AI) in processFunction() 1020 for (auto &BB : *TheFunction) { in processFunction() 1040 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata); in processFunction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1240 TTI(TTI), TLI(TLI), DB(DB), AC(AC), ORE(ORE), TheFunction(F), in LoopVectorizationCostModel() 1888 const Function *TheFunction; member in llvm::LoopVectorizationCostModel 6259 const DataLayout &DL = TheFunction->getParent()->getDataLayout(); in getSmallestAndWidestTypes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 3413 TheFunction(TheMachineFunction.getFunction()), in VarArgsLoweringHelper() 3435 const Function &TheFunction; member in __anon8791cc690311::VarArgsLoweringHelper
|