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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 103 case CmpInst::FCMP_UGE:
IndVarSimplify.cpp 353 case CmpInst::FCMP_UGE: NewPred = CmpInst::ICMP_SGE; break;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 176 case FCmpInst::FCMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
PatternMatch.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 638 case FCmpInst::FCMP_UGE: R = executeFCMP_UGE(Src1, Src2, Ty); break;
672 case FCmpInst::FCMP_UGE: return executeFCMP_UGE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 190 case CmpInst::FCMP_UGE: NeedSwap = true; // fall-through
238 case CmpInst::FCMP_UGE: CC = 5; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 53 case FCmpInst::FCMP_UGE: return 3; // 011
91 case 3: Pred = isordered ? FCmpInst::FCMP_OGE : FCmpInst::FCMP_UGE; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 218 case CmpInst::FCMP_UGE:
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1042 milliseconds