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

  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 694 case FCmpInst::FCMP_UGT: pred = "ugt"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 668 FCMP_UGT = 10, ///< 1 0 1 0 True if unordered or greater than
    [all...]
PatternMatch.h 1017 return Pred == CmpInst::FCMP_UGT || Pred == CmpInst::FCMP_UGE;
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 163 case FCmpInst::FCMP_UGT: return ISD::SETUGT;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 185 case CmpInst::FCMP_UGT: Predicate = CmpInst::FCMP_UNO; break;
219 case CmpInst::FCMP_UGT: NeedSwap = true; // fall-through
271 case CmpInst::FCMP_UGT: CC = 6; break;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 318 case CmpInst::FCMP_UGT: NewPred = CmpInst::ICMP_SGT; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 633 case FCmpInst::FCMP_UGT: R = executeFCMP_UGT(Src1, Src2, Ty); break;
667 case FCmpInst::FCMP_UGT: return executeFCMP_UGT(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 67 case FCmpInst::FCMP_UGT: return 1; // 001
107 case 1: Pred = isordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 731 case CmpInst::FCMP_UGT:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 207 case CmpInst::FCMP_UGT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 991 milliseconds