Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h715 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h853 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DREADME.txt67 SETOEQ unimplemented
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp155 case FCmpInst::FCMP_OEQ: FOC = ISD::SETEQ; FPC = ISD::SETOEQ; break; in getFCmpCondCode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td54 defm EQ : ComparisonFP<SETOEQ, "eq ">;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp311 case ISD::SETEQ: case ISD::SETOEQ: case ISD::SETUEQ: in Select()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp552 case ISD::SETOEQ: in getPredicateForSetCC()
587 case ISD::SETOEQ: in getCRIdxForSetCC()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFPU.td146 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOEQ),
/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/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/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td491 def SETOEQ : CondCode; def SETOGT : CondCode;
770 (setcc node:$lhs, node:$rhs, SETOEQ)>;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp624 case ISD::SETOEQ: in SoftenSetCCOperands()
1310 LHSHi, RHSHi, ISD::SETOEQ); in FloatExpandSetCCOperands()
DSelectionDAG.cpp300 case ISD::SETOEQ: // SETEQ & SETU[LG]E in getSetCCAndOperation()
1492 case ISD::SETOEQ: in FoldSetCC()
1538 case ISD::SETOEQ: return getConstant(R==APFloat::cmpEqual, VT); in FoldSetCC()
6100 case ISD::SETOEQ: return "setoeq"; in getOperationName()
DTargetLowering.cpp2364 if (Cond == ISD::SETOEQ && in SimplifySetCC()
2377 if (Cond == ISD::SETOEQ && in SimplifySetCC()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp620 case ISD::SETOEQ: in EmitCmp()
/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/lib/Target/PTX/
DPTXInstrInfo.td586 defm SETPEQf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETUEQ, SETOEQ, "eq">;
595 defm SETPEQf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETUEQ, SETOEQ, "eq">;
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp845 case ISD::SETOEQ: in IntCondCCodeToICC()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp667 case ISD::SETOEQ: return SPCC::FCC_E; in FPCondCCodeToFCC()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp1035 case ISD::SETOEQ: CondCode = ARMCC::EQ; break; in FPCCToARMCC()
2906 if (CC == ISD::SETOEQ) in OptimizeVFPBrcond()
2954 (CC == ISD::SETEQ || CC == ISD::SETOEQ || in LowerBR_CC()
3448 case ISD::SETOEQ: in LowerVSETCC()

12