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

  /external/llvm/lib/Target/X86/
X86FastISel.cpp 176 case CmpInst::FCMP_OEQ: Predicate = CmpInst::FCMP_ORD; break;
178 case CmpInst::FCMP_OGE: Predicate = CmpInst::FCMP_ORD; break;
180 case CmpInst::FCMP_OLE: Predicate = CmpInst::FCMP_ORD; break;
182 case CmpInst::FCMP_ORD: Predicate = CmpInst::FCMP_ORD; break;
225 case CmpInst::FCMP_ORD: CC = X86::COND_NP; break;
272 case CmpInst::FCMP_ORD: CC = 7; break;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 665 FCMP_ORD = 7, ///< 0 1 1 1 True if ordered (no nans)
    [all...]
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 454 } else if (FCmp->getPredicate() == FCmpInst::FCMP_ORD) {
  /external/llvm/lib/CodeGen/
Analysis.cpp 160 case FCmpInst::FCMP_ORD: return ISD::SETO;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 64 case FCmpInst::FCMP_ORD: isOrdered = true; return 0; // 000
106 case 0: Pred = isordered ? FCmpInst::FCMP_ORD : FCmpInst::FCMP_UNO; break;
115 Pred = FCmpInst::FCMP_ORD; break;
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
AsmWriter.cpp 691 case FCmpInst::FCMP_ORD: pred = "ord"; break;
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 901 case FCmpInst::FCMP_ORD: Out << "ORD"; break;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 625 case FCmpInst::FCMP_ORD: R = executeFCMP_ORD(Src1, Src2, Ty); break;
658 case FCmpInst::FCMP_ORD: return executeFCMP_ORD(Src1, Src2, Ty);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 738 case CmpInst::FCMP_ORD:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 244 case CmpInst::FCMP_ORD:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 141 milliseconds