Home
last modified time | relevance | path

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

12345678910

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp88 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 DLowerExpectIntrinsic.cpp81 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 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() 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 DTaskDispatch.h60 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 DAnalysis.cpp100 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 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-src/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-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp439 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 DCGHLSLRuntime.cpp441 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 DDiagnosticInfo.h325 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 DMachineOptimizationRemarkEmitter.h77 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 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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h233 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 DIndexSymbol.cpp416 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 DPredicateExpander.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp49 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 DStack.h41 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpace()
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp93 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 DHexagonVectorPrint.cpp99 MachineFunction &Fn) { in addAsmInstr()
131 bool HexagonVectorPrint::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h27 sema::FunctionScopeInfo &Fn; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp67 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpaceSlow()

12345678910