Home
last modified time | relevance | path

Searched refs:VSETCC (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp161 case ISD::VSETCC: in LegalizeOp()
217 else if (Node->getOpcode() == ISD::VSETCC) in LegalizeOp()
DLegalizeVectorTypes.cpp65 case ISD::VSETCC: R = ScalarizeVecRes_VSETCC(N); break; in ScalarizeVectorResult()
435 case ISD::VSETCC: in SplitVectorResult()
1225 case ISD::VSETCC: in WidenVectorResult()
1973 return DAG.getNode(ISD::VSETCC, N->getDebugLoc(), in WidenVecRes_VSETCC()
DSelectionDAG.cpp5899 case ISD::VSETCC: return "vsetcc"; in getOperationName()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h344 VSETCC, enumerator
DSelectionDAG.h571 return getNode(ISD::VSETCC, DL, VT, LHS, RHS, getCondCode(Cond));
/external/llvm/lib/Target/CellSPU/
DREADME.txt84 * VSETCC needs to be implemented. It's pretty straightforward to code, but
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp109 setOperationAction(ISD::VSETCC, VT.getSimpleVT(), Custom); in addTypeForNEON()
456 setOperationAction(ISD::VSETCC, MVT::v2f64, Expand); in ARMTargetLowering()
488 setOperationAction(ISD::VSETCC, MVT::v1i64, Expand); in ARMTargetLowering()
489 setOperationAction(ISD::VSETCC, MVT::v2i64, Expand); in ARMTargetLowering()
4859 case ISD::VSETCC: return LowerVSETCC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp742 setOperationAction(ISD::VSETCC, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
819 setOperationAction(ISD::VSETCC, MVT::v4f32, Custom); in X86TargetLowering()
849 setOperationAction(ISD::VSETCC, MVT::v2f64, Custom); in X86TargetLowering()
850 setOperationAction(ISD::VSETCC, MVT::v16i8, Custom); in X86TargetLowering()
851 setOperationAction(ISD::VSETCC, MVT::v8i16, Custom); in X86TargetLowering()
852 setOperationAction(ISD::VSETCC, MVT::v4i32, Custom); in X86TargetLowering()
981 setOperationAction(ISD::VSETCC, MVT::v2i64, Custom); in X86TargetLowering()
9321 case ISD::VSETCC: return LowerVSETCC(Op, DAG); in LowerOperation()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td385 def vsetcc : SDNode<"ISD::VSETCC" , SDTSetCC>;