Home
last modified time | relevance | path

Searched refs:FCMP_UEQ (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp163 case naclbitc::FCMP_UEQ: in DecodeFcmpPredicate()
164 LLVMPredicate = CmpInst::FCMP_UEQ; in DecodeFcmpPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp221 FCmp32Libcalls[CmpInst::FCMP_UEQ] = { in setFCmpLibcallsAEABI()
247 FCmp64Libcalls[CmpInst::FCMP_UEQ] = { in setFCmpLibcallsAEABI()
270 FCmp32Libcalls[CmpInst::FCMP_UEQ] = {{RTLIB::OEQ_F32, CmpInst::ICMP_EQ}, in setFCmpLibcallsGNU()
288 FCmp64Libcalls[CmpInst::FCMP_UEQ] = {{RTLIB::OEQ_F64, CmpInst::ICMP_EQ}, in setFCmpLibcallsGNU()
DARMInstructionSelector.cpp292 case CmpInst::FCMP_UEQ: in getComparePreds()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h287 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal enumerator
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp85 case CmpInst::FCMP_UEQ: in mapFCmpPred()
DIndVarSimplify.cpp313 case CmpInst::FCMP_UEQ: NewPred = CmpInst::ICMP_EQ; break; in handleFloatingPointIV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp85 case CmpInst::FCMP_UEQ: in mapFCmpPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp62 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UEQ)); in describeFuzzerFloatOps()
/external/llvm/lib/IR/
DConstantFold.cpp1776 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1834 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1845 Result = (pred == FCmpInst::FCMP_UEQ || pred == FCmpInst::FCMP_OEQ || in ConstantFoldCompareInstruction()
1875 if (pred == FCmpInst::FCMP_OEQ || pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
DInstructions.cpp3450 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3455 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3575 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3634 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
3644 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp1801 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1859 case FCmpInst::FCMP_UEQ: in ConstantFoldCompareInstruction()
1870 Result = (pred == FCmpInst::FCMP_UEQ || pred == FCmpInst::FCMP_OEQ || in ConstantFoldCompareInstruction()
1900 if (pred == FCmpInst::FCMP_OEQ || pred == FCmpInst::FCMP_UEQ) in ConstantFoldCompareInstruction()
DInstructions.cpp3262 case FCMP_ONE: return FCMP_UEQ; in getInversePredicate()
3267 case FCMP_UEQ: return FCMP_ONE; in getInversePredicate()
3292 case FCmpInst::FCMP_UEQ: return "ueq"; in getPredicateName()
3377 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3450 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
3460 case FCMP_TRUE: case FCMP_UEQ: case FCMP_UGE: case FCMP_ULE: return true; in isTrueWhenEqual()
/external/llvm/lib/CodeGen/
DAnalysis.cpp173 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp172 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp750 case CmpInst::Predicate::FCMP_UEQ: in getCmpSelInstrCost()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp484 case CmpInst::FCMP_UEQ: in convertFCmpInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h896 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
/external/llvm/include/llvm/IR/
DInstrTypes.h877 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2214 case CmpInst::FCMP_UEQ: in getCompareCC()
2425 case CmpInst::FCMP_UEQ: in selectBranch()
2571 case CmpInst::FCMP_UEQ: in selectCmp()
2751 case CmpInst::FCMP_UEQ: in selectSelect()
DAArch64InstructionSelector.cpp563 case CmpInst::FCMP_UEQ: in changeFCMPPredToAArch64CC()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2125 case CmpInst::FCMP_UEQ: in getCompareCC()
2336 case CmpInst::FCMP_UEQ: in selectBranch()
2482 case CmpInst::FCMP_UEQ: in selectCmp()
2662 case CmpInst::FCMP_UEQ: in selectSelect()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp628 case FCmpInst::FCMP_UEQ: R = executeFCMP_UEQ(Src1, Src2, Ty); break; in visitFCmpInst()
662 case FCmpInst::FCMP_UEQ: return executeFCMP_UEQ(Src1, Src2, Ty); in executeCmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp628 case FCmpInst::FCMP_UEQ: R = executeFCMP_UEQ(Src1, Src2, Ty); break; in visitFCmpInst()
662 case FCmpInst::FCMP_UEQ: return executeFCMP_UEQ(Src1, Src2, Ty); in executeCmpInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4325 if (P == FCmpInst::FCMP_OEQ || P == FCmpInst::FCMP_UEQ) in FoldFCmp_IntToFP_Cst()
4370 case FCmpInst::FCMP_UEQ: in FoldFCmp_IntToFP_Cst()
4693 case FCmpInst::FCMP_UEQ: in visitFCmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4909 if (P == FCmpInst::FCMP_OEQ || P == FCmpInst::FCMP_UEQ) in foldFCmpIntToFPConst()
4954 case FCmpInst::FCMP_UEQ: in foldFCmpIntToFPConst()
5292 case FCmpInst::FCMP_UEQ: in visitFCmpInst()

12