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

  /external/llvm/include/llvm/IR/
InstrTypes.h 663 FCMP_OLE = 5, ///< 0 1 0 1 True if ordered and less than or equal
    [all...]
PatternMatch.h 1010 return Pred == CmpInst::FCMP_OLT || Pred == CmpInst::FCMP_OLE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 158 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 689 case FCmpInst::FCMP_OLE: pred = "ole"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 180 case CmpInst::FCMP_OLE: Predicate = CmpInst::FCMP_ORD; break;
217 case CmpInst::FCMP_OLE: NeedSwap = true; // fall-through
265 case CmpInst::FCMP_OLE: CC = 2; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 76 case FCmpInst::FCMP_OLE: isOrdered = true; return 6; // 110
112 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break;
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 323 case CmpInst::FCMP_OLE:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 636 case FCmpInst::FCMP_OLE: R = executeFCMP_OLE(Src1, Src2, Ty); break;
668 case FCmpInst::FCMP_OLE: return executeFCMP_OLE(Src1, Src2, Ty);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp 493 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 736 case CmpInst::FCMP_OLE:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 235 case CmpInst::FCMP_OLE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 154 milliseconds