Searched refs:FCMP_UGE (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAnalysis.cpp164 case FCmpInst::FCMP_UGE: return ISD::SETUGE;
/external/llvm/lib/IR/
H A DConstantFold.cpp1717 case FCmpInst::FCMP_UGE:
1752 case FCmpInst::FCMP_UGE:
1760 pred == FCmpInst::FCMP_UGE || pred == FCmpInst::FCMP_OGE);
1770 pred == FCmpInst::FCMP_UGE || pred == FCmpInst::FCMP_OGE);
H A DInstructions.cpp3153 case FCMP_OLT: return FCMP_UGE;
3160 case FCMP_UGE: return FCMP_OLT;
3283 case FCMP_UGE: return FCMP_ULE;
3284 case FCMP_ULE: return FCMP_UGE;
3317 case FCmpInst::FCMP_ULT: case FCmpInst::FCMP_UGE: case FCmpInst::FCMP_ULE:
3326 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true;
H A DAsmWriter.cpp695 case FCmpInst::FCMP_UGE: pred = "uge"; break;
H A DConstants.cpp1880 case CmpInst::FCMP_UEQ: case CmpInst::FCMP_UGT: case CmpInst::FCMP_UGE:
/external/llvm/include/llvm/IR/
H A DInstrTypes.h669 FCMP_UGE = 11, ///< 1 0 1 1 True if unordered, greater than, or equal enumerator in enum:llvm::CmpInst::Predicate
H A DPatternMatch.h1017 return Pred == CmpInst::FCMP_UGT || Pred == CmpInst::FCMP_UGE;
H A DIRBuilder.h1294 return CreateFCmp(FCmpInst::FCMP_UGE, LHS, RHS, Name);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp914 case FCmpInst::FCMP_UGE: Out << "UGE"; break;
1273 case FCmpInst::FCMP_UGE : Out << "FCmpInst::FCMP_UGE"; break;
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp186 case CmpInst::FCMP_UGE: Predicate = CmpInst::FCMP_TRUE; break;
221 case CmpInst::FCMP_UGE: NeedSwap = true; // fall-through
269 case CmpInst::FCMP_UGE: CC = 5; break;
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp320 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp637 case FCmpInst::FCMP_UGE: R = executeFCMP_UGE(Src1, Src2, Ty); break;
671 case FCmpInst::FCMP_UGE: return executeFCMP_UGE(Src1, Src2, Ty);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp71 case FCmpInst::FCMP_UGE: return 3; // 011
109 case 3: Pred = isordered ? FCmpInst::FCMP_OGE : FCmpInst::FCMP_UGE; break;
H A DInstCombineCompares.cpp3332 case FCmpInst::FCMP_UGE:
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp742 case CmpInst::FCMP_UGE:
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp208 case CmpInst::FCMP_UGE:
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2670 case FCmpInst::FCMP_UGE:
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1229 case CmpInst::FCMP_UGE:
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3543 case lltok::kw_uge: P = CmpInst::FCMP_UGE; break;

Completed in 322 milliseconds