Searched refs:IIOpNum (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 67 unsigned IIOpNum, 78 unsigned IIOpNum,
|
| H A D | InstrEmitter.cpp | 314 unsigned IIOpNum, in AddRegisterOperand() argument 325 bool isOptDef = IIOpNum < MCID.getNumOperands() && in AddRegisterOperand() 326 MCID.OpInfo[IIOpNum].isOptionalDef(); in AddRegisterOperand() 334 if (IIOpNum < II->getNumOperands()) in AddRegisterOperand() 335 OpRC = TII->getRegClass(*II, IIOpNum, TRI, *MF); in AddRegisterOperand() 385 unsigned IIOpNum, in AddOperand() argument 390 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand() 402 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF)) in AddOperand() 415 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic()); in AddOperand() 462 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand()
|