Home
last modified time | relevance | path

Searched refs:isUpdating (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp215 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, in SelectVLD() argument
2124 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating in SelectVLD()
2168 if (isUpdating) in SelectVLD()
2183 if (isUpdating) { in SelectVLD()
2219 if (isUpdating) { in SelectVLD()
2252 if (isUpdating) in SelectVLD()
[all …]
H A DARMExpandPseudoInsts.cpp144 bool isUpdating; member
603 if (TableEntry->isUpdating) in ExpandVLD()
683 if (TableEntry->isUpdating) in ExpandVST()
788 if (TableEntry->isUpdating) in ExpandLaneOp()