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.cpp474 bool invertPredicate = false; in runOnMachineFunction() local
542 invertPredicate = true; in runOnMachineFunction()
676 if (invertPredicate) in runOnMachineFunction()
H A DHexagonInstrInfo.cpp3601 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode()
3603 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()