Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
H A Danalysis_ocaml.c46 value llvm_verify_function(LLVMValueRef Fn) { in llvm_verify_function()
57 value llvm_assert_valid_function(LLVMValueRef Fn) { in llvm_assert_valid_function()
63 value llvm_view_function_cfg(LLVMValueRef Fn) { in llvm_view_function_cfg()
69 value llvm_view_function_cfg_only(LLVMValueRef Fn) { in llvm_view_function_cfg_only()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.h90 CCAssignFn Fn, in AnalyzeCallOperands()
111 CCAssignFn Fn) { in AnalyzeFormalArguments()
120 CCAssignFn Fn, const Type *RetTy, in AnalyzeCallResult()
131 CCAssignFn Fn) { in AnalyzeReturn()
141 CCAssignFn Fn) { in CheckReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp91 CCAssignFn Fn) { in AnalyzeFormalArguments()
105 CCAssignFn Fn) { in CheckReturn()
119 CCAssignFn Fn) { in AnalyzeReturn()
132 CCAssignFn Fn) { in AnalyzeCallOperands()
150 CCAssignFn Fn) { in AnalyzeCallOperands()
168 CCAssignFn Fn) { in AnalyzeCallResult()
183 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) { in AnalyzeCallResult()
207 MVT VT, CCAssignFn Fn) { in getRemainingRegParmsForType()
247 CCAssignFn Fn) { in analyzeMustTailForwardedRegisters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp117 Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo()
185 CFLSteensAAResult::FunctionInfo CFLSteensAAResult::buildSetsFrom(Function *Fn) { in buildSetsFrom()
227 void CFLSteensAAResult::scan(Function *Fn) { in scan()
242 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict()
247 CFLSteensAAResult::ensureCached(Function *Fn) { in ensureCached()
258 const AliasSummary *CFLSteensAAResult::getAliasSummary(Function &Fn) { in getAliasSummary()
274 Function *Fn = nullptr; in query() local
H A DAnalysis.cpp120 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
131 void LLVMViewFunctionCFG(LLVMValueRef Fn) { in LLVMViewFunctionCFG()
136 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { in LLVMViewFunctionCFGOnly()
H A DCFLAndersAliasAnalysis.cpp405 SmallVectorImpl<ExternalRelation> &ExtRelations, const Function &Fn, in populateExternalRelations()
490 SmallVectorImpl<ExternalAttribute> &ExtAttributes, const Function &Fn, in populateExternalAttributes()
502 const Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo()
782 CFLAndersAAResult::buildInfoFrom(const Function &Fn) { in buildInfoFrom()
811 void CFLAndersAAResult::scan(const Function &Fn) { in scan()
825 void CFLAndersAAResult::evict(const Function *Fn) { Cache.erase(Fn); } in evict()
828 CFLAndersAAResult::ensureCached(const Function &Fn) { in ensureCached()
839 const AliasSummary *CFLAndersAAResult::getAliasSummary(const Function &Fn) { in getAliasSummary()
855 auto *Fn = parentFunctionOfValue(ValA); in query() local
H A DCFLGraph.h193 if (auto *Fn = Call.getCalledFunction()) { in getPossibleTargets() local
378 static bool isFunctionExternal(Function *Fn) { in isFunctionExternal()
464 auto *Fn = Call.getCalledFunction(); in visitCallBase() local
641 void buildGraphFrom(Function &Fn) { in buildGraphFrom()
653 CFLGraphBuilder(CFLAA &Analysis, const TargetLibraryInfo &TLI, Function &Fn) in CFLGraphBuilder()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
158 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
252 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
263 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
298 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
313 Error parallelForEachError(RangeTy &&R, FuncTy Fn) { in parallelForEachError()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp109 static inline unsigned GetInitialOffset(MachineFunction &Fn) { in GetInitialOffset()
118 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes()
182 void PPCBSel::modifyAdjustment(MachineFunction &Fn) { in modifyAdjustment()
207 int PPCBSel::computeBranchSize(MachineFunction &Fn, in computeBranchSize()
294 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
H A DPPCCCState.h51 CCAssignFn Fn) { in AnalyzeFormalArguments()
58 CCAssignFn Fn) { in AnalyzeCallOperands()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp374 llvm::Function *Fn = llvm::Function::Create( in CreateGlobalInitOrCleanUpFunction() local
483 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalVarDeclInitFunc() local
609 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc() local
627 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc() local
683 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalCleanUpFunc() local
703 llvm::Function *Fn = in EmitCXXGlobalCleanUpFunc() local
713 void CodeGenFunction::GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn, in GenerateCXXGlobalVarDeclInitFunc()
748 CodeGenFunction::GenerateCXXGlobalInitFunc(llvm::Function *Fn, in GenerateCXXGlobalInitFunc()
807 llvm::Function *Fn, in GenerateCXXGlobalCleanUpFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h375 const Function &Fn, in DiagnosticInfoWithLocationBase()
454 const Function &Fn, in DiagnosticInfoOptimizationBase()
634 : DiagnosticInfoOptimizationBase(Kind, Severity, PassName, RemarkName, Fn, in DiagnosticInfoOptimizationBase() argument
665 const char *PassName, const Function &Fn, in DiagnosticInfoIROptimization()
722 OptimizationRemark(const char *PassName, const Function &Fn, in OptimizationRemark()
768 OptimizationRemarkMissed(const char *PassName, const Function &Fn, in OptimizationRemarkMissed()
821 const Function &Fn, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis()
840 OptimizationRemarkAnalysis(const char *PassName, const Function &Fn, in OptimizationRemarkAnalysis()
881 OptimizationRemarkAnalysisFPCommute(const char *PassName, const Function &Fn, in OptimizationRemarkAnalysisFPCommute()
922 OptimizationRemarkAnalysisAliasing(const char *PassName, const Function &Fn, in OptimizationRemarkAnalysisAliasing()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h75 const Function &Fn = getFunction(); in isEnabled() local
101 const Function &Fn = getFunction(); in isEnabled() local
127 const Function &Fn = getFunction(); in isEnabled() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp225 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely()
411 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely()
483 function_ref<void()> Fn; member
499 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, in RunSafelyOnThread()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.cpp396 const STIPredicateFunction &Fn) { in expandHeader()
423 const STIPredicateFunction &Fn) { in expandPrologue()
489 const STIPredicateFunction &Fn) { in expandBody()
522 const STIPredicateFunction &Fn) { in expandEpilogue()
536 const STIPredicateFunction &Fn) { in expandSTIPredicate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp408 llvm::function_ref<bool(SymbolRole)> Fn) { in applyForEachSymbolRoleInterruptible()
442 llvm::function_ref<void(SymbolRole)> Fn) { in applyForEachSymbolRole()
560 llvm::function_ref<void(SymbolProperty)> Fn) { in applyForEachSymbolProperty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp76 if (auto Fn = D->ElemDesc->CtorFn) in ctorArrayDesc() local
91 if (auto Fn = D->ElemDesc->DtorFn) in dtorArrayDesc() local
112 if (auto Fn = D->ElemDesc->MoveFn) in moveArrayDesc() local
129 if (auto Fn = F->CtorFn) in ctorRecord() local
142 if (auto Fn = F->DtorFn) in dtorRecord() local
159 if (auto Fn = FieldDesc->MoveFn) in moveRecord() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStack.h41 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp99 MachineFunction &Fn) { in addAsmInstr()
131 bool HexagonVectorPrint::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
H A DHexagonAsmPrinter.h37 bool runOnMachineFunction(MachineFunction &Fn) override { in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCoroutineStmtBuilder.h27 sema::FunctionScopeInfo &Fn; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h163 IntVoidFnTy Fn = in handleCallIntVoid() local
176 IntIntFnTy Fn = reinterpret_cast<IntIntFnTy>(static_cast<uintptr_t>(Addr)); in handleCallIntInt() local
190 MainFnTy Fn = reinterpret_cast<MainFnTy>(static_cast<uintptr_t>(Addr)); in handleCallMain() local
212 VoidVoidFnTy Fn = in handleCallVoidVoid() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC()
308 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC()
312 void LLVMContext::deleteGC(const Function &Fn) { in deleteGC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp83 Function *Fn = CI->getCalledFunction(); in handleSwitchExpect() local
301 Function *Fn = CI->getCalledFunction(); in handleBrSelExpect() local
371 Function *Fn = CI->getCalledFunction(); in lowerExpectIntrinsic() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp26 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr() local

123456789