/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1050 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/ |
D | Analysis.cpp | 204 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/ |
D | WebAssemblyInstrFloat.td | 80 defm EQ : ComparisonFP<SETOEQ, "eq ", 0x5b, 0x61>;
|
D | WebAssemblyInstrSIMD.td | 475 defm EQ : SIMDConditionFP<"eq", SETOEQ, 64>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 195 case ISD::SETOEQ: in kill()
|
D | AMDGPUInstructions.td | 244 def COND_OEQ : PatFrags<(ops), [(OtherVT SETOEQ), (OtherVT SETEQ)]>;
|
D | AMDGPUISelLowering.cpp | 1267 case ISD::SETOEQ: in combineFMinMaxLegacy()
|
D | SIISelLowering.cpp | 9891 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/ |
D | SelectionDAGDumper.cpp | 408 case ISD::SETOEQ: return "setoeq"; in getOperationName()
|
D | LegalizeDAG.cpp | 1677 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()
|
D | TargetLowering.cpp | 312 case ISD::SETOEQ: in softenSetCCOperands() 3792 if (Cond == ISD::SETOEQ && in SimplifySetCC() 3805 if (Cond == ISD::SETOEQ && in SimplifySetCC()
|
D | SelectionDAG.cpp | 436 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()
|
D | LegalizeFloatTypes.cpp | 1710 LHSHi, RHSHi, ISD::SETOEQ); in FloatExpandSetCCOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 481 (setcc v4f64:$FRA, v4f64:$FRB, SETOEQ))]>; 486 (setcc v4f32:$FRA, v4f32:$FRB, SETOEQ))]>;
|
D | PPCISelDAGToDAG.cpp | 3864 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()
|
D | PPCInstrInfo.td | 3824 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/ |
D | TargetSelectionDAG.td | 684 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/ |
D | LanaiISelLowering.cpp | 856 case ISD::SETOEQ: in IntCondCCodeToICC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 543 case ISD::SETOEQ: in getPTXCmpMode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 126 def vfsetoeq_v4f32 : vfsetcc_type<v4i32, v4f32, SETOEQ>; 127 def vfsetoeq_v2f64 : vfsetcc_type<v2i64, v2f64, SETOEQ>;
|
D | MipsSEISelLowering.cpp | 1828 Op->getOperand(2), ISD::SETOEQ); in lowerINTRINSIC_WO_CHAIN()
|
D | MipsISelLowering.cpp | 607 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/ |
D | SparcISelLowering.cpp | 1386 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/ |
D | ARMISelLowering.cpp | 1855 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/ |
D | MipsGenDAGISel.inc | 17140 /* 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 …]
|