Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/test/TableGen/
DGlobalISelEmitter-setcc.td12 [(set GPR32:$dst, (i32 (setcc f32:$src0, f32:$src1, SETOEQ)))]>;
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h853 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1050 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1266 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp165 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ; in getFCmpCondCode()
186 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td54 defm EQ : ComparisonFP<SETOEQ, "eq ">;
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp205 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ; in getFCmpCondCode()
226 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
/external/llvm-project/llvm/lib/Target/VE/
DVEISelDAGToDAG.cpp62 case ISD::SETOEQ: in fpCondCode2Fcc()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp278 case ISD::SETOEQ: in kill()
DAMDGPUInstructions.td246 def COND_OEQ : PatFrags<(ops), [(OtherVT SETOEQ), (OtherVT SETEQ)]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td80 defm EQ : ComparisonFP<SETOEQ, "eq ", 0x5b, 0x61>;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td80 defm EQ : ComparisonFP<SETOEQ, "eq ", 0x5b, 0x61>;
/external/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)]>;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp331 case ISD::SETOEQ: return "setoeq"; in getOperationName()
DTargetLowering.cpp162 case ISD::SETOEQ: in softenSetCCOperands()
1945 if (Cond == ISD::SETOEQ && in SimplifySetCC()
1958 if (Cond == ISD::SETOEQ && in SimplifySetCC()
DLegalizeDAG.cpp1591 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1594 CC1 = ISD::SETOEQ; CC2 = ISD::SETOEQ; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
1600 case ISD::SETOEQ: in LegalizeSetCCCondCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp408 case ISD::SETOEQ: return "setoeq"; in getOperationName()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp429 case ISD::SETOEQ: return "setoeq"; in getOperationName()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2097 case ISD::SETOEQ: in getPredicateForSetCC()
2128 case ISD::SETOEQ: in getCRIdxForSetCC()
2171 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst()
2179 case ISD::SETOEQ: in getVCmpInst()
DPPCInstrQPX.td484 (setcc v4f64:$FRA, v4f64:$FRB, SETOEQ))]>;
489 (setcc v4f32:$FRA, v4f32:$FRB, SETOEQ))]>;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td86 [{return N->get() == ISD::SETOEQ || N->get() == ISD::SETEQ;}]
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td591 def SETOEQ : CondCode; def SETOGT : CondCode;
973 (setcc node:$lhs, node:$rhs, SETOEQ)>;
/external/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))]>;

1234