Home | History | Annotate | Download | only in Sparc

Lines Matching refs:Custom

137     // Set the Custom bit if this i32 goes in the high bits of a register.
279 // The custom bit on an i32 return value indicates that it should be passed
1046 // The custom bit on an i32 return value indicates that it should be
1257 // Custom legalize GlobalAddress nodes into LO/HI parts.
1258 setOperationAction(ISD::GlobalAddress, getPointerTy(), Custom);
1259 setOperationAction(ISD::GlobalTLSAddress, getPointerTy(), Custom);
1260 setOperationAction(ISD::ConstantPool, getPointerTy(), Custom);
1261 setOperationAction(ISD::BlockAddress, getPointerTy(), Custom);
1274 // Custom expand fp<->sint
1275 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom);
1276 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
1297 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
1298 setOperationAction(ISD::BR_CC, MVT::f32, Custom);
1299 setOperationAction(ISD::BR_CC, MVT::f64, Custom);
1301 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
1302 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
1303 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
1310 setOperationAction(ISD::BR_CC, MVT::i64, Custom);
1311 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
1320 setOperationAction(ISD::FNEG, MVT::f64, Custom);
1321 setOperationAction(ISD::FABS, MVT::f64, Custom);
1357 // VASTART needs to be custom lowered to use the VarArgsFrameIndex.
1358 setOperationAction(ISD::VASTART , MVT::Other, Custom);
1360 setOperationAction(ISD::VAARG , MVT::Other, Custom);
1367 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
1793 default: llvm_unreachable("Should not custom lower this!");