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

  /external/llvm/include/llvm/IR/
InstrTypes.h 667 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
    [all...]
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 162 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ;
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
AsmWriter.cpp 693 case FCmpInst::FCMP_UEQ: pred = "ueq"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 904 case FCmpInst::FCMP_UEQ: Out << "UEQ"; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 184 case CmpInst::FCMP_UEQ: Predicate = CmpInst::FCMP_TRUE; break;
214 case CmpInst::FCMP_UEQ: CC = X86::COND_E; break;
273 case CmpInst::FCMP_UEQ:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 314 case CmpInst::FCMP_UEQ: NewPred = CmpInst::ICMP_EQ; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 627 case FCmpInst::FCMP_UEQ: R = executeFCMP_UEQ(Src1, Src2, Ty); break;
661 case FCmpInst::FCMP_UEQ: return executeFCMP_UEQ(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 69 case FCmpInst::FCMP_UEQ: return 2; // 010
108 case 2: Pred = isordered ? FCmpInst::FCMP_OEQ : FCmpInst::FCMP_UEQ; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 717 case CmpInst::FCMP_UEQ:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 206 case CmpInst::FCMP_UEQ:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 403 milliseconds