Home
last modified time | relevance | path

Searched refs:FCMP_FALSE (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp133 LLVMPredicate = CmpInst::FCMP_FALSE; in DecodeFcmpPredicate()
135 case naclbitc::FCMP_FALSE: in DecodeFcmpPredicate()
136 LLVMPredicate = CmpInst::FCMP_FALSE; in DecodeFcmpPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2448 case CmpInst::FCMP_FALSE: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
2450 case CmpInst::FCMP_OGT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
2452 case CmpInst::FCMP_OLT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
2454 case CmpInst::FCMP_ONE: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
2466 case CmpInst::ICMP_NE: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
2467 case CmpInst::ICMP_UGT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
2469 case CmpInst::ICMP_ULT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
2471 case CmpInst::ICMP_SGT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
2473 case CmpInst::ICMP_SLT: Predicate = CmpInst::FCMP_FALSE; break; in optimizeCmpPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h273 FCMP_FALSE = 0, ///< 0 0 0 0 Always false (always folded) enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp52 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_FALSE)); in describeFuzzerFloatOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp409 Predicate == CmpInst::FCMP_FALSE) && in legalizeCustom()
DARMInstructionSelector.cpp539 if (Cond == CmpInst::FCMP_TRUE || Cond == CmpInst::FCMP_FALSE) { in selectCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp203 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE; in getFCmpCondCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp1820 if (pred == FCmpInst::FCMP_FALSE) in ConstantFoldCompareInstruction()
1908 case FCmpInst::FCMP_FALSE: return Constant::getNullValue(ResultTy); in ConstantFoldCompareInstruction()
1978 case FCmpInst::FCMP_FALSE: in ConstantFoldCompareInstruction()
DInstructions.cpp3558 case FCMP_TRUE: return FCMP_FALSE; in getInversePredicate()
3559 case FCMP_FALSE: return FCMP_TRUE; in getInversePredicate()
3566 case FCmpInst::FCMP_FALSE: return "false"; in getPredicateName()
3658 case FCMP_FALSE: case FCMP_TRUE: in getSwappedPredicate()
3750 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true; in isFalseWhenEqual()
DConstants.cpp2042 case CmpInst::FCMP_FALSE: case CmpInst::FCMP_OEQ: case CmpInst::FCMP_OGT: in getCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h734 FCMP_FALSE = 0, ///< 0 0 0 0 Always false (always folded)
750 FIRST_FCMP_PREDICATE = FCMP_FALSE,
DIRBuilder.h1200 Predicate != CmpInst::FCMP_FALSE && in getConstrainedFPPredicate()
DInstructions.h1371 getPredicate() == FCMP_FALSE ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp28 assert(FCmpInst::FCMP_FALSE <= CC && CC <= FCmpInst::FCMP_TRUE && in getFCmpCode()
32 static_assert(FCmpInst::FCMP_FALSE == 0, ""); // 0 0 0 0 in getFCmpCode()
68 assert(FCmpInst::FCMP_FALSE <= Pred && Pred <= FCmpInst::FCMP_TRUE && in getFCmpValue()
70 if (Pred == FCmpInst::FCMP_FALSE) in getFCmpValue()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp460 case CmpInst::FCMP_FALSE: in convertFCmpInstruction()
DPNaClTranslator.cpp2025 case naclbitc::FCMP_FALSE: in convertNaClBitcFCompOpToIce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp675 case FCmpInst::FCMP_FALSE: R = executeFCMP_BOOL(Src1, Src2, Ty, false); in visitFCmpInst()
726 case FCmpInst::FCMP_FALSE: return executeFCMP_BOOL(Src1, Src2, Ty, false); in executeCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp1438 case CmpInst::FCMP_FALSE: { in X86SelectCmp()
1644 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, DbgLoc); return true; in X86SelectBranch()
2371 case CmpInst::FCMP_FALSE: Opnd = I->getOperand(2); break; in X86SelectSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2438 case CmpInst::FCMP_FALSE: in selectBranch()
2581 case CmpInst::FCMP_FALSE: in selectCmp()
2764 case CmpInst::FCMP_FALSE: in selectSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp208 case CmpInst::FCMP_FALSE: in getComparePred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp348 else if (Pred == CmpInst::FCMP_FALSE) in translateCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2371 .Case("false", CmpInst::FCMP_FALSE) in parsePredicateOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3534 if (Pred == FCmpInst::FCMP_FALSE) in SimplifyFCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp5871 case lltok::kw_false: P = CmpInst::FCMP_FALSE; break; in ParseCmpPredicate()