| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.h | 104 const SmallVectorImpl<ISD::OutputArg> &Outs, CCAssignFn Fn, in PreAnalyzeCallOperands() 115 CCAssignFn Fn, in AnalyzeCallOperands() 132 CCAssignFn Fn) { in PreAnalyzeFormalArguments() 140 CCAssignFn Fn) { in AnalyzeFormalArguments() 152 CCAssignFn Fn, const Type *RetTy, in PreAnalyzeCallResult() 162 CCAssignFn Fn, const Type *RetTy, in AnalyzeCallResult() 169 CCAssignFn Fn) { in PreAnalyzeReturn() 179 CCAssignFn Fn) { in AnalyzeReturn() 185 CCAssignFn Fn) { in CheckReturn() 197 CCAssignFn Fn, const Type *RetTy) { in CheckCallReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | RealtimeSanitizer.cpp | 37 static void insertCallBeforeInstruction(Function &Fn, Instruction &Instruction, in insertCallBeforeInstruction() 49 static void insertCallAtFunctionEntryPoint(Function &Fn, in insertCallAtFunctionEntryPoint() 56 static void insertCallAtAllFunctionExitPoints(Function &Fn, in insertCallAtAllFunctionExitPoints() 70 static PreservedAnalyses runSanitizeRealtime(Function &Fn) { in runSanitizeRealtime() 76 static PreservedAnalyses runSanitizeRealtimeBlocking(Function &Fn) { in runSanitizeRealtimeBlocking()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 86 CCAssignFn Fn) { in AnalyzeFormalArguments() 100 CCAssignFn Fn) { in CheckReturn() 114 CCAssignFn Fn) { in AnalyzeReturn() 127 CCAssignFn Fn) { in AnalyzeCallOperands() 145 CCAssignFn Fn) { in AnalyzeCallOperands() 163 CCAssignFn Fn) { in AnalyzeCallResult() 178 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) { in AnalyzeCallResult() 202 MVT VT, CCAssignFn Fn) { in getRemainingRegParmsForType() 242 CCAssignFn Fn) { in analyzeMustTailForwardedRegisters()
|
| H A D | PostRAHazardRecognizer.cpp | 59 bool runOnMachineFunction(MachineFunction &Fn) override { in runOnMachineFunction() 83 bool PostRAHazardRecognizer::run(MachineFunction &Fn) { in run()
|
| H A D | CallBrPrepare.cpp | 76 PreservedAnalyses CallBrPreparePass::run(Function &Fn, in run() 109 SmallVector<CallBrInst *, 2> FindCallBrs(Function &Fn) { in FindCallBrs() 222 bool CallBrPrepare::runOnFunction(Function &Fn) { in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 101 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction() 112 void LLVMViewFunctionCFG(LLVMValueRef Fn) { in LLVMViewFunctionCFG() 117 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { in LLVMViewFunctionCFGOnly()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | TaskDispatch.h | 62 GenericNamedTaskImpl(FnT &&Fn, std::string DescBuffer) in GenericNamedTaskImpl() 65 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl() 80 std::unique_ptr<GenericNamedTask> makeGenericNamedTask(FnT &&Fn, in makeGenericNamedTask()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | WebAssembly.cpp | 62 llvm::Function *Fn = cast<llvm::Function>(GV); in setTargetAttributes() local 68 llvm::Function *Fn = cast<llvm::Function>(GV); in setTargetAttributes() local 74 llvm::Function *Fn = cast<llvm::Function>(GV); in setTargetAttributes() local 82 llvm::Function *Fn = cast<llvm::Function>(GV); in setTargetAttributes() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchSelector.cpp | 105 static inline unsigned GetInitialOffset(MachineFunction &Fn) { in GetInitialOffset() 114 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes() 175 void PPCBSel::modifyAdjustment(MachineFunction &Fn) { in modifyAdjustment() 197 int PPCBSel::computeBranchSize(MachineFunction &Fn, in computeBranchSize() 284 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
|
| H A D | PPCCCState.h | 51 CCAssignFn Fn) { in AnalyzeFormalArguments() 58 CCAssignFn Fn) { in AnalyzeCallOperands()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ProgramStack.h | 50 runOnNewStack(unsigned StackSize, function_ref<R(Ts...)> Fn, Ts &&...Args) { in runOnNewStack() 57 void runOnNewStack(unsigned StackSize, function_ref<void(Ts...)> Fn, in runOnNewStack()
|
| H A D | Parallel.h | 233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach() 261 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach() 276 Error parallelForEachError(RangeTy &&R, FuncTy Fn) { in parallelForEachError()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 441 llvm::Function *Fn = llvm::Function::Create(FTy, Linkage, Name, &getModule()); in CreateGlobalInitOrCleanUpFunction() local 559 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalVarDeclInitFunc() local 743 llvm::Function *Fn = llvm::Function::Create( in EmitCXXModuleInitFunc() local 776 llvm::Function *Fn; in EmitCXXModuleInitFunc() local 885 llvm::Function *Fn = llvm::Function::Create( in EmitCXXGlobalInitFunc() local 914 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc() local 945 llvm::Function *Fn; in EmitCXXGlobalInitFunc() local 1016 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalCleanUpFunc() local 1036 llvm::Function *Fn = in EmitCXXGlobalCleanUpFunc() local 1046 void CodeGenFunction::GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn, in GenerateCXXGlobalVarDeclInitFunc() [all …]
|
| H A D | CodeGenSYCL.cpp | 20 static void SetSYCLKernelAttributes(llvm::Function *Fn, CodeGenFunction &CGF) { in SetSYCLKernelAttributes() 59 auto *Fn = llvm::Function::Create(FnTy, llvm::Function::ExternalLinkage, in EmitSYCLKernelCaller() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ProgramStack.cpp | 104 void llvm::runOnNewStack(unsigned StackSize, function_ref<void()> Fn) { in runOnNewStack() 122 void llvm::runOnNewStack(unsigned StackSize, function_ref<void()> Fn) { in runOnNewStack()
|
| H A D | CrashRecoveryContext.cpp | 227 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() 413 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely() 496 function_ref<void()> Fn; member 512 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, in RunSafelyOnThread() 527 bool CrashRecoveryContext::RunSafelyOnNewStack(function_ref<void()> Fn, in RunSafelyOnNewStack()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCUtil.h | 60 if (std::optional<Function *> Fn = getAttachedARCFunction(CB)) in attachedCallOpBundleNeedsMarker() local 76 std::optional<Function *> Fn = getAttachedARCFunction(CB); in getAttachedARCFunctionKind() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 355 const Function &Fn, in DiagnosticInfoWithLocationBase() 399 : DiagnosticInfoWithLocationBase(DK_GenericWithLoc, Severity, Fn, Loc), in DiagnosticInfoWithLocationBase() argument 544 const Function &Fn, in DiagnosticInfoOptimizationBase() 689 : DiagnosticInfoOptimizationBase(Kind, Severity, PassName, RemarkName, Fn, in DiagnosticInfoOptimizationBase() argument 720 const char *PassName, const Function &Fn, in DiagnosticInfoIROptimization() 777 OptimizationRemark(const char *PassName, const Function &Fn, in OptimizationRemark() 822 OptimizationRemarkMissed(const char *PassName, const Function &Fn, in OptimizationRemarkMissed() 875 const Function &Fn, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis() 894 OptimizationRemarkAnalysis(const char *PassName, const Function &Fn, in OptimizationRemarkAnalysis() 936 OptimizationRemarkAnalysisFPCommute(const char *PassName, const Function &Fn, in OptimizationRemarkAnalysisFPCommute() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 61 FunctionCallee Fn = M.getOrInsertFunction( in insertCall() local 72 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); in insertCall() local 82 FunctionCallee Fn = M.getOrInsertFunction( in insertCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 81 Function *Fn = CI->getCalledFunction(); in handleSwitchExpect() local 123 Function *Fn = Expect->getCalledFunction(); in handlePhiDef() local 316 Function *Fn = CI->getCalledFunction(); in handleBrSelExpect() local 390 Function *Fn = CI->getCalledFunction(); in lowerExpectIntrinsic() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOptimizationRemarkEmitter.h | 79 const Function &Fn = getFunction(); in isEnabled() local 105 const Function &Fn = getFunction(); in isEnabled() local 137 const Function &Fn = getFunction(); in isEnabled() local
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 416 llvm::function_ref<bool(SymbolRole)> Fn) { in applyForEachSymbolRoleInterruptible() 450 llvm::function_ref<void(SymbolRole)> Fn) { in applyForEachSymbolRole() 571 llvm::function_ref<void(SymbolProperty)> Fn) { in applyForEachSymbolProperty()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | PredicateExpander.cpp | 418 const STIPredicateFunction &Fn) { in expandHeader() 444 const STIPredicateFunction &Fn) { in expandPrologue() 505 const STIPredicateFunction &Fn) { in expandBody() 532 const STIPredicateFunction &Fn) { in expandEpilogue() 544 const STIPredicateFunction &Fn) { in expandSTIPredicate()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Stack.h | 44 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpace()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorPrint.cpp | 91 MachineFunction &Fn) { in addAsmInstr() 123 bool HexagonVectorPrint::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
|