Searched refs:FCMP_ONE (Results 1 - 20 of 20) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp246 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) {
/external/llvm/lib/IR/
H A DConstantFold.cpp1699 case FCmpInst::FCMP_ONE:
1763 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE ||
1768 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE ||
1786 case FCmpInst::FCMP_ONE: // We know that C1 != C2
1790 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE)
H A DInstructions.cpp3151 case FCMP_ONE: return FCMP_UEQ;
3156 case FCMP_UEQ: return FCMP_ONE;
3273 case FCMP_OEQ: case FCMP_ONE:
3307 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT:
3333 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true;
H A DAsmWriter.cpp690 case FCmpInst::FCMP_ONE: pred = "one"; break;
H A DConstants.cpp1879 case CmpInst::FCMP_ONE: case CmpInst::FCMP_ORD: case CmpInst::FCMP_UNO:
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp159 case FCmpInst::FCMP_ONE: return ISD::SETONE;
/external/llvm/include/llvm/IR/
H A DInstrTypes.h664 FCMP_ONE = 6, ///< 0 1 1 0 True if ordered and operands are unequal enumerator in enum:llvm::CmpInst::Predicate
H A DIRBuilder.h1279 return CreateFCmp(FCmpInst::FCMP_ONE, LHS, RHS, Name);
H A DInstructions.h1184 return getPredicate() == FCMP_OEQ || getPredicate() == FCMP_ONE ||
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp181 case CmpInst::FCMP_ONE: Predicate = CmpInst::FCMP_FALSE; break;
223 case CmpInst::FCMP_ONE: CC = X86::COND_NE; break;
274 case CmpInst::FCMP_ONE: CC = 8; break;
1383 Predicate = CmpInst::FCMP_ONE;
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp905 case FCmpInst::FCMP_ONE: Out << "ONE"; break;
1268 case FCmpInst::FCMP_ONE : Out << "FCmpInst::FCMP_ONE"; break;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3345 case FCmpInst::FCMP_ONE:
3623 return new FCmpInst(FCmpInst::FCMP_ONE, CI->getArgOperand(0),
3637 case FCmpInst::FCMP_ONE:
H A DInstCombineAndOrXor.cpp74 case FCmpInst::FCMP_ONE: isOrdered = true; return 5; // 101
111 case 5: Pred = isordered ? FCmpInst::FCMP_ONE : FCmpInst::FCMP_UNE; break;
H A DInstructionCombining.cpp1948 if (FPred == FCmpInst::FCMP_ONE || FPred == FCmpInst::FCMP_OLE ||
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp315 case CmpInst::FCMP_ONE:
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp630 case FCmpInst::FCMP_ONE: R = executeFCMP_ONE(Src1, Src2, Ty); break;
662 case FCmpInst::FCMP_ONE: return executeFCMP_ONE(Src1, Src2, Ty);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp716 case CmpInst::FCMP_ONE:
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp240 case CmpInst::FCMP_ONE:
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1203 case CmpInst::FCMP_ONE:
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3531 case lltok::kw_one: P = CmpInst::FCMP_ONE; break;

Completed in 674 milliseconds