HomeSort by: relevance | last modified time | path
    Searched refs:Fn (Results 1 - 25 of 338) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Stack.h 36 llvm::function_ref<void()> Fn);
39 /// is insufficient, calls Diag to emit a diagnostic before calling Fn.
41 llvm::function_ref<void()> Fn) {
44 runWithSufficientStackSpaceSlow(Diag, Fn);
46 Fn();
50 Fn();
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 46 value llvm_verify_function(LLVMValueRef Fn) {
47 return Val_bool(LLVMVerifyFunction(Fn, LLVMReturnStatusAction) == 0);
57 value llvm_assert_valid_function(LLVMValueRef Fn) {
58 LLVMVerifyFunction(Fn, LLVMAbortProcessAction);
63 value llvm_view_function_cfg(LLVMValueRef Fn) {
64 LLVMViewFunctionCFG(Fn);
69 value llvm_view_function_cfg_only(LLVMValueRef Fn) {
70 LLVMViewFunctionCFGOnly(Fn);
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Analysis.h 49 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
53 void LLVMViewFunctionCFG(LLVMValueRef Fn);
54 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PostRAHazardRecognizer.cpp 57 bool runOnMachineFunction(MachineFunction &Fn) override;
69 bool PostRAHazardRecognizer::runOnMachineFunction(MachineFunction &Fn) {
70 const TargetInstrInfo *TII = Fn.getSubtarget().getInstrInfo();
72 TII->CreateTargetPostRAHazardRecognizer(Fn));
79 for (auto &MBB : Fn) {
CallingConvLower.cpp 91 CCAssignFn Fn) {
97 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this))
105 CCAssignFn Fn) {
110 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this))
119 CCAssignFn Fn) {
124 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this))
132 CCAssignFn Fn) {
137 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
150 CCAssignFn Fn) {
155 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this))
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerExtFunctionsDlsym.cpp 26 void *Fn = dlsym(RTLD_DEFAULT, FnName);
27 if (Fn == nullptr) {
36 return reinterpret_cast<T>(Fn);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 54 unsigned ComputeBlockSizes(MachineFunction &Fn);
55 void modifyAdjustment(MachineFunction &Fn);
56 int computeBranchSize(MachineFunction &Fn,
61 bool runOnMachineFunction(MachineFunction &Fn) override;
109 static inline unsigned GetInitialOffset(MachineFunction &Fn) {
111 if (Fn.getSubtarget<PPCSubtarget>().isELFv2ABI() &&
112 !Fn.getRegInfo().use_empty(PPC::X2))
118 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) {
120 static_cast<const PPCInstrInfo *>(Fn.getSubtarget().getInstrInfo());
121 unsigned FuncSize = GetInitialOffset(Fn);
    [all...]
PPCCCState.h 51 CCAssignFn Fn) {
54 CCState::AnalyzeFormalArguments(Ins, Fn);
58 CCAssignFn Fn) {
65 CCState::AnalyzeCallOperands(Outs, Fn);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp 77 FunctionInfo(Function &Fn, const SmallVectorImpl<Value *> &RetVals,
117 Function &Fn, const SmallVectorImpl<Value *> &RetVals,
122 if (Fn.arg_size() > MaxSupportedArgsInSummary)
174 for (auto &Param : Fn.args()) {
185 CFLSteensAAResult::FunctionInfo CFLSteensAAResult::buildSetsFrom(Function *Fn) {
186 CFLGraphBuilder<CFLSteensAAResult> GraphBuilder(*this, GetTLI(*Fn), *Fn);
224 return FunctionInfo(*Fn, GraphBuilder.getReturnValues(), SetBuilder.build());
227 void CFLSteensAAResult::scan(Function *Fn) {
228 auto InsertPair = Cache.insert(std::make_pair(Fn, Optional<FunctionInfo>()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 24 FunctionHandle(Function *Fn, AAResult *Result)
25 : CallbackVH(Fn), Result(Result) {
26 assert(Fn != nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsCCState.h 90 CCAssignFn Fn,
94 CCState::AnalyzeCallOperands(Outs, Fn);
105 CCAssignFn Fn) = delete;
108 CCAssignFn Fn) = delete;
111 CCAssignFn Fn) {
113 CCState::AnalyzeFormalArguments(Ins, Fn);
120 CCAssignFn Fn, const Type *RetTy,
124 CCState::AnalyzeCallResult(Ins, Fn);
131 CCAssignFn Fn) {
134 CCState::AnalyzeReturn(Outs, Fn);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
CoroutineStmtBuilder.h 27 sema::FunctionScopeInfo &Fn;
37 CoroutineStmtBuilder(Sema &S, FunctionDecl &FD, sema::FunctionScopeInfo &Fn,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Speculation.cpp 83 for (auto &Fn : M.getFunctionList()) {
84 if (!Fn.isDeclaration()) {
86 auto IRNames = QueryAnalysis(Fn);
95 "__orc_speculate.guard.for." + Fn.getName());
99 BasicBlock &ProgramEntry = Fn.getEntryBlock();
102 MContext, "__orc_speculate.block", &Fn, &ProgramEntry);
104 MContext, "__orc_speculate.decision.block", &Fn, SpeculateBlock);
106 assert(SpeculateDecisionBlock == &Fn.getEntryBlock() &&
120 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext));
127 assert(Mutator.GetInsertBlock()->getParent() == &Fn &
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetRegistry.h 597 MCRelocationInfoCtorTy Fn = MCRelocationInfoCtorFn
600 return Fn(Triple(TT), Ctx);
620 MCSymbolizerCtorTy Fn =
622 return Fn(Triple(TT), GetOpInfo, SymbolLookUp, DisInfo, Ctx,
742 /// @param Fn - A function to construct a MCAsmInfo for the target.
743 static void RegisterMCAsmInfo(Target &T, Target::MCAsmInfoCtorFnTy Fn) {
744 T.MCAsmInfoCtorFn = Fn;
754 /// @param Fn - A function to construct a MCObjectFileInfo for the target.
756 Target::MCObjectFileInfoCtorFnTy Fn) {
757 T.MCObjectFileInfoCtorFn = Fn;
    [all...]
Parallel.h 131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) {
139 Fn(*Begin);
151 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); });
154 std::for_each(Begin, End, Fn);
158 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) {
166 Fn(Begin);
179 TG.spawn([=, &Fn] {
181 Fn(J);
185 Fn(J)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp 242 llvm::Function *fn = CGM.CreateGlobalInitOrCleanUpFunction( local
248 CGM.getContext().VoidTy, fn, FI, FunctionArgList(),
262 return fn;
374 llvm::Function *Fn = llvm::Function::Create(
380 Fn->setSection(Section);
383 SetInternalFunctionAttributes(GlobalDecl(), Fn, FI);
385 Fn->setCallingConv(getRuntimeCC());
388 Fn->setDoesNotThrow();
391 !isInNoSanitizeList(SanitizerKind::Address, Fn, Loc))
392 Fn->addFnAttr(llvm::Attribute::SanitizeAddress)
857 llvm::Function *fn = CGM.CreateGlobalInitOrCleanUpFunction( local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Stack.cpp 68 llvm::function_ref<void()> Fn) {
73 Fn();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfilePlugins.inc 34 MemIntrinsicPlugin(Function &Fn, TargetLibraryInfo &TLI)
35 : F(Fn), TLI(TLI), Candidates(nullptr) {}
79 IndirectCallPromotionPlugin(Function &Fn, TargetLibraryInfo &TLI) : F(Fn) {}
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_tls_get_addr.h 64 template <typename Fn>
65 void ForEachDVT(DTLS *dtls, const Fn &fn) {
70 for (auto &d : block->dtvs) fn(d, id++);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_tls_get_addr.h 56 template <typename Fn>
57 void ForEachDVT(DTLS *dtls, const Fn &fn) {
62 for (auto &d : block->dtvs) fn(d, id++);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
state_assembly_test.cc 11 void Fn();
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Threading.cpp 42 void llvm::llvm_execute_on_thread(void (*Fn)(void *), void *UserData,
45 Fn(UserData);
117 void llvm::llvm_execute_on_thread(void (*Fn)(void *), void *UserData,
120 SyncThreadInfo Info = {Fn, UserData};
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
state_assembly_test.cc 10 void Fn();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.h 37 bool runOnMachineFunction(MachineFunction &Fn) override {
38 Subtarget = &Fn.getSubtarget<HexagonSubtarget>();
39 return AsmPrinter::runOnMachineFunction(Fn);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Annotation2Metadata.cpp 63 auto *Fn = dyn_cast<Function>(Bitcast->getOperand(0));
64 if (!Fn)
68 for (auto &I : instructions(Fn))

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 91011>>