Searched refs:IIOpNum (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 68 unsigned IIOpNum, 79 unsigned IIOpNum,
|
| H A D | InstrEmitter.cpp | 300 unsigned IIOpNum, in AddRegisterOperand() argument 311 bool isOptDef = IIOpNum < MCID.getNumOperands() && in AddRegisterOperand() 312 MCID.OpInfo[IIOpNum].isOptionalDef(); in AddRegisterOperand() 320 if (IIOpNum < II->getNumOperands()) in AddRegisterOperand() 321 OpRC = TII->getRegClass(*II, IIOpNum, TRI, *MF); in AddRegisterOperand() 371 unsigned IIOpNum, in AddOperand() argument 376 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand() 386 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF)) in AddOperand() 404 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic()); in AddOperand() 442 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand()
|