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

  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 112 case CmpInst::FCMP_UNE:
IndVarSimplify.cpp 349 case CmpInst::FCMP_UNE: NewPred = CmpInst::ICMP_NE; break;
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 179 case FCmpInst::FCMP_UNE: return ISD::SETUNE;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 57 case FCmpInst::FCMP_UNE: return 5; // 101
93 case 5: Pred = isordered ? FCmpInst::FCMP_ONE : FCmpInst::FCMP_UNE; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 196 case CmpInst::FCMP_UNE: CC = X86::COND_INVALID; break;
236 case CmpInst::FCMP_UNE: CC = 4; break;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 538 VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE)
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 648 case CmpInst::FCMP_UNE:
665 case CmpInst::FCMP_UNE:
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 630 case FCmpInst::FCMP_UNE: R = executeFCMP_UNE(Src1, Src2, Ty); break;
664 case FCmpInst::FCMP_UNE: return executeFCMP_UNE(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 221 case CmpInst::FCMP_UNE:
    [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 993 milliseconds