Lines Matching refs:getImm
70 assert(MI->getOperand(TableOperand).getImm() == 0); in printInst()
91 NumVariadicDefs = MI->getOperand(0).getImm(); in printInst()
114 uint64_t Depth = Op.getImm(); in printInst()
157 unsigned NumCatches = Op.getImm(); in printInst()
159 int64_t CatchOpcode = MI->getOperand(OpIdx++).getImm(); in printInst()
253 uint64_t Depth = MI->getOperand(0).getImm(); in printInst()
333 O << Op.getImm(); in printOperand()
359 O << MI->getOperand(I).getImm(); in printBrList()
367 int64_t Imm = MI->getOperand(OpNo).getImm(); in printWebAssemblyP2AlignOperand()
378 auto Imm = static_cast<unsigned>(Op.getImm()); in printWebAssemblySignatureOperand()
397 unsigned NumCatches = Op.getImm(); in printCatchList()
409 O << Op.getImm() << " "; in printCatchList()
416 switch (Op.getImm()) { in printCatchList()
432 O << MI->getOperand(OpIdx++).getImm(); // destination in printCatchList()