Home
last modified time | relevance | path

Searched refs:ConstMIOperands (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h231 class ConstMIOperands : public MachineOperandIteratorBase {
233 ConstMIOperands(const MachineInstr &MI) in ConstMIOperands() function
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp360 for (ConstMIOperands MO(MI); MO.isValid(); ++MO) { in isValidCandidate()
378 for (ConstMIOperands MO(*MI); MO.isValid(); ++MO) { in usesUndefVReg()
457 for (ConstMIOperands MO(MI); MO.isValid(); ++MO) { in countPredicateDefs()
DHexagonGenMux.cpp135 for (ConstMIOperands Mo(*MI); Mo.isValid(); ++Mo) { in getDefsUses()
DHexagonGenPredicate.cpp333 for (ConstMIOperands Mo(*DefI); Mo.isValid(); ++Mo) in isScalarPred()
DHexagonGenInsert.cpp1447 for (ConstMIOperands Op(*MI); Op.isValid(); ++Op) { in removeDeadCode()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1217 ConstMIOperands(*I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness()
1262 ConstMIOperands(*I).analyzePhysReg(Reg, TRI); in computeRegisterLiveness()
DMachinePipeliner.cpp1702 for (ConstMIOperands MO(*MI); MO.isValid(); ++MO) in computeLiveOuts()
1713 for (ConstMIOperands MO(*SU->getInstr()); MO.isValid(); ++MO) in computeLiveOuts()