Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp56 for (unsigned i = 0, e = CS.getNumArgOperands(); i < e; ++i) in visitCallSite()
/external/llvm/unittests/IR/
DInstructionsTest.cpp542 EXPECT_EQ(Call->getNumArgOperands(), Clone->getNumArgOperands()); in TEST()
573 EXPECT_EQ(Invoke->getNumArgOperands(), Clone->getNumArgOperands()); in TEST()
/external/llvm/include/llvm/IR/
DCallSite.h268 unsigned getNumArgOperands() const { in getNumArgOperands() function
269 CALLSITE_DELEGATE_GETTER(getNumArgOperands()); in getNumArgOperands()
DInstructions.h1547 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/
DSITypeRewriter.cpp105 for (unsigned i = 0, e = I.getNumArgOperands(); i != e; ++i) { in visitCallInst()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp1096 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/
DGVN.cpp198 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()
DSimplifyLibCalls.cpp1136 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()
DTailRecursionElimination.cpp520 for (unsigned i = 0, e = CI->getNumArgOperands(); i != e; ++i) in EliminateRecursiveTailCall()
/external/swiftshader/third_party/LLVM/
DOnlyX86.patch237 - unsigned AlignArg = II->getNumArgOperands() - 1;
262 + // unsigned AlignArg = II->getNumArgOperands() - 1;
/external/llvm/lib/IR/
DAutoUpgrade.cpp949 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/
DSimplifyLibCalls.cpp1574 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/
DGlobalsModRef.cpp270 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/
DGVN.cpp314 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/
DDwarfEHPrepare.cpp137 unsigned ArgIdx = II->getNumArgOperands() - 1; in HasCatchAllInSelector()
190 unsigned OpIdx = Sel->getNumArgOperands() - 1; in CleanupSelectors()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp491 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/
Darm64-patchpoint.ll47 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp116 for (unsigned AI = 0, AE = CI->getNumArgOperands(); AI != AE; ++AI) { in getArgIndex()
DOCL20ToSPIRV.cpp760 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/
DAArch64TargetTransformInfo.cpp560 unsigned NumElts = Inst->getNumArgOperands() - 1; in getOrCreateResultFromMemIntrinsic()
605 Info.PtrVal = Inst->getArgOperand(Inst->getNumArgOperands() - 1); in getTgtMemIntrinsic()
/external/llvm/test/CodeGen/X86/
Dpatchpoint.ll59 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
/external/llvm/test/CodeGen/PowerPC/
Dppc64-patchpoint.ll71 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp303 if (UseIndex >= CS.getNumArgOperands()) { in captured()
436 bool IsOperandBundleUse = UseIndex >= CS.getNumArgOperands(); in determinePointerReadAttrs()
/external/llvm/lib/Analysis/
DCostModel.cpp504 for (unsigned J = 0, JE = II->getNumArgOperands(); J != JE; ++J) in getInstructionCost()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp388 unsigned N = I.getNumArgOperands(); in AddCatchInfo()

123