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

  /external/llvm/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
  /external/llvm/include/llvm/
InstrTypes.h 652 FCMP_OGE = 3, ///< 0 0 1 1 True if ordered and greater than or equal
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 635 case FCmpInst::FCMP_OGE: pred = "oge"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 468 case FCmpInst::FCMP_OGE: R = executeFCMP_OGE(Src1, Src2, Ty); break;
503 case FCmpInst::FCMP_OGE: return executeFCMP_OGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 871 case FCmpInst::FCMP_OGE: Out << "OGE"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 947 case CmpInst::FCMP_OGE: SwapArgs = false; SetCCOpc = X86::SETAEr; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
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...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 315 case CmpInst::FCMP_OGE:
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 479 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 51 milliseconds