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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 97 case CmpInst::FCMP_UEQ:
IndVarSimplify.cpp 347 case CmpInst::FCMP_UEQ: NewPred = CmpInst::ICMP_EQ; break;
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 174 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 906 case FCmpInst::FCMP_UEQ: Out << "UEQ"; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 51 case FCmpInst::FCMP_UEQ: return 2; // 010
90 case 2: Pred = isordered ? FCmpInst::FCMP_OEQ : FCmpInst::FCMP_UEQ; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 628 case FCmpInst::FCMP_UEQ: R = executeFCMP_UEQ(Src1, Src2, Ty); break;
662 case FCmpInst::FCMP_UEQ: return executeFCMP_UEQ(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 183 case CmpInst::FCMP_UEQ: CC = X86::COND_E; break;
242 case CmpInst::FCMP_UEQ:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 216 case CmpInst::FCMP_UEQ:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 377 milliseconds