Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h771 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp159 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
176 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstructions.td46 case ISD::SETONE: case ISD::SETUNE:
DR600ISelLowering.cpp453 case ISD::SETONE: in LowerSELECT_CC()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstructions.td46 case ISD::SETONE: case ISD::SETUNE:
DR600ISelLowering.cpp453 case ISD::SETONE: in LowerSELECT_CC()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp303 case ISD::SETONE: return "setone"; in getOperationName()
DTargetLowering.cpp169 case ISD::SETONE: in softenSetCCOperands()
1757 if (Cond == ISD::SETONE && in SimplifySetCC()
1770 if (Cond == ISD::SETONE && in SimplifySetCC()
DSelectionDAG.cpp1811 case ISD::SETONE: in FoldSetCC()
1852 case ISD::SETONE: return getConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
DLegalizeDAG.cpp1698 case ISD::SETONE: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp593 case ISD::SETONE: in getPredicateForSetCC()
642 case ISD::SETONE: in getCRIdxForSetCC()
841 case ISD::SETONE: in SelectSETCC()
DPPCISelLowering.cpp349 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
350 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
535 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
570 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
DPPCInstrInfo.td2518 // SETOLE, SETONE, SETULT and SETUGT should be expanded by legalize for
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp967 case ISD::SETONE: in CombineMinMax()
1682 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFCEIL()
1792 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFFLOOR()
DSIISelLowering.cpp58 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in SITargetLowering()
65 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in SITargetLowering()
DR600ISelLowering.cpp51 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
1245 case ISD::SETONE: in LowerSELECT_CC()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td506 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
851 (setcc node:$lhs, node:$rhs, SETONE)>;
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td962 (setcc node:$lhs, node:$rhs, SETONE)>;
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td179 def vfsetone_v4f32 : vfsetcc_type<v4i32, v4f32, SETONE>;
180 def vfsetone_v2f64 : vfsetcc_type<v2i64, v2f64, SETONE>;
DMipsSEISelLowering.cpp1795 Op->getOperand(2), ISD::SETONE); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp486 case ISD::SETONE: return Mips::FCOND_ONE; in condCodeToFCC()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1363 case ISD::SETONE: return SPCC::FCC_LG; in FPCondCCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1169 case ISD::SETONE: CondCode = ARMCC::MI; CondCode2 = ARMCC::GT; break; in FPCCToARMCC()
4314 case ISD::SETONE: in LowerVSETCC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3615 case ISD::SETONE: in TranslateX86CC()
12054 case ISD::SETONE: SSECC = 8; break; in translateX86FSETCC()
12191 assert(SetCCOpcode == ISD::SETONE); in LowerVSETCC()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp904 case ISD::SETONE: in changeFPCCToAArch64CC()