/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 177 case naclbitc::FCMP_UNE: in DecodeFcmpPredicate() 178 LLVMPredicate = CmpInst::FCMP_UNE; in DecodeFcmpPredicate()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 272 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/ |
D | ARMLegalizerInfo.cpp | 272 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/ |
D | NaClLLVMBitCodes.h | 287 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 144 .Case("une", FCmpInst::FCMP_UNE) in getPredicate()
|
D | ConstantFold.cpp | 1919 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()
|
D | Instructions.cpp | 3544 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/ |
D | IntrinsicInst.cpp | 144 .Case("une", FCmpInst::FCMP_UNE) in getPredicate()
|
D | ConstantFold.cpp | 2049 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()
|
D | Instructions.cpp | 3661 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/ |
D | AMDGPUPostLegalizerCombiner.cpp | 102 case CmpInst::FCMP_UNE: in matchFMinFMaxLegacy()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1781 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/ |
D | Float2Int.cpp | 100 case CmpInst::FCMP_UNE: in mapFCmpPred()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 103 case CmpInst::FCMP_UNE: in mapFCmpPred()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 103 case CmpInst::FCMP_UNE: in mapFCmpPred()
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 66 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UNE)); in describeFuzzerFloatOps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 66 Ops.push_back(cmpOpDescriptor(1, Instruction::FCmp, CmpInst::FCMP_UNE)); in describeFuzzerFloatOps()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1007 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) { in visitSelectInst() 1050 if (FCI->getPredicate() == FCmpInst::FCMP_UNE) { in visitSelectInst()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 178 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 217 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 218 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 197 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/ |
D | CGExprScalar.cpp | 538 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/ |
D | MipsFastISel.cpp | 662 case CmpInst::FCMP_UNE: in emitCmp() 679 case CmpInst::FCMP_UNE: in emitCmp()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 827 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()
|