/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyOptimizeReturned.cpp | 56 for (unsigned i = 0, e = CS.getNumArgOperands(); i < e; ++i) in visitCallSite()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 542 EXPECT_EQ(Call->getNumArgOperands(), Clone->getNumArgOperands()); in TEST() 573 EXPECT_EQ(Invoke->getNumArgOperands(), Clone->getNumArgOperands()); in TEST()
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 268 unsigned getNumArgOperands() const { in getNumArgOperands() function 269 CALLSITE_DELEGATE_GETTER(getNumArgOperands()); in getNumArgOperands()
|
D | Instructions.h | 1547 unsigned getNumArgOperands() const { 1554 assert(i < getNumArgOperands() && "Out of bounds!"); 1558 assert(i < getNumArgOperands() && "Out of bounds!"); 1592 assert(i < getNumArgOperands() && "Out of bounds!"); 1596 assert(i < getNumArgOperands() && "Out of bounds!"); 1794 if (getNumArgOperands() == 0) 3520 unsigned getNumArgOperands() const { 3527 assert(i < getNumArgOperands() && "Out of bounds!"); 3531 assert(i < getNumArgOperands() && "Out of bounds!"); 3565 assert(i < getNumArgOperands() && "Out of bounds!"); [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | SITypeRewriter.cpp | 105 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) { in visitCallInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1096 for (unsigned i = 0; i < inv->getNumArgOperands(); ++i) { in printInstruction() 1336 if (call->getNumArgOperands() > 1) { in printInstruction() 1339 for (unsigned i = 0; i < call->getNumArgOperands(); ++i) { in printInstruction() 1344 << opNames[call->getNumArgOperands()] << ", " in printInstruction() 1346 } else if (call->getNumArgOperands() == 1) { in printInstruction() 1348 << opNames[call->getNumArgOperands()] << ", " << opNames[0] << ", \""; in printInstruction() 1351 << opNames[call->getNumArgOperands()] << ", \""; in printInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | GVN.cpp | 198 assert(I->getNumArgOperands() == 2 && in create_extractvalue_expression() 260 if (local_cdep->getNumArgOperands() != C->getNumArgOperands()) { in lookup_or_add_call() 265 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) { in lookup_or_add_call() 315 if (cdep->getNumArgOperands() != C->getNumArgOperands()) { in lookup_or_add_call() 319 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) { in lookup_or_add_call()
|
D | SimplifyLibCalls.cpp | 1136 if (FormatStr == "%c" && CI->getNumArgOperands() > 1 && in OptimizeFixedFormatString() 1145 if (FormatStr == "%s\n" && CI->getNumArgOperands() > 1 && in OptimizeFixedFormatString() 1192 if (CI->getNumArgOperands() == 2) { in OptimizeFixedFormatString() 1212 CI->getNumArgOperands() < 3) in OptimizeFixedFormatString() 1346 if (CI->getNumArgOperands() == 2) { in OptimizeFixedFormatString() 1364 CI->getNumArgOperands() < 3) in OptimizeFixedFormatString()
|
D | TailRecursionElimination.cpp | 520 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i) in EliminateRecursiveTailCall()
|
/external/swiftshader/third_party/LLVM/ |
D | OnlyX86.patch | 237 - unsigned AlignArg = II->getNumArgOperands() - 1; 262 + // unsigned AlignArg = II->getNumArgOperands() - 1;
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 949 if (CI->getNumArgOperands() == 3) in UpgradeIntrinsicCall() 1069 if (CI->getNumArgOperands() == 4) in UpgradeIntrinsicCall() 1093 if (CI->getNumArgOperands() == 4) in UpgradeIntrinsicCall() 1112 if (CI->getNumArgOperands() == 4) in UpgradeIntrinsicCall() 1131 if (CI->getNumArgOperands() == 4) in UpgradeIntrinsicCall() 1252 assert(CI->getNumArgOperands() == 1 && in UpgradeIntrinsicCall()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1574 if (StreamArg >= (int)CI->getNumArgOperands()) in isReportingError() 1606 if (FormatStr == "%s" && CI->getNumArgOperands() > 1) { in optimizePrintFString() 1627 if (FormatStr == "%c" && CI->getNumArgOperands() > 1 && in optimizePrintFString() 1632 if (FormatStr == "%s\n" && CI->getNumArgOperands() > 1 && in optimizePrintFString() 1667 if (CI->getNumArgOperands() == 2) { in optimizeSPrintFString() 1685 CI->getNumArgOperands() < 3) in optimizeSPrintFString() 1756 if (CI->getNumArgOperands() == 2) { in optimizeFPrintFString() 1770 CI->getNumArgOperands() < 3) in optimizeFPrintFString()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | GlobalsModRef.cpp | 270 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i) in AnalyzeUsesOfPointer() 275 for (unsigned i = 0, e = II->getNumArgOperands(); i != e; ++i) in AnalyzeUsesOfPointer()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 314 assert(I->getNumArgOperands() == 2 && in createExtractvalueExpr() 388 if (local_cdep->getNumArgOperands() != C->getNumArgOperands()) { in lookupOrAddCall() 393 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) { in lookupOrAddCall() 443 if (cdep->getNumArgOperands() != C->getNumArgOperands()) { in lookupOrAddCall() 447 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) { in lookupOrAddCall()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 137 unsigned ArgIdx = II->getNumArgOperands() - 1; in HasCatchAllInSelector() 190 unsigned OpIdx = Sel->getNumArgOperands() - 1; in CleanupSelectors()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 491 if (selector->getNumArgOperands() != 3) return false; in isCleanupOnlySelector() 538 for (unsigned i = 0, e = Inner->getNumArgOperands(); i != e; ++i) in HandleCallsInBlockInlinedThroughInvoke() 540 for (unsigned i = 2, e = Outer->getNumArgOperands(); i != e; ++i) in HandleCallsInBlockInlinedThroughInvoke()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-patchpoint.ll | 47 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLTypeToSPIRV.cpp | 116 for (unsigned AI = 0, AE = CI->getNumArgOperands(); AI != AE; ++AI) { in getArgIndex()
|
D | OCL20ToSPIRV.cpp | 760 if (CI->getNumArgOperands() < MaxOps) in visitCallAtomicCpp11() 1001 && CI->getNumArgOperands() > 4) in visitCallPipeBuiltin() 1383 for (unsigned I = 1, E = CI->getNumArgOperands(); Uniform && (I != E); ++I) { in visitCallScalToVec()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 560 unsigned NumElts = Inst->getNumArgOperands() - 1; in getOrCreateResultFromMemIntrinsic() 605 Info.PtrVal = Inst->getArgOperand(Inst->getNumArgOperands() - 1); in getTgtMemIntrinsic()
|
/external/llvm/test/CodeGen/X86/ |
D | patchpoint.ll | 59 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-patchpoint.ll | 71 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 303 if (UseIndex >= CS.getNumArgOperands()) { in captured() 436 bool IsOperandBundleUse = UseIndex >= CS.getNumArgOperands(); in determinePointerReadAttrs()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 504 for (unsigned J = 0, JE = II->getNumArgOperands(); J != JE; ++J) in getInstructionCost()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 388 unsigned N = I.getNumArgOperands(); in AddCatchInfo()
|