Home
last modified time | relevance | path

Searched refs:SETOEQ (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1050 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp204 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ; in getFCmpCondCode()
225 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td80 defm EQ : ComparisonFP<SETOEQ, "eq ", 0x5b, 0x61>;
DWebAssemblyInstrSIMD.td475 defm EQ : SIMDConditionFP<"eq", SETOEQ, 64>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp195 case ISD::SETOEQ: in kill()
DAMDGPUInstructions.td244 def COND_OEQ : PatFrags<(ops), [(OtherVT SETOEQ), (OtherVT SETEQ)]>;
DAMDGPUISelLowering.cpp1267 case ISD::SETOEQ: in combineFMinMaxLegacy()
DSIISelLowering.cpp9891 if ((CC == ISD::SETOEQ || CC == ISD::SETONE) && LHS.getOpcode() == ISD::FABS) { in performSetCCCombine()
9906 unsigned Mask = CC == ISD::SETOEQ ? IsInfMask : IsFiniteMask; in performSetCCCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp408 case ISD::SETOEQ: return "setoeq"; in getOperationName()
DLegalizeDAG.cpp1677 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1679 CC1 = ISD::SETOEQ; CC2 = ISD::SETOEQ; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
1684 case ISD::SETOEQ: in LegalizeSetCCCondCode()
DTargetLowering.cpp312 case ISD::SETOEQ: in softenSetCCOperands()
3792 if (Cond == ISD::SETOEQ && in SimplifySetCC()
3805 if (Cond == ISD::SETOEQ && in SimplifySetCC()
DSelectionDAG.cpp436 case ISD::SETOEQ: // SETEQ & SETU[LG]E in getSetCCAndOperation()
2018 case ISD::SETOEQ: in FoldSetCC()
2083 case ISD::SETOEQ: return getBoolConstant(R==APFloat::cmpEqual, dl, VT, in FoldSetCC()
DLegalizeFloatTypes.cpp1710 LHSHi, RHSHi, ISD::SETOEQ); in FloatExpandSetCCOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td481 (setcc v4f64:$FRA, v4f64:$FRB, SETOEQ))]>;
486 (setcc v4f32:$FRA, v4f32:$FRB, SETOEQ))]>;
DPPCISelDAGToDAG.cpp3864 case ISD::SETOEQ: in getPredicateForSetCC()
3901 case ISD::SETOEQ: in getCRIdxForSetCC()
3944 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst()
3952 case ISD::SETOEQ: in getVCmpInst()
DPPCInstrInfo.td3824 def : Pat<(i1 (setcc f32:$s1, f32:$s2, SETOEQ)),
3840 def : Pat<(i1 (setcc f64:$s1, f64:$s2, SETOEQ)),
3856 def : Pat<(i1 (setcc f128:$s1, f128:$s2, SETOEQ)),
3877 def : Pat<(i1 (setcc f32:$s1, f32:$s2, SETOEQ)),
3904 def : Pat<(i1 (setcc f64:$s1, f64:$s2, SETOEQ)),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td684 def SETOEQ : CondCode<"FCMP_OEQ">;
1275 (setcc node:$lhs, node:$rhs, SETOEQ)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp856 case ISD::SETOEQ: in IntCondCCodeToICC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp543 case ISD::SETOEQ: in getPTXCmpMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td126 def vfsetoeq_v4f32 : vfsetcc_type<v4i32, v4f32, SETOEQ>;
127 def vfsetoeq_v2f64 : vfsetcc_type<v2i64, v2f64, SETOEQ>;
DMipsSEISelLowering.cpp1828 Op->getOperand(2), ISD::SETOEQ); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp607 case ISD::SETOEQ: return Mips::FCOND_OEQ; in condCodeToFCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1386 case ISD::SETOEQ: return SPCC::FCC_E; in FPCondCCodeToFCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1855 case ISD::SETOEQ: CondCode = ARMCC::EQ; break; in FPCCToARMCC()
5175 if (CC == ISD::SETOEQ) in OptimizeVFPBrcond()
5306 (CC == ISD::SETEQ || CC == ISD::SETOEQ || in LowerBR_CC()
6276 case ISD::SETOEQ: in LowerVSETCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc17140 /* 32000*/ OPC_CheckChild2CondCode, ISD::SETOEQ,
17144 …(setcc:{ *:[i32] } FGR32Opnd:{ *:[f32] }:$fs, FGR32Opnd:{ *:[f32] }:$ft, SETOEQ:{ *:[Other] }) - C…
17224 /* 32156*/ OPC_CheckChild2CondCode, ISD::SETOEQ,
17228 …(setcc:{ *:[i32] } FGR32Opnd:{ *:[f32] }:$fs, FGR32Opnd:{ *:[f32] }:$ft, SETOEQ:{ *:[Other] }) - C…
17393 /* 32513*/ OPC_CheckChild2CondCode, ISD::SETOEQ,
17397 …(setcc:{ *:[i32] } FGR64Opnd:{ *:[f64] }:$fs, FGR64Opnd:{ *:[f64] }:$ft, SETOEQ:{ *:[Other] }) - C…
17477 /* 32669*/ OPC_CheckChild2CondCode, ISD::SETOEQ,
17481 …(setcc:{ *:[i32] } FGR64Opnd:{ *:[f64] }:$fs, FGR64Opnd:{ *:[f64] }:$ft, SETOEQ:{ *:[Other] }) - C…
17959 /* 33629*/ OPC_CheckChild2CondCode, ISD::SETOEQ,
17963 …:[v4i32] } MSA128WOpnd:{ *:[v4f32] }:$ws, MSA128WOpnd:{ *:[v4f32] }:$wt, SETOEQ:{ *:[Other] }) - C…
[all …]

12