Home
last modified time | relevance | path

Searched defs:Fn (Results 1 – 25 of 245) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h104 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()
178 CCAssignFn Fn) { in AnalyzeReturn()
184 CCAssignFn Fn) { in CheckReturn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp89 if (skipFunction(Fn)) in runOnFunction() argument
126 collectTLSCandidates(Function & Fn) collectTLSCandidates() argument
193 findInsertPos(Function & Fn,GlobalVariable * GV,BasicBlock * & PosBB) findInsertPos() argument
219 genBitCastInst(Function & Fn,GlobalVariable * GV) genBitCastInst() argument
229 tryReplaceTLSCandidate(Function & Fn,GlobalVariable * GV) tryReplaceTLSCandidate() argument
248 tryReplaceTLSCandidates(Function & Fn) tryReplaceTLSCandidates() argument
262 runImpl(Function & Fn,DominatorTree & DT,LoopInfo & LI) runImpl() argument
[all...]
H A DLowerExpectIntrinsic.cpp81 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/lib/CodeGen/
H A DCallingConvLower.cpp86 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 DCallBrPrepare.cpp76 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/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp229 for (auto &Fn : M) { in calculateFunctionCosts() local
292 for (const auto &Fn : M) { in addAllIndirectCallDependencies() local
311 const Function &Fn, in addAllDependencies()
385 const Function *Fn = nullptr; member
503 for (auto *Fn : Partitions[PID]) in doPartitioning() local
573 for (auto *Fn : Part) in doPartitioning() local
589 for (auto &Fn : M) { in doPartitioning() local
611 static bool hasDirectCaller(const Function &Fn) { in hasDirectCaller()
638 for (auto &Fn : M) { in splitAMDGPUModule() local
665 for (auto &Fn : M) { in splitAMDGPUModule() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp88 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
99 void LLVMViewFunctionCFG(LLVMValueRef Fn) { in LLVMViewFunctionCFG()
104 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { in LLVMViewFunctionCFGOnly()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h61 GenericNamedTaskImpl(FnT &&Fn, std::string DescBuffer) in GenericNamedTaskImpl()
64 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl()
79 std::unique_ptr<GenericNamedTask> makeGenericNamedTask(FnT &&Fn, in makeGenericNamedTask()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp62 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 DPPCBranchSelector.cpp109 static inline unsigned GetInitialOffset(MachineFunction &Fn) { in GetInitialOffset()
118 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes()
179 void PPCBSel::modifyAdjustment(MachineFunction &Fn) { in modifyAdjustment()
201 int PPCBSel::computeBranchSize(MachineFunction &Fn, in computeBranchSize()
288 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
H A DPPCCCState.h51 CCAssignFn Fn) { in AnalyzeFormalArguments()
58 CCAssignFn Fn) { in AnalyzeCallOperands()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp446 llvm::Function *Fn = llvm::Function::Create(FTy, Linkage, Name, &getModule()); in CreateGlobalInitOrCleanUpFunction() local
555 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalVarDeclInitFunc() local
722 llvm::Function *Fn = llvm::Function::Create( in EmitCXXModuleInitFunc() local
756 llvm::Function *Fn; in EmitCXXModuleInitFunc() local
862 llvm::Function *Fn = llvm::Function::Create( in EmitCXXGlobalInitFunc() local
891 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc() local
922 llvm::Function *Fn; in EmitCXXGlobalInitFunc() local
990 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalCleanUpFunc() local
1010 llvm::Function *Fn = in EmitCXXGlobalCleanUpFunc() local
1020 void CodeGenFunction::GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn, in GenerateCXXGlobalVarDeclInitFunc()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h325 const Function &Fn, in DiagnosticInfoWithLocationBase()
459 const Function &Fn, in DiagnosticInfoOptimizationBase()
639 : DiagnosticInfoOptimizationBase(Kind, Severity, PassName, RemarkName, Fn, in DiagnosticInfoOptimizationBase() argument
670 const char *PassName, const Function &Fn, in DiagnosticInfoIROptimization()
727 OptimizationRemark(const char *PassName, const Function &Fn, in OptimizationRemark()
773 OptimizationRemarkMissed(const char *PassName, const Function &Fn, in OptimizationRemarkMissed()
826 const Function &Fn, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis()
845 OptimizationRemarkAnalysis(const char *PassName, const Function &Fn, in OptimizationRemarkAnalysis()
886 OptimizationRemarkAnalysisFPCommute(const char *PassName, const Function &Fn, in OptimizationRemarkAnalysisFPCommute()
927 OptimizationRemarkAnalysisAliasing(const char *PassName, const Function &Fn, in OptimizationRemarkAnalysisAliasing()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h78 const Function &Fn = getFunction(); in isEnabled() local
104 const Function &Fn = getFunction(); in isEnabled() local
136 const Function &Fn = getFunction(); in isEnabled() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp227 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h231 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
259 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
274 Error parallelForEachError(RangeTy &&R, FuncTy Fn) { in parallelForEachError()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp416 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 DPredicateExpander.cpp436 const STIPredicateFunction &Fn) { in expandHeader()
463 const STIPredicateFunction &Fn) { in expandPrologue()
530 const STIPredicateFunction &Fn) { in expandBody()
563 const STIPredicateFunction &Fn) { in expandEpilogue()
577 const STIPredicateFunction &Fn) { in expandSTIPredicate()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStack.h41 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpace()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp99 MachineFunction &Fn) { in addAsmInstr()
131 bool HexagonVectorPrint::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp104 if (auto Fn = D->ElemDesc->CtorFn) in ctorArrayDesc() local
120 if (auto Fn = D->ElemDesc->DtorFn) in dtorArrayDesc() local
142 if (auto Fn = D->ElemDesc->MoveFn) in moveArrayDesc() local
159 if (auto Fn = D->CtorFn) in initField() local
201 if (auto Fn = D->DtorFn) in destroyField() local
231 if (auto Fn = FieldDesc->MoveFn) in moveRecord() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h27 sema::FunctionScopeInfo &Fn; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp52 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); in insertCall() local
62 FunctionCallee Fn = M.getOrInsertFunction( in insertCall() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp67 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpaceSlow()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr() local

12345678910