Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp153 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ; in getFCmpCondCode()
174 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h732 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp580 case ISD::SETOEQ: in getPredicateForSetCC()
615 case ISD::SETOEQ: in getCRIdxForSetCC()
679 case ISD::SETOEQ: in getVCmpInst()
810 case ISD::SETOEQ: in SelectSETCC()
/external/llvm/lib/Target/R600/
DAMDGPUInstructions.td42 case ISD::SETOEQ: case ISD::SETUEQ:
DAMDGPUISelLowering.cpp198 case ISD::SETOEQ: in LowerMinMax()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1127 setCondCodeAction(ISD::SETOEQ, MVT::f32, Legal); in HexagonTargetLowering()
1128 setCondCodeAction(ISD::SETOEQ, MVT::f64, Legal); in HexagonTargetLowering()
1220 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand); in HexagonTargetLowering()
1223 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrFPU.td146 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOEQ),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp289 case ISD::SETOEQ: return "setoeq"; in getOperationName()
DTargetLowering.cpp113 case ISD::SETOEQ: in softenSetCCOperands()
1578 if (Cond == ISD::SETOEQ && in SimplifySetCC()
1591 if (Cond == ISD::SETOEQ && in SimplifySetCC()
DLegalizeDAG.cpp1612 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1615 CC1 = ISD::SETOEQ; CC2 = ISD::SETOEQ; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
1621 case ISD::SETOEQ: in LegalizeSetCCCondCode()
DLegalizeFloatTypes.cpp1286 LHSHi, RHSHi, ISD::SETOEQ); in FloatExpandSetCCOperands()
DSelectionDAG.cpp310 case ISD::SETOEQ: // SETEQ & SETU[LG]E in getSetCCAndOperation()
1567 case ISD::SETOEQ: in FoldSetCC()
1609 case ISD::SETOEQ: return getConstant(R==APFloat::cmpEqual, VT); in FoldSetCC()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td498 def SETOEQ : CondCode; def SETOGT : CondCode;
829 (setcc node:$lhs, node:$rhs, SETOEQ)>;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp668 case ISD::SETOEQ: return SPCC::FCC_E; in FPCondCCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1159 case ISD::SETOEQ: CondCode = ARMCC::EQ; break; in FPCCToARMCC()
3106 if (CC == ISD::SETOEQ) in OptimizeVFPBrcond()
3159 (CC == ISD::SETEQ || CC == ISD::SETOEQ || in LowerBR_CC()
3788 case ISD::SETOEQ: in LowerVSETCC()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td952 (setcc node:$lhs, node:$rhs, SETOEQ)>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp248 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand); in X86TargetLowering()
249 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand); in X86TargetLowering()
250 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand); in X86TargetLowering()
3272 case ISD::SETOEQ: in TranslateX86CC()
9271 case ISD::SETOEQ: in LowerVSETCC()
9927 cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETOEQ) { in LowerBRCOND()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1636 case ISD::SETOEQ: CondCode = A64CC::EQ; break; in FPCCToA64CC()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp624 case ISD::SETOEQ: return Mips::FCOND_OEQ; in FPCondCCodeToFCC()