Lines Matching defs:isUpdating
215 void SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs,
223 void SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs,
230 void SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating,
308 void SelectVLDDup(SDNode *N, bool IsIntrinsic, bool isUpdating,
2115 void ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs,
2124 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating
2168 if (isUpdating)
2183 if (isUpdating) {
2219 if (isUpdating) {
2252 if (isUpdating)
2257 void ARMDAGToDAGISel::SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs,
2266 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating
2269 unsigned Vec0Idx = 3; // AddrOpIdx + (isUpdating ? 2 : 1)
2303 if (isUpdating)
2342 if (isUpdating) {
2394 if (isUpdating) {
2411 void ARMDAGToDAGISel::SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating,
2420 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating
2423 unsigned Vec0Idx = 3; // AddrOpIdx + (isUpdating ? 2 : 1)
2475 if (isUpdating)
2485 if (isUpdating) {
2535 if (isUpdating)
2954 bool isUpdating, unsigned NumVecs,
3013 if (isUpdating)
3026 if (isUpdating) {
3074 if (isUpdating)