Lines Matching defs:Predicate
175 getX86SSEConditionCode(CmpInst::Predicate Predicate) {
188 switch (Predicate) {
1448 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI);
1450 switch (Predicate) {
1480 if (Predicate == CmpInst::FCMP_ORD || Predicate == CmpInst::FCMP_UNO) {
1492 switch (Predicate) {
1517 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate);
1651 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI);
1652 switch (Predicate) {
1665 if (Predicate == CmpInst::FCMP_ORD || Predicate == CmpInst::FCMP_UNO) {
1674 Predicate = CmpInst::getInversePredicate(Predicate);
1683 switch (Predicate) {
1690 Predicate = CmpInst::FCMP_ONE;
1695 std::tie(CC, SwapArgs) = X86::getX86ConditionCode(Predicate);
2043 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI);
2051 switch (Predicate) {
2055 Predicate = CmpInst::ICMP_NE;
2059 Predicate = CmpInst::ICMP_NE;
2064 std::tie(CC, NeedSwap) = X86::getX86ConditionCode(Predicate);
2165 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI);
2170 if (Predicate == CmpInst::FCMP_ORD || Predicate == CmpInst::FCMP_UNO) {
2178 std::tie(CC, NeedSwap) = getX86SSEConditionCode(Predicate);
2353 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI);
2355 switch (Predicate) {