HomeSort by relevance Sort by last modified time
    Searched refs:FCMP_OLT (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 105 case CmpInst::FCMP_OLT:
IndVarSimplify.cpp 354 case CmpInst::FCMP_OLT:
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 169 case FCmpInst::FCMP_OLT: return ISD::SETOLT;
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 590 P = CmpInst::FCMP_OLT;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 649 case CmpInst::FCMP_OLT:
669 case CmpInst::FCMP_OLT:
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
PatternMatch.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 56 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT;
    [all...]
InstCombineAndOrXor.cpp 54 case FCmpInst::FCMP_OLT: isOrdered = true; return 4; // 100
92 case 4: Pred = isordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 633 case FCmpInst::FCMP_OLT: R = executeFCMP_OLT(Src1, Src2, Ty); break;
665 case FCmpInst::FCMP_OLT: return executeFCMP_OLT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 184 case CmpInst::FCMP_OLT: NeedSwap = true; // fall-through
232 case CmpInst::FCMP_OLT: CC = 1; break;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp 533 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 240 case CmpInst::FCMP_OLT:
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 2342 milliseconds

1 2