Searched refs:isUpdating (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelDAGToDAG.cpp | 213 void SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, 221 void SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, 228 void SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, 306 void SelectVLDDup(SDNode *N, bool IsIntrinsic, bool isUpdating, 2101 void ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLD() argument 2110 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating in SelectVLD() 2154 if (isUpdating) in SelectVLD() 2169 if (isUpdating) { in SelectVLD() 2205 if (isUpdating) { in SelectVLD() 2238 if (isUpdating) in SelectVLD() [all …]
|
| D | ARMExpandPseudoInsts.cpp | 158 bool isUpdating; member 617 if (TableEntry->isUpdating) in ExpandVLD() 700 if (TableEntry->isUpdating) in ExpandVST() 805 if (TableEntry->isUpdating) in ExpandLaneOp()
|