/freebsd-src/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() 178 CCAssignFn Fn) { in AnalyzeReturn() 184 CCAssignFn Fn) { in CheckReturn()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TLSVariableHoist.cpp | 88 bool TLSVariableHoistLegacyPass::runOnFunction(Function &Fn) { in runOnFunction() 125 void TLSVariableHoistPass::collectTLSCandidates(Function &Fn) { in collectTLSCandidates() 192 BasicBlock::iterator TLSVariableHoistPass::findInsertPos(Function &Fn, in findInsertPos() 218 Instruction *TLSVariableHoistPass::genBitCastInst(Function &Fn, in genBitCastInst() 228 bool TLSVariableHoistPass::tryReplaceTLSCandidate(Function &Fn, in tryReplaceTLSCandidate() 247 bool TLSVariableHoistPass::tryReplaceTLSCandidates(Function &Fn) { in tryReplaceTLSCandidates() 261 bool TLSVariableHoistPass::runImpl(Function &Fn, DominatorTree &DT, in runImpl()
|
H A D | LowerExpectIntrinsic.cpp | 81 Function *Fn = CI->getCalledFunction(); in handleSwitchExpect() local 123 Function *Fn = Expect->getCalledFunction(); in handlePhiDef() local 314 Function *Fn = CI->getCalledFunction(); handleBrSelExpect() local 388 Function *Fn = CI->getCalledFunction(); lowerExpectIntrinsic() local [all...] |
/freebsd-src/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 | CallBrPrepare.cpp | 76 PreservedAnalyses CallBrPreparePass::run(Function &Fn, in run() argument 107 FindCallBrs(Function & Fn) FindCallBrs() argument 220 runOnFunction(Function & Fn) runOnFunction() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | TaskDispatch.h | 60 GenericNamedTaskImpl(FnT && Fn,std::string DescBuffer) GenericNamedTaskImpl() argument 63 GenericNamedTaskImpl(FnT && Fn,const char * Desc) GenericNamedTaskImpl() argument 78 makeGenericNamedTask(FnT && Fn,std::string Desc) makeGenericNamedTask() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Analysis.cpp | 100 Function *F = unwrap<Function>(Fn); in LLVMViewFunctionCFG() argument 105 Function *F = unwrap<Function>(Fn); in LLVMViewFunctionCFGOnly() argument 89 LLVMVerifyFunction(LLVMValueRef Fn,LLVMVerifierFailureAction Action) LLVMVerifyFunction() argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 109 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 D | PPCCCState.h | 51 CCAssignFn Fn) { in AnalyzeFormalArguments() 58 CCAssignFn Fn) { in AnalyzeCallOperands()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 439 llvm::Function *Fn = llvm::Function::Create(FTy, Linkage, Name, &getModule()); CreateGlobalInitOrCleanUpFunction() local 544 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( EmitCXXGlobalVarDeclInitFunc() local 711 llvm::Function *Fn = llvm::Function::Create( EmitCXXModuleInitFunc() local 745 llvm::Function *Fn; EmitCXXModuleInitFunc() local 847 llvm::Function *Fn = llvm::Function::Create( EmitCXXGlobalInitFunc() local 876 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( EmitCXXGlobalInitFunc() local 907 llvm::Function *Fn; EmitCXXGlobalInitFunc() local 975 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( EmitCXXGlobalCleanUpFunc() local 995 llvm::Function *Fn = EmitCXXGlobalCleanUpFunc() local 1005 GenerateCXXGlobalVarDeclInitFunc(llvm::Function * Fn,const VarDecl * D,llvm::GlobalVariable * Addr,bool PerformInit) GenerateCXXGlobalVarDeclInitFunc() argument 1043 GenerateCXXGlobalInitFunc(llvm::Function * Fn,ArrayRef<llvm::Function * > Decls,ConstantAddress Guard) GenerateCXXGlobalInitFunc() argument 1102 GenerateCXXGlobalCleanUpFunc(llvm::Function * Fn,ArrayRef<std::tuple<llvm::FunctionType *,llvm::WeakTrackingVH,llvm::Constant * >> DtorsOrStermFinalizers) GenerateCXXGlobalCleanUpFunc() argument [all...] |
H A D | CGHLSLRuntime.cpp | 441 for (auto *Fn in generateGlobalCtorDtorCalls() local 308 setHLSLEntryAttributes(const FunctionDecl * FD,llvm::Function * Fn) setHLSLEntryAttributes() argument 353 emitEntryFunction(const FunctionDecl * FD,llvm::Function * Fn) emitEntryFunction() argument 436 for (auto *Fn : CtorFns) generateGlobalCtorDtorCalls() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 325 const Function &Fn, in DiagnosticInfoWithLocationBase() argument 459 DiagnosticInfoOptimizationBase(enum DiagnosticKind Kind,enum DiagnosticSeverity Severity,const char * PassName,StringRef RemarkName,const Function & Fn,const DiagnosticLocation & Loc) DiagnosticInfoOptimizationBase() argument 639 DiagnosticInfoOptimizationBase(Kind,Severity,PassName,RemarkName,Fn,Loc) DiagnosticInfoOptimizationBase() argument 670 DiagnosticInfoIROptimization(enum DiagnosticKind Kind,enum DiagnosticSeverity Severity,const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) DiagnosticInfoIROptimization() argument 727 OptimizationRemark(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemark() argument 773 OptimizationRemarkMissed(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkMissed() argument 826 OptimizationRemarkAnalysis(enum DiagnosticKind Kind,const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkAnalysis() argument 845 OptimizationRemarkAnalysis(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkAnalysis() argument 886 OptimizationRemarkAnalysisFPCommute(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkAnalysisFPCommute() argument 927 OptimizationRemarkAnalysisAliasing(const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) OptimizationRemarkAnalysisAliasing() argument 956 const Function &Fn; global() variable 1023 DiagnosticInfoWithLocationBase(DK_Unsupported,Severity,Fn,Loc) DiagnosticInfoWithLocationBase() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOptimizationRemarkEmitter.h | 77 const Function &Fn = getFunction(); isEnabled() local 103 const Function &Fn = getFunction(); isEnabled() local 135 const Function &Fn = getFunction(); isEnabled() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
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()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 233 parallelForEach(IterTy Begin,IterTy End,FuncTy Fn) parallelForEach() argument 261 parallelForEach(RangeTy && R,FuncTy Fn) parallelForEach() argument 276 parallelForEachError(RangeTy && R,FuncTy Fn) parallelForEachError() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 416 llvm::function_ref<bool(SymbolRole)> Fn) { in applyForEachSymbolRoleInterruptible() argument 450 llvm::function_ref<void(SymbolRole)> Fn) { in applyForEachSymbolRole() argument 572 applyForEachSymbolProperty(SymbolPropertySet Props,llvm::function_ref<void (SymbolProperty)> Fn) applyForEachSymbolProperty() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | PredicateExpander.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 49 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C)); insertCall() local 59 FunctionCallee Fn = M.getOrInsertFunction( insertCall() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Stack.h | 41 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpace()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 93 if (auto Fn = D->ElemDesc->CtorFn) ctorArrayDesc() local 109 if (auto Fn = D->ElemDesc->DtorFn) dtorArrayDesc() local 131 if (auto Fn = D->ElemDesc->MoveFn) moveArrayDesc() local 148 if (auto Fn = F->CtorFn) ctorRecord() local 162 if (auto Fn = F->DtorFn) dtorRecord() local 179 if (auto Fn = FieldDesc->MoveFn) moveRecord() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorPrint.cpp | 99 MachineFunction &Fn) { in addAsmInstr() 131 bool HexagonVectorPrint::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | CoroutineStmtBuilder.h | 27 sema::FunctionScopeInfo &Fn; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerExtFunctionsDlsym.cpp | 25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | Stack.cpp | 67 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpaceSlow()
|