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

  /external/llvm/include/llvm/IR/
InstrTypes.h 671 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal
    [all...]
PatternMatch.h 1024 return Pred == CmpInst::FCMP_ULT || Pred == CmpInst::FCMP_ULE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 166 case FCmpInst::FCMP_ULE: return ISD::SETULE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 697 case FCmpInst::FCMP_ULE: pred = "ule"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 188 case CmpInst::FCMP_ULE: Predicate = CmpInst::FCMP_TRUE; break;
222 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break;
268 case CmpInst::FCMP_ULE: NeedSwap = true; // fall-through
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 324 case CmpInst::FCMP_ULE: NewPred = CmpInst::ICMP_SLE; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 635 case FCmpInst::FCMP_ULE: R = executeFCMP_ULE(Src1, Src2, Ty); break;
669 case FCmpInst::FCMP_ULE: return executeFCMP_ULE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 77 case FCmpInst::FCMP_ULE: return 6; // 110
112 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 748 case CmpInst::FCMP_ULE:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 210 case CmpInst::FCMP_ULE:
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 243 milliseconds