Home
last modified time | relevance | path

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

12

/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def43 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/
DNaClBitcodeDecoders.cpp177 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/
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()
DARMInstructionSelector.cpp443 case CmpInst::FCMP_UNE: in getComparePreds()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp66 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/
DFloat2Int.cpp103 case CmpInst::FCMP_UNE: in mapFCmpPred()
DGVN.cpp1427 Cmp->getPredicate() == CmpInst::Predicate::FCMP_UNE) { in impliesEquivalanceIfFalse()
DIndVarSimplify.cpp376 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/
DAnalysis.cpp217 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/
DX86FastISel.cpp209 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()
DX86InstructionSelector.cpp1009 case CmpInst::FCMP_UNE: in selectFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp701 case CmpInst::FCMP_UNE: in emitCmp()
718 case CmpInst::FCMP_UNE: in emitCmp()
DMipsInstructionSelector.cpp733 case CmpInst::FCMP_UNE: // Not Equal (NEQ) in select()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp499 case CmpInst::FCMP_UNE: in convertFCmpInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5714 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/
DExecution.cpp683 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/
DWebAssemblyFastISel.cpp1078 case FCmpInst::FCMP_UNE: in selectFCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h748 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/
DInstructionSimplify.cpp3605 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/
DPPCFastISel.cpp259 case CmpInst::FCMP_UNE: in getComparePred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2462 case CmpInst::FCMP_UNE: Predicate = CmpInst::FCMP_UNO; break; in optimizeCmpPredicate()

12