HomeSort by: relevance | last modified time | path
    Searched refs:TfrI (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 233 bool predicate(MachineInstr &TfrI, bool Cond, std::set<Register> &UpdRegs);
936 bool HexagonExpandCondsets::predicate(MachineInstr &TfrI, bool Cond,
938 // TfrI - A2_tfr[tf] Instruction (not A2_tfrsi).
939 unsigned Opc = TfrI.getOpcode();
943 << ": " << TfrI);
945 MachineOperand &MD = TfrI.getOperand(0);
946 MachineOperand &MP = TfrI.getOperand(1);
947 MachineOperand &MS = TfrI.getOperand(2);
960 MachineInstr *DefI = getReachingDefForPred(RT, TfrI, PredR, Cond);
967 // DefI and the TfrI
    [all...]
HexagonStoreWidening.cpp 445 MachineInstr *TfrI = BuildMI(*MF, DL, TfrD, VReg)
447 NG.push_back(TfrI);
HexagonBitSimplify.cpp 3296 unsigned TfrI = (RC == &Hexagon::IntRegsRegClass) ? Hexagon::A2_tfrsi
3300 BuildMI(*C.PB, T, DL, HII->get(TfrI), PrehR)

Completed in 71 milliseconds