Home
last modified time | relevance | path

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

1234567891011

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCallingConvLower.cpp83 CCAssignFn Fn) { in AnalyzeFormalArguments()
97 CCAssignFn Fn) { in CheckReturn()
111 CCAssignFn Fn) { in AnalyzeReturn()
124 CCAssignFn Fn) { in AnalyzeCallOperands()
142 CCAssignFn Fn) { in AnalyzeCallOperands()
160 CCAssignFn Fn) { in AnalyzeCallResult()
175 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) { in AnalyzeCallResult()
199 MVT VT, CCAssignFn Fn) { in getRemainingRegParmsForType()
239 CCAssignFn Fn) { in analyzeMustTailForwardedRegisters()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp89 bool TLSVariableHoistLegacyPass::runOnFunction(Function &Fn) { in runOnFunction()
126 void TLSVariableHoistPass::collectTLSCandidates(Function &Fn) { in collectTLSCandidates()
193 BasicBlock::iterator TLSVariableHoistPass::findInsertPos(Function &Fn, in findInsertPos()
219 Instruction *TLSVariableHoistPass::genBitCastInst(Function &Fn, in genBitCastInst()
229 bool TLSVariableHoistPass::tryReplaceTLSCandidate(Function &Fn, in tryReplaceTLSCandidate()
248 bool TLSVariableHoistPass::tryReplaceTLSCandidates(Function &Fn) { in tryReplaceTLSCandidates()
262 bool TLSVariableHoistPass::runImpl(Function &Fn, DominatorTree &DT, in runImpl()
H A DLowerExpectIntrinsic.cpp84 Function *Fn = CI->getCalledFunction(); in handleSwitchExpect() local
129 Function *Fn = Expect->getCalledFunction(); in handlePhiDef() local
320 Function *Fn = CI->getCalledFunction(); in handleBrSelExpect() local
394 Function *Fn = CI->getCalledFunction(); in lowerExpectIntrinsic() local
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h60 GenericNamedTaskImpl(FnT &&Fn, std::string DescBuffer) in GenericNamedTaskImpl()
63 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl()
78 std::unique_ptr<GenericNamedTask> makeGenericNamedTask(FnT &&Fn, in makeGenericNamedTask()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp539 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalVarDeclInitFunc() local
686 llvm::Function *Fn = llvm::Function::Create( in EmitCXXModuleInitFunc() local
720 llvm::Function *Fn; in EmitCXXModuleInitFunc() local
823 llvm::Function *Fn = llvm::Function::Create( in EmitCXXGlobalInitFunc() local
852 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc() local
882 llvm::Function *Fn; in EmitCXXGlobalInitFunc() local
949 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalCleanUpFunc() local
969 llvm::Function *Fn = in EmitCXXGlobalCleanUpFunc() local
979 void CodeGenFunction::GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn, in GenerateCXXGlobalVarDeclInitFunc()
1017 CodeGenFunction::GenerateCXXGlobalInitFunc(llvm::Function *Fn, in GenerateCXXGlobalInitFunc()
[all …]
H A DCGHLSLRuntime.cpp313 const FunctionDecl *FD, llvm::Function *Fn) { in setHLSLEntryAttributes()
358 llvm::Function *Fn) { in emitEntryFunction()
441 for (auto *Fn : CtorFns) in generateGlobalCtorDtorCalls() local
446 for (auto *Fn : DtorFns) in generateGlobalCtorDtorCalls() local
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DAnalysis.cpp117 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
128 void LLVMViewFunctionCFG(LLVMValueRef Fn) { in LLVMViewFunctionCFG()
133 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { in LLVMViewFunctionCFGOnly()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h325 const Function &Fn, in DiagnosticInfoWithLocationBase()
459 const Function &Fn, in DiagnosticInfoOptimizationBase()
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()
956 const Function &Fn; variable
[all …]
/openbsd/regress/lib/libc/locale/uselocale/
H A Duselocale.c57 #define TESTFUNC(Fn, Ft, Af, Rf, Op) \ argument
72 #define STRTESTFUNC(Fn, Af) \ argument
178 #define TEST_R(Fn, ...) _test_##Fn(__LINE__, 0, __VA_ARGS__) argument
179 #define TEST_ER(Fn, ...) _test_##Fn(__LINE__, __VA_ARGS__) argument
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h77 const Function &Fn = getFunction(); in isEnabled() local
103 const Function &Fn = getFunction(); in isEnabled() local
135 const Function &Fn = getFunction(); in isEnabled() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DPredicateExpander.cpp394 const STIPredicateFunction &Fn) { in expandHeader()
421 const STIPredicateFunction &Fn) { in expandPrologue()
487 const STIPredicateFunction &Fn) { in expandBody()
520 const STIPredicateFunction &Fn) { in expandEpilogue()
534 const STIPredicateFunction &Fn) { in expandSTIPredicate()
/openbsd/gnu/llvm/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()
493 function_ref<void()> Fn; member
509 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, in RunSafelyOnThread()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h233 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()
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp416 llvm::function_ref<bool(SymbolRole)> Fn) { in applyForEachSymbolRoleInterruptible()
450 llvm::function_ref<void(SymbolRole)> Fn) { in applyForEachSymbolRole()
572 llvm::function_ref<void(SymbolProperty)> Fn) { in applyForEachSymbolProperty()
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp82 if (auto Fn = D->ElemDesc->CtorFn) in ctorArrayDesc() local
98 if (auto Fn = D->ElemDesc->DtorFn) in dtorArrayDesc() local
119 if (auto Fn = D->ElemDesc->MoveFn) in moveArrayDesc() local
136 if (auto Fn = F->CtorFn) in ctorRecord() local
150 if (auto Fn = F->DtorFn) in dtorRecord() local
167 if (auto Fn = FieldDesc->MoveFn) in moveRecord() local
/openbsd/gnu/llvm/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
H A DAMDGPUEmitPrintf.cpp52 auto Fn = M->getOrInsertFunction("__ockl_printf_begin", Int64Ty, Int64Ty); in callPrintfBegin() local
63 auto Fn = M->getOrInsertFunction("__ockl_printf_append_args", Int64Ty, in callAppendArgs() local
155 auto Fn = M->getOrInsertFunction("__ockl_printf_append_string_n", Int64Ty, in callAppendStringN() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorPrint.cpp99 MachineFunction &Fn) { in addAsmInstr()
131 bool HexagonVectorPrint::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp318 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC()
328 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC()
332 void LLVMContext::deleteGC(const Function &Fn) { in deleteGC()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStack.h41 llvm::function_ref<void()> Fn) { in runWithSufficientStackSpace()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DCoroutineStmtBuilder.h27 sema::FunctionScopeInfo &Fn; variable

1234567891011