Home
last modified time | relevance | path

Searched refs:invertPredicate (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1472 getMatchingCondBranchOpcode(int Opc, bool invertPredicate) const { in getMatchingCondBranchOpcode()
1474 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getMatchingCondBranchOpcode()
1484 return !invertPredicate ? Hexagon::TFR_cPt : in getMatchingCondBranchOpcode()
1487 return !invertPredicate ? Hexagon::TFRI_cPt_f : in getMatchingCondBranchOpcode()
1490 return !invertPredicate ? Hexagon::TFRI_cPt : in getMatchingCondBranchOpcode()
1493 return !invertPredicate ? Hexagon::JMP_c : in getMatchingCondBranchOpcode()
1496 return !invertPredicate ? Hexagon::JMP_EQrrPt_nv_V4 : in getMatchingCondBranchOpcode()
1499 return !invertPredicate ? Hexagon::JMP_EQriPt_nv_V4 : in getMatchingCondBranchOpcode()
1502 return !invertPredicate ? Hexagon::COMBINE_rr_cPt : in getMatchingCondBranchOpcode()
1505 return !invertPredicate ? Hexagon::ASLH_cPt_V4 : in getMatchingCondBranchOpcode()
[all …]
DHexagonNewValueJump.cpp369 bool invertPredicate = false; in runOnMachineFunction() local
440 invertPredicate = true; in runOnMachineFunction()
586 if (invertPredicate) in runOnMachineFunction()