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

  /external/llvm/include/llvm/IR/
InstrTypes.h 656 FCMP_OGE = 3, ///< 0 0 1 1 True if ordered and greater than or equal
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 155 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 686 case FCmpInst::FCMP_OGE: pred = "oge"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 637 case FCmpInst::FCMP_OGE: R = executeFCMP_OGE(Src1, Src2, Ty); break;
669 case FCmpInst::FCMP_OGE: return executeFCMP_OGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 913 return Pred == CmpInst::FCMP_OGT || Pred == CmpInst::FCMP_OGE;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 78 case FCmpInst::FCMP_OGE: isOrdered = true; return 3; // 011
117 case 3: Pred = isordered ? FCmpInst::FCMP_OGE : FCmpInst::FCMP_UGE; break;
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 315 case CmpInst::FCMP_OGE:
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 491 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 422 milliseconds