HomeSort by relevance Sort by last modified time
    Searched refs:FCMP_OGE (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/IR/
InstrTypes.h 661 FCMP_OGE = 3, ///< 0 0 1 1 True if ordered and greater than or equal
    [all...]
PatternMatch.h 1003 return Pred == CmpInst::FCMP_OGT || Pred == CmpInst::FCMP_OGE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 156 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 687 case FCmpInst::FCMP_OGE: pred = "oge"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 178 case CmpInst::FCMP_OGE: Predicate = CmpInst::FCMP_ORD; break;
218 case CmpInst::FCMP_OGE: CC = X86::COND_AE; break;
264 case CmpInst::FCMP_OGE: NeedSwap = true; // fall-through
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 70 case FCmpInst::FCMP_OGE: isOrdered = true; return 3; // 011
109 case 3: Pred = isordered ? FCmpInst::FCMP_OGE : FCmpInst::FCMP_UGE; break;
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 319 case CmpInst::FCMP_OGE:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 638 case FCmpInst::FCMP_OGE: R = executeFCMP_OGE(Src1, Src2, Ty); break;
670 case FCmpInst::FCMP_OGE: return executeFCMP_OGE(Src1, Src2, Ty);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp 494 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 728 case CmpInst::FCMP_OGE:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 225 case CmpInst::FCMP_OGE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 878 milliseconds