Searched refs:SETUEQ (Results 1 – 19 of 19) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 161 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode() 174 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 740 SETUEQ, // 1 0 0 1 True if unordered or equal enumerator
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 574 case ISD::SETUEQ: in getPredicateForSetCC() 625 case ISD::SETUEQ: in getCRIdxForSetCC() 642 case ISD::SETUEQ: in getVCmpInst() 811 case ISD::SETUEQ: in SelectSETCC()
|
D | PPCISelLowering.cpp | 274 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering() 275 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering() 437 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstructions.td | 42 case ISD::SETOEQ: case ISD::SETUEQ:
|
D | AMDGPUISelLowering.cpp | 202 case ISD::SETUEQ: in LowerMinMax()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrFPU.td | 181 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETUEQ),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 298 case ISD::SETUEQ: return "setue"; in getOperationName()
|
D | TargetLowering.cpp | 175 case ISD::SETUEQ: in softenSetCCOperands() 1581 if (Cond == ISD::SETUEQ && in SimplifySetCC() 1594 if (Cond == ISD::SETUEQ && in SimplifySetCC()
|
D | SelectionDAG.cpp | 311 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE in getSetCCAndOperation() 1575 case ISD::SETUEQ: in FoldSetCC() 1635 case ISD::SETUEQ: return getConstant(R==APFloat::cmpUnordered || in FoldSetCC()
|
D | LegalizeDAG.cpp | 1627 case ISD::SETUEQ: in LegalizeSetCCCondCode()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1129 setCondCodeAction(ISD::SETUEQ, MVT::f32, Legal); in HexagonTargetLowering() 1130 setCondCodeAction(ISD::SETUEQ, MVT::f64, Legal); in HexagonTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 501 def SETUEQ : CondCode; def SETUGT : CondCode; def SETUGE : CondCode; 845 (setcc node:$lhs, node:$rhs, SETUEQ)>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 686 case ISD::SETUEQ: return SPCC::FCC_UE; in FPCondCCodeToFCC()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXVector.td | 968 (setcc node:$lhs, node:$rhs, SETUEQ)>;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1646 case ISD::SETUEQ: CondCode = A64CC::EQ; Alternative = A64CC::VS; break; in FPCCToA64CC()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 642 case ISD::SETUEQ: return Mips::FCOND_UEQ; in FPCondCCodeToFCC()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1169 case ISD::SETUEQ: CondCode = ARMCC::EQ; CondCode2 = ARMCC::VS; break; in FPCCToARMCC() 3802 case ISD::SETUEQ: Invert = true; // Fallthrough in LowerVSETCC()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3254 case ISD::SETUEQ: in TranslateX86CC() 9289 case ISD::SETUEQ: in LowerVSETCC() 9299 if (SetCCOpcode == ISD::SETUEQ) { in LowerVSETCC()
|