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

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 245 // Canonicalize icmp_ne -> icmp_eq, fcmp_one -> fcmp_oeq
246 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) {
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 690 case FCmpInst::FCMP_ONE: pred = "one"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 664 FCMP_ONE = 6, ///< 0 1 1 0 True if ordered and operands are unequal
    [all...]
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 159 case FCmpInst::FCMP_ONE: return ISD::SETONE;
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 181 case CmpInst::FCMP_ONE: Predicate = CmpInst::FCMP_FALSE; break;
223 case CmpInst::FCMP_ONE: CC = X86::COND_NE; break;
274 case CmpInst::FCMP_ONE: CC = 8; break;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 905 case FCmpInst::FCMP_ONE: Out << "ONE"; break;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 74 case FCmpInst::FCMP_ONE: isOrdered = true; return 5; // 101
111 case 5: Pred = isordered ? FCmpInst::FCMP_ONE : FCmpInst::FCMP_UNE; break;
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 315 case CmpInst::FCMP_ONE:
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 630 case FCmpInst::FCMP_ONE: R = executeFCMP_ONE(Src1, Src2, Ty); break;
662 case FCmpInst::FCMP_ONE: return executeFCMP_ONE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 716 case CmpInst::FCMP_ONE:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 240 case CmpInst::FCMP_ONE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 663 milliseconds