Searched refs:IIOpNum (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 69 unsigned IIOpNum, 80 unsigned IIOpNum,
|
| H A D | InstrEmitter.cpp | 317 unsigned IIOpNum, in AddRegisterOperand() argument 328 bool isOptDef = IIOpNum < MCID.getNumOperands() && in AddRegisterOperand() 329 MCID.operands()[IIOpNum].isOptionalDef(); in AddRegisterOperand() 337 if (IIOpNum < II->getNumOperands()) in AddRegisterOperand() 338 OpRC = TII->getRegClass(*II, IIOpNum, TRI, *MF); in AddRegisterOperand() 398 unsigned IIOpNum, const MCInstrDesc *II, in AddOperand() argument 402 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand() 412 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF)) in AddOperand() 430 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic()); in AddOperand() 468 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand()
|