Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp3558 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode()
3560 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/
H A DArithmetic.h127 arith::CmpIPredicate invertPredicate(arith::CmpIPredicate pred);
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticCanonicalization.td103 def InvertPredicate : NativeCodeCall<"invertPredicate($0)">;
H A DArithmeticOps.cpp44 arith::CmpIPredicate arith::invertPredicate(arith::CmpIPredicate pred) { in invertPredicate() function in arith
70 static arith::CmpIPredicateAttr invertPredicate(arith::CmpIPredicateAttr pred) { in invertPredicate() function
72 invertPredicate(pred.getValue())); in invertPredicate()
H A DInferIntRangeInterfaceImpls.cpp586 else if (isStaticallyTrue(invertPredicate(pred), lhs, rhs)) in inferResultRanges()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp3197 arith::invertPredicate(cmp.getPredicate())) in matchAndRewrite()