Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp482 bool invertPredicate = false; in runOnMachineFunction() local
550 invertPredicate = true; in runOnMachineFunction()
684 if (invertPredicate) in runOnMachineFunction()
H A DHexagonInstrInfo.cpp3597 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode()
3599 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()