Home
last modified time | relevance | path

Searched refs:FCMP_UNE (Results 1 – 25 of 102) sorted by relevance

12345

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp177 case naclbitc::FCMP_UNE: in DecodeFcmpPredicate()
178 LLVMPredicate = CmpInst::FCMP_UNE; in DecodeFcmpPredicate()
/external/llvm-project/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp272 FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
298 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
323 FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_NE}}; in setFCmpLibcallsGNU()
341 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}}; in setFCmpLibcallsGNU()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp272 FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
298 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
323 FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_NE}}; in setFCmpLibcallsGNU()
341 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}}; in setFCmpLibcallsGNU()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h287 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp144 .Case("une", FCmpInst::FCMP_UNE) in getPredicate()
DConstantFold.cpp1919 case FCmpInst::FCMP_UNE: in ConstantFoldCompareInstruction()
1972 case FCmpInst::FCMP_UNE: in ConstantFoldCompareInstruction()
1987 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
1992 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
2014 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE) in ConstantFoldCompareInstruction()
DInstructions.cpp3544 case FCMP_OEQ: return FCMP_UNE; in getInversePredicate()
3551 case FCMP_UNE: return FCMP_OEQ; in getInversePredicate()
3580 case FCmpInst::FCMP_UNE: return "une"; in getPredicateName()
3660 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3733 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
/external/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp144 .Case("une", FCmpInst::FCMP_UNE) in getPredicate()
DConstantFold.cpp2049 case FCmpInst::FCMP_UNE: in ConstantFoldCompareInstruction()
2116 case FCmpInst::FCMP_UNE: in ConstantFoldCompareInstruction()
2131 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
2136 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
2158 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE) in ConstantFoldCompareInstruction()
DInstructions.cpp3661 case FCMP_OEQ: return FCMP_UNE; in getInversePredicate()
3668 case FCMP_UNE: return FCMP_OEQ; in getInversePredicate()
3697 case FCmpInst::FCMP_UNE: return "une"; in getPredicateName()
3754 case FCMP_UEQ: case FCMP_UNE: in getSwappedPredicate()
3931 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: in isUnordered()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPostLegalizerCombiner.cpp102 case CmpInst::FCMP_UNE: in matchFMinFMaxLegacy()
/external/llvm/lib/IR/
DConstantFold.cpp1781 case FCmpInst::FCMP_UNE: in ConstantFoldCompareInstruction()
1835 case FCmpInst::FCMP_UNE: in ConstantFoldCompareInstruction()
1850 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
1855 Result = (pred == FCmpInst::FCMP_UNE || pred == FCmpInst::FCMP_ONE || in ConstantFoldCompareInstruction()
1877 else if (pred == FCmpInst::FCMP_ONE || pred == FCmpInst::FCMP_UNE) in ConstantFoldCompareInstruction()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp100 case CmpInst::FCMP_UNE: in mapFCmpPred()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp103 case CmpInst::FCMP_UNE: in mapFCmpPred()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp103 case CmpInst::FCMP_UNE: in mapFCmpPred()
/external/llvm-project/llvm/lib/FuzzMutate/
DOperations.cpp66 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UNE)); in describeFuzzerFloatOps()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp66 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UNE)); in describeFuzzerFloatOps()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1007 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) { in visitSelectInst()
1050 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) { in visitSelectInst()
/external/llvm/lib/CodeGen/
DAnalysis.cpp178 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp217 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp218 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp197 case CmpInst::FCMP_UNE: CC = X86::COND_INVALID; break; in getX86ConditionCode()
237 case CmpInst::FCMP_UNE: CC = 4; break; in getX86SSEConditionCode()
1467 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()
1607 case CmpInst::FCMP_UNE: in X86SelectBranch()
1969 case CmpInst::FCMP_UNE: in X86FastEmitCMoveSelect()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp538 VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE)
3037 LHS = Builder.CreateFCmp(llvm::CmpInst::FCMP_UNE, LHS, Zero, "cmp"); in VisitBinLAnd()
3038 RHS = Builder.CreateFCmp(llvm::CmpInst::FCMP_UNE, RHS, Zero, "cmp"); in VisitBinLAnd()
3115 LHS = Builder.CreateFCmp(llvm::CmpInst::FCMP_UNE, LHS, Zero, "cmp"); in VisitBinLOr()
3116 RHS = Builder.CreateFCmp(llvm::CmpInst::FCMP_UNE, RHS, Zero, "cmp"); in VisitBinLOr()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp662 case CmpInst::FCMP_UNE: in emitCmp()
679 case CmpInst::FCMP_UNE: in emitCmp()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp827 VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE, false)
4153 LHS = Builder.CreateFCmp(llvm::CmpInst::FCMP_UNE, LHS, Zero, "cmp"); in VisitBinLAnd()
4154 RHS = Builder.CreateFCmp(llvm::CmpInst::FCMP_UNE, RHS, Zero, "cmp"); in VisitBinLAnd()
4239 LHS = Builder.CreateFCmp(llvm::CmpInst::FCMP_UNE, LHS, Zero, "cmp"); in VisitBinLOr()
4240 RHS = Builder.CreateFCmp(llvm::CmpInst::FCMP_UNE, RHS, Zero, "cmp"); in VisitBinLOr()

12345