Home
last modified time | relevance | path

Searched refs:FnName (Results 1 – 15 of 15) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerExtFunctionsDlsym.cpp24 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr() argument
26 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
30 Printf("WARNING: Failed to find function \"%s\".", FnName); in GetFnPtr()
DFuzzerExtFunctionsWeak.cpp33 static void CheckFnPtr(void *FnPtr, const char *FnName, bool WarnIfMissing) { in CheckFnPtr() argument
35 Printf("WARNING: Failed to find function \"%s\".\n", FnName); in CheckFnPtr()
DFuzzerExtFunctionsWeakAlias.cpp34 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr() argument
37 Printf("WARNING: Failed to find function \"%s\".\n", FnName); in GetFnPtr()
DFuzzerLoop.cpp45 static void MissingExternalApiFunction(const char *FnName) { in MissingExternalApiFunction() argument
48 FnName); in MissingExternalApiFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp738 const auto FnName = Ctx->getGlobalString("llvm.cttz.i32"); in Unop() local
740 const auto *Info = Ctx->getIntrinsicsInfo().find(FnName, BadInstrinsic); in Unop()
745 Func, 1, Dest, Ctx->getConstantExternSym(FnName), Info->Info); in Unop()
764 const auto FnName = Ctx->getGlobalString("llvm.fabs.f32"); in Unop() local
766 const auto *Info = Ctx->getIntrinsicsInfo().find(FnName, BadInstrinsic); in Unop()
771 Func, 1, Dest, Ctx->getConstantExternSym(FnName), Info->Info); in Unop()
778 const auto FnName = Ctx->getGlobalString("llvm.fabs.f64"); in Unop() local
780 const auto *Info = Ctx->getIntrinsicsInfo().find(FnName, BadInstrinsic); in Unop()
785 Func, 1, Dest, Ctx->getConstantExternSym(FnName), Info->Info); in Unop()
792 const auto FnName = Ctx->getGlobalString("env$$floor_f"); in Unop() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp459 Function *MCJIT::FindFunctionNamedInModulePtrSet(StringRef FnName, in FindFunctionNamedInModulePtrSet() argument
463 Function *F = (*I)->getFunction(FnName); in FindFunctionNamedInModulePtrSet()
483 Function *MCJIT::FindFunctionNamed(StringRef FnName) { in FindFunctionNamed() argument
485 FnName, OwnedModules.begin_added(), OwnedModules.end_added()); in FindFunctionNamed()
487 F = FindFunctionNamedInModulePtrSet(FnName, OwnedModules.begin_loaded(), in FindFunctionNamed()
490 F = FindFunctionNamedInModulePtrSet(FnName, OwnedModules.begin_finalized(), in FindFunctionNamed()
DMCJIT.h197 Function *FindFunctionNamedInModulePtrSet(StringRef FnName,
224 Function *FindFunctionNamed(StringRef FnName) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp78 const char* FnName, in FunctionDescToIntelJITFormat() argument
85 Result.method_name = const_cast<char*>(FnName); in FunctionDescToIntelJITFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp519 void applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName,
550 void applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, bool IsOne,
558 void applyVirtualConstProp(CallSiteInfo &CSInfo, StringRef FnName,
1206 void DevirtModule::applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniformRetValOpt() argument
1210 "uniform-ret-val", FnName, RemarksEnabled, OREGetter, in applyUniformRetValOpt()
1312 void DevirtModule::applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, in applyUniqueRetValOpt() argument
1321 Call.replaceAndErase("unique-ret-val", FnName, RemarksEnabled, OREGetter, in applyUniqueRetValOpt()
1381 void DevirtModule::applyVirtualConstProp(CallSiteInfo &CSInfo, StringRef FnName, in applyVirtualConstProp() argument
1392 Call.replaceAndErase("virtual-const-prop-1-bit", FnName, RemarksEnabled, in applyVirtualConstProp()
1397 Call.replaceAndErase("virtual-const-prop", FnName, RemarksEnabled, in applyVirtualConstProp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp138 StringRef FnName = Callee->getName(); in getAllocationDataForFunction() local
140 if (!TLI || !TLI->getLibFunc(FnName, TLIFn) || !TLI->has(TLIFn)) in getAllocationDataForFunction()
469 StringRef FnName = Callee->getName(); in isFreeCall() local
471 if (!TLI || !TLI->getLibFunc(FnName, TLIFn) || !TLI->has(TLIFn)) in isFreeCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h597 std::string FnName = mangle(SubF->getName(), SrcM.getDataLayout()); in extractAndCompile() local
598 if (auto FnBodySym = BaseLayer.findSymbolIn(PartKey, FnName, false)) { in extractAndCompile()
608 if (auto EC = LD.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h175 const MachineInstrBuilder &addExternalSymbol(const char *FnName,
177 MI->addOperand(*MF, MachineOperand::CreateES(FnName, TargetFlags));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h213 virtual Function *FindFunctionNamed(StringRef FnName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp156 Function *ExecutionEngine::FindFunctionNamed(StringRef FnName) { in FindFunctionNamed() argument
158 Function *F = Modules[i]->getFunction(FnName); in FindFunctionNamed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3261 StringRef FnName = CI->getCalledFunction()->getName(); in getVectorCallCost() local
3289 if (!TLI || !TLI->isFunctionVectorizable(FnName, VF) || CI->isNoBuiltin()) in getVectorCallCost()
4342 StringRef FnName = CI->getCalledFunction()->getName(); in widenInstruction() local
4381 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction()