Home
last modified time | relevance | path

Searched refs:TfrI (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp268 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 …]
DHexagonStoreWidening.cpp452 MachineInstr *TfrI = BuildMI(*MF, DL, TfrD, VReg) in createWideStores() local
454 NG.push_back(TfrI); in createWideStores()
DHexagonBitSimplify.cpp2705 unsigned TfrI = (RC == &Hexagon::IntRegsRegClass) ? Hexagon::A2_tfrsi in processLoop() local
2709 BuildMI(*C.PB, T, DL, HII->get(TfrI), PredR) in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp231 bool predicate(MachineInstr &TfrI, bool Cond, std::set<unsigned> &UpdRegs);
942 bool HexagonExpandCondsets::predicate(MachineInstr &TfrI, bool Cond, in predicate() argument
945 unsigned Opc = TfrI.getOpcode(); in predicate()
949 << ": " << TfrI); in predicate()
951 MachineOperand &MD = TfrI.getOperand(0); in predicate()
952 MachineOperand &MP = TfrI.getOperand(1); in predicate()
953 MachineOperand &MS = TfrI.getOperand(2); in predicate()
966 MachineInstr *DefI = getReachingDefForPred(RT, TfrI, PredR, Cond); in predicate()
976 MachineBasicBlock::iterator DefIt = DefI, TfrIt = TfrI; in predicate()
1047 bool CanUp = canMoveOver(TfrI, Defs, Uses); in predicate()
[all …]
DHexagonStoreWidening.cpp448 MachineInstr *TfrI = BuildMI(*MF, DL, TfrD, VReg) in createWideStores() local
450 NG.push_back(TfrI); in createWideStores()
DHexagonBitSimplify.cpp3281 unsigned TfrI = (RC == &Hexagon::IntRegsRegClass) ? Hexagon::A2_tfrsi in processLoop() local
3285 BuildMI(*C.PB, T, DL, HII->get(TfrI), PrehR) in processLoop()