Searched refs:IIOpNum (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 66 unsigned IIOpNum, 77 unsigned IIOpNum,
|
| H A D | InstrEmitter.cpp | 295 unsigned IIOpNum, in AddRegisterOperand() argument 306 bool isOptDef = IIOpNum < MCID.getNumOperands() && in AddRegisterOperand() 307 MCID.operands()[IIOpNum].isOptionalDef(); in AddRegisterOperand() 315 if (IIOpNum < II->getNumOperands()) in AddRegisterOperand() 316 OpRC = TII->getRegClass(*II, IIOpNum, TRI, *MF); in AddRegisterOperand() 373 unsigned IIOpNum, in AddOperand() argument 378 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand() 388 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF)) in AddOperand() 406 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic()); in AddOperand() 444 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand()
|