Home
last modified time | relevance | path

Searched refs:isNoBuiltin (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp106 if (Call->isNoBuiltin()) in runPartiallyInlineLibCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp107 if (CI.isNoBuiltin() || !CI.getCalledFunction()) in addMappingsFromTLI()
DLibCallsShrinkWrap.cpp291 if (CI.isNoBuiltin()) in checkCandidate()
DSimplifyLibCalls.cpp3051 if (CI->isNoBuiltin()) in optimizeCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h441 bool isNoBuiltin() const { in isNoBuiltin() function
442 CALLSITE_DELEGATE_GETTER(isNoBuiltin()); in isNoBuiltin()
DInstrTypes.h1647 bool isNoBuiltin() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h278 return !CS.isNoBuiltin() && CS.getCalledFunction() && in getLibFunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1403 if (Call->isNoBuiltin() || Call->isStrictFP()) in canConstantFoldCallTo()
2473 if (Call->isNoBuiltin() || Call->isStrictFP()) in ConstantFoldCall()
2493 if (Call->isNoBuiltin() || Call->isStrictFP()) in isMathLibCallNoop()
DMemoryBuiltins.cpp124 IsNoBuiltin = CS.isNoBuiltin(); in getCalledFunction()
DLoopAccessAnalysis.cpp1847 if (Call && !Call->isNoBuiltin() && Call->getCalledFunction() && in analyzeLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3289 if (!TLI || !TLI->isFunctionVectorizable(FnName, VF) || CI->isNoBuiltin()) in getVectorCallCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7621 if (!I.isNoBuiltin() && !I.isStrictFP() && !F->hasLocalLinkage() && in visitCall()