/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.def | 43 OPCODE(FCMP_OEQ, FCMP_UNE, FCMP_OEQ, BADOP, BADOP, 2, OPF_TARGET) 46 OPCODE(FCMP_UNE, FCMP_OEQ, FCMP_UNE, BADOP, BADOP, 2, OPF_TARGET) 68 OPCODE(SET_NE, SET_EQ, SET_NE, SET_NE, FCMP_UNE, 2, OPF_TARGET|OPF_BINOP|OPF_COMPARE|OPF_C…
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 177 case naclbitc::FCMP_UNE: in DecodeFcmpPredicate() 178 LLVMPredicate = CmpInst::FCMP_UNE; in DecodeFcmpPredicate()
|
/third_party/skia/third_party/externals/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()
|
D | ARMInstructionSelector.cpp | 443 case CmpInst::FCMP_UNE: in getComparePreds()
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 103 case CmpInst::FCMP_UNE: in mapFCmpPred()
|
D | GVN.cpp | 1427 Cmp->getPredicate() == CmpInst::Predicate::FCMP_UNE) { in impliesEquivalanceIfFalse()
|
D | IndVarSimplify.cpp | 376 case CmpInst::FCMP_UNE: NewPred = CmpInst::ICMP_NE; break; in handleFloatingPointIV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 217 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 209 case CmpInst::FCMP_UNE: CC = 4; break; in getX86SSEConditionCode() 1482 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp() 1678 case CmpInst::FCMP_UNE: in X86SelectBranch() 2048 case CmpInst::FCMP_UNE: in X86FastEmitCMoveSelect()
|
D | X86InstructionSelector.cpp | 1009 case CmpInst::FCMP_UNE: in selectFCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 701 case CmpInst::FCMP_UNE: in emitCmp() 718 case CmpInst::FCMP_UNE: in emitCmp()
|
D | MipsInstructionSelector.cpp | 733 case CmpInst::FCMP_UNE: // Not Equal (NEQ) in select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 499 case CmpInst::FCMP_UNE: in convertFCmpInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 5714 assert(P == FCmpInst::FCMP_ONE || P == FCmpInst::FCMP_UNE); in foldFCmpIntToFPConst() 5776 case FCmpInst::FCMP_UNE: in foldFCmpIntToFPConst() 5995 return replacePredAndOp0(&I, FCmpInst::FCMP_UNE, X); in foldFabsWithFcmpZero() 6018 case FCmpInst::FCMP_UNE: in foldFabsWithFcmpZero() 6059 case FCmpInst::FCMP_UNE: // True if unordered or not equal in visitFCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 683 case FCmpInst::FCMP_UNE: R = executeFCMP_UNE(Src1, Src2, Ty); break; in visitFCmpInst() 717 case FCmpInst::FCMP_UNE: return executeFCMP_UNE(Src1, Src2, Ty); in executeCmpInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1078 case FCmpInst::FCMP_UNE: in selectFCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 748 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3605 case FCmpInst::FCMP_UNE: in SimplifyFCmpInst() 3637 case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_UNE: in SimplifyFCmpInst() 3969 if (Pred == FCmpInst::FCMP_UNE) in simplifySelectWithFCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 259 case CmpInst::FCMP_UNE: in getComparePred()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2462 case CmpInst::FCMP_UNE: Predicate = CmpInst::FCMP_UNO; break; in optimizeCmpPredicate()
|