Searched refs:VSETCC (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 161 case ISD::VSETCC: in LegalizeOp() 217 else if (Node->getOpcode() == ISD::VSETCC) in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 65 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()
|
D | SelectionDAG.cpp | 5899 case ISD::VSETCC: return "vsetcc"; in getOperationName()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 344 VSETCC, enumerator
|
D | SelectionDAG.h | 571 return getNode(ISD::VSETCC, DL, VT, LHS, RHS, getCondCode(Cond));
|
/external/llvm/lib/Target/CellSPU/ |
D | README.txt | 84 * VSETCC needs to be implemented. It's pretty straightforward to code, but
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 109 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/ |
D | X86ISelLowering.cpp | 742 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/ |
D | TargetSelectionDAG.td | 385 def vsetcc : SDNode<"ISD::VSETCC" , SDTSetCC>;
|