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

  /external/llvm/lib/CodeGen/
Analysis.cpp 159 case FCmpInst::FCMP_OLE: FOC = ISD::SETLE; FPC = ISD::SETOLE; break;
  /external/llvm/include/llvm/
InstrTypes.h 653 FCMP_OLE = 5, ///< 0 1 0 1 True if ordered and less than or equal
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
AsmWriter.cpp 637 case FCmpInst::FCMP_OLE: pred = "ole"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 466 case FCmpInst::FCMP_OLE: R = executeFCMP_OLE(Src1, Src2, Ty); break;
501 case FCmpInst::FCMP_OLE: return executeFCMP_OLE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 849 case FCmpInst::FCMP_OLE: Out << "OLE"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 949 case CmpInst::FCMP_OLE: SwapArgs = true; SetCCOpc = X86::SETAEr; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 127 case FCmpInst::FCMP_OLE: isOrdered = true; return 6; // 110
175 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break;
    [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 331 case CmpInst::FCMP_OLE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 887 case FCmpInst::FCMP_OLE: op = "ole"; break;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 492 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 686 milliseconds