Searched refs:IIOpNum (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.h | 66 unsigned IIOpNum, 77 unsigned IIOpNum,
|
H A D | InstrEmitter.cpp | 319 unsigned IIOpNum, in AddRegisterOperand() argument 330 bool isOptDef = IIOpNum < MCID.getNumOperands() && in AddRegisterOperand() 331 MCID.operands()[IIOpNum].isOptionalDef(); in AddRegisterOperand() 339 if (IIOpNum < II->getNumOperands()) in AddRegisterOperand() 340 OpRC = TII->getRegClass(*II, IIOpNum, TRI, *MF); in AddRegisterOperand() 400 unsigned IIOpNum, in AddOperand() argument 405 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand() 415 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF)) in AddOperand() 433 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic()); in AddOperand() 471 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand()
|