Home
last modified time | relevance | path

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

12345678910>>...28

/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_nothrow_invocable.pass.cpp79 using Fn = CallObject<true, int>; in main() typedef
88 using Fn = CallObject<true, void, const Implicit&, const ThrowsImplicit&>; in main() typedef
96 using Fn = CallObject<true, void>; in main() typedef
103 using Fn = int (Tag::*); in main() typedef
110 using Fn = CallObject<true, int>; in main() typedef
116 using Fn = CallObject<true, int>; in main() typedef
Dis_invocable.pass.cpp44 using Fn = int(Tag::*)(int); in main() typedef
85 using Fn = int (Tag::*); in main() typedef
141 using Fn = NotCallableWithInt; in main() typedef
148 using Fn = int(*)(); in main() typedef
156 using Fn = void(*)(); in main() typedef
162 using Fn = void(*)(); in main() typedef
/external/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
Dis_nothrow_invocable.pass.cpp170 using Fn = CallObject<true, int>; in main() typedef
180 using Fn = CallObject<true, void, const Implicit&, const ThrowsImplicit&>; in main() typedef
190 using Fn = CallObject<true, void>; in main() typedef
197 using Fn = int(Tag::*); in main() typedef
204 using Fn = CallObject<true, int>; in main() typedef
210 using Fn = CallObject<true, int>; in main() typedef
Dis_invocable.pass.cpp124 using Fn = int (Tag::*)(int); in main() typedef
165 using Fn = int(Tag::*); in main() typedef
219 using Fn = NotCallableWithInt; in main() typedef
226 using Fn = int (*)(); in main() typedef
234 using Fn = void (*)(); in main() typedef
240 using Fn = void (*)(); in main() typedef
/external/llvm-project/llvm/bindings/ocaml/analysis/
Danalysis_ocaml.c46 CAMLprim value llvm_verify_function(LLVMValueRef Fn) { in llvm_verify_function()
57 CAMLprim value llvm_assert_valid_function(LLVMValueRef Fn) { in llvm_assert_valid_function()
63 CAMLprim value llvm_view_function_cfg(LLVMValueRef Fn) { in llvm_view_function_cfg()
69 CAMLprim value llvm_view_function_cfg_only(LLVMValueRef Fn) { in llvm_view_function_cfg_only()
/external/llvm/bindings/ocaml/analysis/
Danalysis_ocaml.c46 CAMLprim value llvm_verify_function(LLVMValueRef Fn) { in llvm_verify_function()
57 CAMLprim value llvm_assert_valid_function(LLVMValueRef Fn) { in llvm_assert_valid_function()
63 CAMLprim value llvm_view_function_cfg(LLVMValueRef Fn) { in llvm_view_function_cfg()
69 CAMLprim value llvm_view_function_cfg_only(LLVMValueRef Fn) { in llvm_view_function_cfg_only()
/external/llvm/lib/Target/Mips/
DMipsCCState.h74 CCAssignFn Fn, in AnalyzeCallOperands()
94 CCAssignFn Fn) { in AnalyzeFormalArguments()
102 CCAssignFn Fn, in AnalyzeCallResult()
111 CCAssignFn Fn) { in AnalyzeReturn()
119 CCAssignFn Fn) { in CheckReturn()
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp71 CCAssignFn Fn) { in AnalyzeFormalArguments()
90 CCAssignFn Fn) { in CheckReturn()
104 CCAssignFn Fn) { in AnalyzeReturn()
122 CCAssignFn Fn) { in AnalyzeCallOperands()
140 CCAssignFn Fn) { in AnalyzeCallOperands()
158 CCAssignFn Fn) { in AnalyzeCallResult()
173 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) { in AnalyzeCallResult()
194 MVT VT, CCAssignFn Fn) { in getRemainingRegParmsForType()
234 CCAssignFn Fn) { in analyzeMustTailForwardedRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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()
/external/llvm-project/llvm/lib/Target/Mips/
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()
/external/llvm-project/llvm/lib/CodeGen/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp87 CCAssignFn Fn) { in AnalyzeFormalArguments()
101 CCAssignFn Fn) { in CheckReturn()
115 CCAssignFn Fn) { in AnalyzeReturn()
128 CCAssignFn Fn) { in AnalyzeCallOperands()
146 CCAssignFn Fn) { in AnalyzeCallOperands()
164 CCAssignFn Fn) { in AnalyzeCallResult()
179 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) { in AnalyzeCallResult()
200 MVT VT, CCAssignFn Fn) { in getRemainingRegParmsForType()
240 CCAssignFn Fn) { in analyzeMustTailForwardedRegisters()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each()
190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n()
209 FuncTy Fn) { in for_each()
215 FuncTy Fn) { in for_each_n()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
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
DAnalysis.cpp119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
130 void LLVMViewFunctionCFG(LLVMValueRef Fn) { in LLVMViewFunctionCFG()
135 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { in LLVMViewFunctionCFGOnly()
/external/llvm-project/llvm/lib/Analysis/
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
DAnalysis.cpp120 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
131 void LLVMViewFunctionCFG(LLVMValueRef Fn) { in LLVMViewFunctionCFG()
136 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { in LLVMViewFunctionCFGOnly()
/external/llvm/lib/IR/
DDiagnosticInfo.cpp198 const Function &Fn, const DebugLoc &DLoc, in emitOptimizationRemark()
204 const Function &Fn, in emitOptimizationRemarkMissed()
212 const Function &Fn, in emitOptimizationRemarkAnalysis()
221 const Function &Fn, in emitOptimizationRemarkAnalysisFPCommute()
230 const Function &Fn, in emitOptimizationRemarkAnalysisAliasing()
252 void llvm::emitLoopVectorizeWarning(LLVMContext &Ctx, const Function &Fn, in emitLoopVectorizeWarning()
258 void llvm::emitLoopInterleaveWarning(LLVMContext &Ctx, const Function &Fn, in emitLoopInterleaveWarning()
/external/llvm/lib/Analysis/
DAnalysis.cpp109 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
120 void LLVMViewFunctionCFG(LLVMValueRef Fn) { in LLVMViewFunctionCFG()
125 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { in LLVMViewFunctionCFGOnly()
DCFLSteensAliasAnalysis.cpp129 Function &Fn, const SmallVectorImpl<Value *> &RetVals, in FunctionInfo()
197 CFLSteensAAResult::FunctionInfo CFLSteensAAResult::buildSetsFrom(Function *Fn) { in buildSetsFrom()
239 void CFLSteensAAResult::scan(Function *Fn) { in scan()
254 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict()
259 CFLSteensAAResult::ensureCached(Function *Fn) { in ensureCached()
270 const AliasSummary *CFLSteensAAResult::getAliasSummary(Function &Fn) { in getAliasSummary()
286 Function *Fn = nullptr; in query() local
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp223 typedef TestClass Fn; in bullet_three_four_tests() typedef
236 typedef DerivedFromTestClass Fn; in bullet_three_four_tests() typedef
249 typedef TestClass Fn; in bullet_three_four_tests() typedef
257 typedef DerivedFromTestClass Fn; in bullet_three_four_tests() typedef
265 typedef TestClass Fn; in bullet_three_four_tests() typedef
274 typedef DerivedFromTestClass Fn; in bullet_three_four_tests() typedef
295 typedef TestClass Fn; in bullet_five_tests() typedef
/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp221 typedef TestClass Fn; in bullet_three_four_tests() typedef
234 typedef DerivedFromTestClass Fn; in bullet_three_four_tests() typedef
247 typedef TestClass Fn; in bullet_three_four_tests() typedef
255 typedef DerivedFromTestClass Fn; in bullet_three_four_tests() typedef
263 typedef TestClass Fn; in bullet_three_four_tests() typedef
272 typedef DerivedFromTestClass Fn; in bullet_three_four_tests() typedef
293 typedef TestClass Fn; in bullet_five_tests() typedef
/external/llvm-project/llvm/include/llvm/Support/
DParallel.h131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
230 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
241 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
276 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
291 Error parallelForEachError(RangeTy &&R, FuncTy Fn) { in parallelForEachError()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp106 static inline unsigned GetInitialOffset(MachineFunction &Fn) { in GetInitialOffset()
115 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes()
151 void PPCBSel::modifyAdjustment(MachineFunction &Fn) { in modifyAdjustment()
176 int PPCBSel::computeBranchSize(MachineFunction &Fn, in computeBranchSize()
263 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/PowerPC/
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()

12345678910>>...28