HomeSort by: relevance | last modified time | path
    Searched refs:isUpdating (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 203 void SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs,
211 void SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs,
218 void SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating,
296 void SelectVLDDup(SDNode *N, bool IsIntrinsic, bool isUpdating,
2073 void ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs,
2082 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating
2126 if (isUpdating)
2141 if (isUpdating) {
2177 if (isUpdating) {
2210 if (isUpdating)
    [all...]
ARMExpandPseudoInsts.cpp 158 bool isUpdating;
569 if (TableEntry->isUpdating)
651 if (TableEntry->isUpdating)
756 if (TableEntry->isUpdating)

Completed in 51 milliseconds