Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAbstractCallSite.h154 unsigned getNumArgOperands() const { in getNumArgOperands() function
H A DInstrTypes.h2396 unsigned getNumArgOperands() const { return getNumOperands() - 1; }
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-patchpoint.ll48 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp256 if (CPI->getNumArgOperands() == 1 && in prepareEHPads()
H A DWinEHPrepare.cpp559 (Cleanup->getNumArgOperands() ? ClrHandlerType::Fault in calculateClrEHStateNumbers()
H A DMachineFunction.cpp780 for (unsigned I = CPI->getNumArgOperands(); I != 0; --I) { in addLandingPad()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-patchpoint.ll71 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpatchpoint.ll59 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dpatchpoint.ll58 ; <rdar:15390785> Assertion failed: (CI.getNumArgOperands() >= NumArgs + 4)
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp733 for (unsigned u = 0, e = ACS.getNumArgOperands(); u < e; u++) { in getAssociatedArgument()
1528 std::min(size_t(ACS.getNumArgOperands()), Fn.arg_size()); in checkForAllCallSites()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1184 CPI->getNumArgOperands() == 1 && in mapWasmLandingPadIndex()
1188 bool IsCatchLongjmp = CPI->getNumArgOperands() == 0; in mapWasmLandingPadIndex()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h509 if (ACS.getNumArgOperands() <= ArgNo)
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp4085 for (unsigned Op = 0, NumOps = FPI->getNumArgOperands(); Op < NumOps; in printInstruction()
H A DCore.cpp2825 return FPI->getNumArgOperands(); in LLVMGetNumArgOperands()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2984 unsigned NumArgOperands = FuncletPad.getNumArgOperands(); in writeInstruction()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1860 [llvm::CallInst::getNumArgOperands]. *)