/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyOptimizeReturned.cpp | 56 for (unsigned i = 0, e = CS.getNumArgOperands(); i < e; ++i) in visitCallSite()
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 217 unsigned getNumArgOperands() const { in getNumArgOperands() function 218 CALLSITE_DELEGATE_GETTER(getNumArgOperands()); in getNumArgOperands()
|
D | Instructions.h | 1536 unsigned getNumArgOperands() const { 1543 assert(i < getNumArgOperands() && "Out of bounds!"); 1547 assert(i < getNumArgOperands() && "Out of bounds!"); 1581 assert(i < getNumArgOperands() && "Out of bounds!"); 1585 assert(i < getNumArgOperands() && "Out of bounds!"); 1752 if (getNumArgOperands() == 0) 3461 unsigned getNumArgOperands() const { 3468 assert(i < getNumArgOperands() && "Out of bounds!"); 3472 assert(i < getNumArgOperands() && "Out of bounds!"); 3506 assert(i < getNumArgOperands() && "Out of bounds!"); [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | SITypeRewriter.cpp | 102 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) { in visitCallInst()
|
D | AMDGPUPromoteAlloca.cpp | 379 for (unsigned ArgIdx = 0, ArgEnd = Call->getNumArgOperands(); in visitAlloca()
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 92 if (I.getNumArgOperands() != 1 || in checkUnaryFloatSignature() 111 if (I.getNumArgOperands() != 2 || in checkBinaryFloatSignature()
|
D | CostModel.cpp | 504 for (unsigned J = 0, JE = II->getNumArgOperands(); J != JE; ++J) in getInstructionCost()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1189 for (unsigned i = 0; i < inv->getNumArgOperands(); ++i) { in printInstruction() 1437 if (call->getNumArgOperands() > 1) { in printInstruction() 1440 for (unsigned i = 0; i < call->getNumArgOperands(); ++i) { in printInstruction() 1445 << opNames[call->getNumArgOperands()] << ", " in printInstruction() 1447 } else if (call->getNumArgOperands() == 1) { in printInstruction() 1449 << opNames[call->getNumArgOperands()] << ", " << opNames[0] << ", \""; in printInstruction() 1452 << opNames[call->getNumArgOperands()] << ", \""; in printInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 253 assert(I->getNumArgOperands() == 2 && in create_extractvalue_expression() 315 if (local_cdep->getNumArgOperands() != C->getNumArgOperands()) { in lookup_or_add_call() 320 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) { in lookup_or_add_call() 370 if (cdep->getNumArgOperands() != C->getNumArgOperands()) { in lookup_or_add_call() 374 for (unsigned i = 0, e = C->getNumArgOperands(); i < e; ++i) { in lookup_or_add_call()
|
D | TailRecursionElimination.cpp | 733 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i) in EliminateRecursiveTailCall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 507 unsigned NumElts = Inst->getNumArgOperands() - 1; in getOrCreateResultFromMemIntrinsic() 552 Info.PtrVal = Inst->getArgOperand(Inst->getNumArgOperands() - 1); in getTgtMemIntrinsic()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-patchpoint.ll | 46 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1751 if (StreamArg >= (int)CI->getNumArgOperands()) in isReportingError() 1801 if (FormatStr == "%c" && CI->getNumArgOperands() > 1 && in optimizePrintFString() 1811 if (FormatStr == "%s\n" && CI->getNumArgOperands() > 1 && in optimizePrintFString() 1852 if (CI->getNumArgOperands() == 2) { in optimizeSPrintFString() 1870 CI->getNumArgOperands() < 3) in optimizeSPrintFString() 1947 if (CI->getNumArgOperands() == 2) { in optimizeFPrintFString() 1961 CI->getNumArgOperands() < 3) in optimizeFPrintFString()
|
/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/Vectorize/ |
D | BBVectorize.cpp | 1121 for (unsigned i = 0, ie = CI->getNumArgOperands(); i != ie; ++i) in areInstsCompatible() 1127 for (unsigned i = 0, ie = CJ->getNumArgOperands(); i != ie; ++i) in areInstsCompatible() 1132 assert(CI->getNumArgOperands() == CJ->getNumArgOperands() && in areInstsCompatible() 1134 for (unsigned i = 0, ie = CI->getNumArgOperands(); i != ie; ++i) { in areInstsCompatible() 1158 for (unsigned i = 0, ie = CI->getNumArgOperands(); i != ie; ++i) { in areInstsCompatible()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 537 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) { in ComputeUsesVAFloatArgument()
|
D | SelectionDAGBuilder.cpp | 3646 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) { in visitTargetIntrinsic() 5208 for (unsigned Idx = 0, E = I.getNumArgOperands(); Idx < E; ++Idx) { in visitIntrinsicCall() 5465 if (I.getNumArgOperands() != 3) in visitMemCmpCall() 5568 if (I.getNumArgOperands() != 3) in visitMemChrCall() 5599 if (I.getNumArgOperands() != 2) in visitStrCpyCall() 5628 if (I.getNumArgOperands() != 2) in visitStrCmpCall() 5657 if (I.getNumArgOperands() != 1) in visitStrLenCall() 5682 if (I.getNumArgOperands() != 2) in visitStrNLenCall() 5711 if (I.getNumArgOperands() != 1 || in visitUnaryFloatCall() 5728 if (I.getNumArgOperands() != 2 || in visitBinaryFloatCall() [all …]
|
D | FastISel.cpp | 574 for (unsigned i = StartIdx, e = CI->getNumArgOperands(); i != e; ++i) { in addStackMapLiveVars() 739 assert(I->getNumArgOperands() >= NumMetaOpers + NumArgs && in selectPatchpoint()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1972 unsigned NumArgOperands = I.getNumArgOperands(); in maybeHandleSimpleNomemIntrinsic() 2000 unsigned NumArgOperands = I.getNumArgOperands(); in handleUnknownIntrinsic() 2058 switch (I.getNumArgOperands()) { in handleVectorConvertIntrinsic() 2141 assert(I.getNumArgOperands() == 2); in handleVectorShiftIntrinsic() 2204 assert(I.getNumArgOperands() == 2); in handleVectorPackIntrinsic()
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 589 if (CI->getNumArgOperands() != 1 || in LowerToByteSwap()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 349 if (UseIndex >= CS.getNumArgOperands()) { in captured() 482 bool IsOperandBundleUse = UseIndex >= CS.getNumArgOperands(); in determinePointerReadAttrs()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 349 assert(i < (getNumArgOperands() + 1) && "Param index out of bounds!"); in paramHasAttr() 369 if (i < (getNumArgOperands() + 1)) in dataOperandHasImpliedAttr() 627 assert(i < (getNumArgOperands() + 1) && "Param index out of bounds!"); in paramHasAttr() 646 if (i < (getNumArgOperands() + 1)) in dataOperandHasImpliedAttr()
|
D | AutoUpgrade.cpp | 723 assert(CI->getNumArgOperands() == 1 && in UpgradeIntrinsicCall()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1406 return lowerCallTo(II, IntrMemName, II->getNumArgOperands() - 2); in fastLowerIntrinsicCall() 1415 return lowerCallTo(II, "memset", II->getNumArgOperands() - 2); in fastLowerIntrinsicCall()
|