Home
last modified time | relevance | path

Searched refs:getNumArgOperands (Results 1 – 25 of 59) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h1244 unsigned getNumArgOperands() const { return arg_size(); }
1247 assert(i < getNumArgOperands() && "Out of bounds!");
1252 assert(i < getNumArgOperands() && "Out of bounds!");
1258 assert(i < getNumArgOperands() && "Out of bounds!");
1262 assert(i < getNumArgOperands() && "Out of bounds!");
1416 assert(ArgNo < getNumArgOperands() && "Out of bounds");
1424 assert(ArgNo < getNumArgOperands() && "Out of bounds");
1446 assert(ArgNo < getNumArgOperands() && "Out of bounds");
1454 assert(ArgNo < getNumArgOperands() && "Out of bounds");
1493 assert(ArgNo < getNumArgOperands() && "Out of bounds");
[all …]
DCallSite.h303 unsigned getNumArgOperands() const { in getNumArgOperands() function
304 CALLSITE_DELEGATE_GETTER(getNumArgOperands()); in getNumArgOperands()
830 unsigned getNumArgOperands() const {
832 return CS.getNumArgOperands();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp159 unsigned NumOps = CI->getNumArgOperands(); in lowerPrintfForGpu()
206 Sizes << CI->getNumArgOperands() - 1; in lowerPrintfForGpu()
208 for (unsigned ArgCount = 1; ArgCount < CI->getNumArgOperands() && in lowerPrintfForGpu()
405 for (unsigned ArgCount = 1; ArgCount < CI->getNumArgOperands() && in lowerPrintfForGpu()
547 if (I + 1 == E && ArgCount + 1 == CI->getNumArgOperands()) in lowerPrintfForGpu()
DAMDGPULibCalls.cpp589 auto NumArg = CI->getNumArgOperands(); in fold_read_write_pipe()
606 unsigned PtrArgLoc = CI->getNumArgOperands() - 3; in fold_read_write_pipe()
670 if (CI->getNumArgOperands() != FInfo.getNumArgs()) in fold()
1624 int numArgs = (int)aCI->getNumArgOperands(); in evaluateCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp106 unsigned NumOperands = getNumArgOperands(); in getRoundingMode()
116 unsigned NumOperands = getNumArgOperands(); in getExceptionBehavior()
DAutoUpgrade.cpp1126 if (CI.getNumArgOperands() == 4) { // For masked intrinsics. in UpgradeX86AddSubSatIntrinsics()
1153 if (CI.getNumArgOperands() == 4) { // For masked intrinsics. in upgradeX86Rotate()
1223 unsigned NumArgs = CI.getNumArgOperands(); in upgradeX86ConcatShift()
1282 if (CI.getNumArgOperands() == 3) in upgradeAbs()
1295 if (CI.getNumArgOperands() == 4) in upgradeIntMinMax()
1324 if (CI.getNumArgOperands() == 4) in upgradePMULDQ()
1377 Value *Mask = CI.getArgOperand(CI.getNumArgOperands() - 1); in upgradeMaskedCompare()
1648 unsigned NumArgs = CI.getNumArgOperands(); in upgradeAVX512MaskToSelect()
1828 if (CI->getNumArgOperands() == 4 && in UpgradeIntrinsicCall()
2011 if (CI->getNumArgOperands() == 5) in UpgradeIntrinsicCall()
[all …]
DAbstractCallSite.cpp123 unsigned NumCallOperands = CS.getNumArgOperands(); in AbstractCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp59 for (unsigned I = 0, E = CS.getNumArgOperands(); I < E; ++I) in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp52 for (unsigned I = 0; I < CI.getNumArgOperands(); ++I) in mangleTLIName()
DSimplifyLibCalls.cpp1376 if (CI->getNumArgOperands() == 1) { in optimizeCAbs()
1382 assert(CI->getNumArgOperands() == 2 && "Unexpected signature for cabs!"); in optimizeCAbs()
2364 if (StreamArg >= (int)CI->getNumArgOperands()) in isReportingError()
2396 if (FormatStr == "%s" && CI->getNumArgOperands() > 1) { in optimizePrintFString()
2417 if (FormatStr == "%c" && CI->getNumArgOperands() > 1 && in optimizePrintFString()
2422 if (FormatStr == "%s\n" && CI->getNumArgOperands() > 1 && in optimizePrintFString()
2472 if (CI->getNumArgOperands() == 2) { in optimizeSPrintFString()
2490 CI->getNumArgOperands() < 3) in optimizeSPrintFString()
2576 if (CI->getNumArgOperands() == 3) { in optimizeSnPrintFString()
2600 CI->getNumArgOperands() == 4) { in optimizeSnPrintFString()
[all …]
DLibCallsShrinkWrap.cpp307 if (CI.getNumArgOperands() == 0) in checkCandidate()
DEvaluator.cpp290 if (FTy->getNumParams() > CS.getNumArgOperands()) { in getFormalParams()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp72 unsigned NumActualArgs = ACS.getNumArgOperands(); in PropagateConstantsIntoArguments()
DFunctionAttrs.cpp387 if (UseIndex >= CS.getNumArgOperands()) { in captured()
522 bool IsOperandBundleUse = UseIndex >= CS.getNumArgOperands(); in determinePointerReadAttrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp260 if (CPI->getNumArgOperands() == 1 && in prepareEHPads()
DTypePromotion.cpp579 for (unsigned i = 0; i < Call->getNumArgOperands(); ++i) { in TruncateSinks()
682 for (unsigned i = 0; i < Call->getNumArgOperands(); ++i) { in Mutate()
DIntrinsicLowering.cpp454 if (CI->getNumArgOperands() != 1 || in LowerToByteSwap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp401 if (local_cdep->getNumArgOperands() != C->getNumArgOperands()) { in lookupOrAddCall()
406 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) { in lookupOrAddCall()
456 if (cdep->getNumArgOperands() != C->getNumArgOperands()) { in lookupOrAddCall()
460 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) { in lookupOrAddCall()
DTailRecursionElimination.cpp621 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i) in eliminateRecursiveTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp807 unsigned NumElts = Inst->getNumArgOperands() - 1; in getOrCreateResultFromMemIntrinsic()
848 Info.PtrVal = Inst->getArgOperand(Inst->getNumArgOperands() - 1); in getTgtMemIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp534 if (Op->getNumArgOperands() == 0) { in replaceSwiftErrorOps()
539 assert(Op->getNumArgOperands() == 1); in replaceSwiftErrorOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1468 assert(I.getNumArgOperands() >= NumOperands && "Not enough operands"); in haveSameOperands()
1469 assert(E.getNumArgOperands() >= NumOperands && "Not enough operands"); in haveSameOperands()
1495 haveSameOperands(I, *E, E->getNumArgOperands())) { in removeTriviallyEmptyRange()
1765 assert(Call.getNumArgOperands() > 1 && "Need at least 2 args to swap"); in canonicalizeConstantArg0ToArg1()
3332 unsigned AlignArg = II->getNumArgOperands() - 1; in visitCallInst()
4352 unsigned NumArgs = Call.getNumArgOperands(); in annotateAnyAllocSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp461 if (CS.getNumArgOperands() != 2) in rewriteSetJmpCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp706 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i) in canVectorizeInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp673 (!Call->doesNotCapture(ArgNo) && ArgNo < Call->getNumArgOperands() && in callCapturesBefore()

123