Searched refs:TfrI (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 268 bool predicate(MachineInstr &TfrI, bool Cond, std::set<unsigned> &UpdRegs); 944 bool HexagonExpandCondsets::predicate(MachineInstr &TfrI, bool Cond, in predicate() argument 947 unsigned Opc = TfrI.getOpcode(); in predicate() 951 << ": " << TfrI); in predicate() 953 MachineOperand &MD = TfrI.getOperand(0); in predicate() 954 MachineOperand &MP = TfrI.getOperand(1); in predicate() 955 MachineOperand &MS = TfrI.getOperand(2); in predicate() 968 MachineInstr *DefI = getReachingDefForPred(RT, TfrI, PredR, Cond); in predicate() 978 MachineBasicBlock::iterator DefIt = DefI, TfrIt = TfrI; in predicate() 1042 bool CanUp = canMoveOver(TfrI, Defs, Uses); in predicate() [all …]
|
D | HexagonStoreWidening.cpp | 452 MachineInstr *TfrI = BuildMI(*MF, DL, TfrD, VReg) in createWideStores() local 454 NG.push_back(TfrI); in createWideStores()
|
D | HexagonBitSimplify.cpp | 2705 unsigned TfrI = (RC == &Hexagon::IntRegsRegClass) ? Hexagon::A2_tfrsi in processLoop() local 2709 BuildMI(*C.PB, T, DL, HII->get(TfrI), PredR) in processLoop()
|