Searched refs:IIOpNum (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 67 unsigned IIOpNum, 78 unsigned IIOpNum,
|
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()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 65 unsigned IIOpNum, 75 unsigned IIOpNum,
|
D | InstrEmitter.cpp | 274 unsigned IIOpNum, in AddRegisterOperand() argument 286 bool isOptDef = IIOpNum < MCID.getNumOperands() && in AddRegisterOperand() 287 MCID.OpInfo[IIOpNum].isOptionalDef(); in AddRegisterOperand() 295 if (IIOpNum < II->getNumOperands()) in AddRegisterOperand() 296 DstRC = TII->getRegClass(*II, IIOpNum, TRI); in AddRegisterOperand() 297 assert((DstRC || (MCID.isVariadic() && IIOpNum >= MCID.getNumOperands())) && in AddRegisterOperand() 340 unsigned IIOpNum, in AddOperand() argument 345 AddRegisterOperand(MI, Op, IIOpNum, II, VRBaseMap, in AddOperand() 395 AddRegisterOperand(MI, Op, IIOpNum, II, VRBaseMap, in AddOperand()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 67 unsigned IIOpNum, 78 unsigned IIOpNum,
|
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 DstRC = TRI->getAllocatableClass(TII->getRegClass(*II,IIOpNum,TRI,*MF)); in AddRegisterOperand() 377 unsigned IIOpNum, in AddOperand() argument 382 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand() 392 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic()); in AddOperand() 439 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap, in AddOperand()
|