Searched refs:IIOpNum (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.h | 68 unsigned IIOpNum, 79 unsigned IIOpNum,
|
H A D | InstrEmitter.cpp | 301 unsigned IIOpNum, in AddRegisterOperand() argument 312 bool isOptDef = IIOpNum < MCID.getNumOperands() && in AddRegisterOperand() 313 MCID.OpInfo[IIOpNum].isOptionalDef(); in AddRegisterOperand() 321 if (IIOpNum < II->getNumOperands()) in AddRegisterOperand() 322 OpRC = TII->getRegClass(*II, IIOpNum, TRI, *MF); in AddRegisterOperand() 372 unsigned IIOpNum, in AddOperand() argument 377 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand() 387 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF)) in AddOperand() 405 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic()); in AddOperand() 443 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand()
|