Searched refs:isUpdating (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 204 void SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, 212 void SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, 219 void SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, 226 void SelectVLDDup(SDNode *N, bool isUpdating, unsigned NumVecs, 1808 void ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLD() argument 1816 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVLD() 1856 if (isUpdating) in SelectVLD() 1871 if (isUpdating) { in SelectVLD() 1905 if (isUpdating) { in SelectVLD() 1939 if (isUpdating) in SelectVLD() [all …]
|
D | ARMExpandPseudoInsts.cpp | 123 bool isUpdating; member 417 if (TableEntry->isUpdating) in ExpandVLD() 469 if (TableEntry->isUpdating) in ExpandVST() 551 if (TableEntry->isUpdating) in ExpandLaneOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 197 void SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, 205 void SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, 212 void SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, 272 void SelectVLDDup(SDNode *N, bool IsIntrinsic, bool isUpdating, 2008 void ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLD() argument 2016 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating in SelectVLD() 2058 if (isUpdating) in SelectVLD() 2073 if (isUpdating) { in SelectVLD() 2109 if (isUpdating) { in SelectVLD() 2142 if (isUpdating) in SelectVLD() [all …]
|
D | ARMExpandPseudoInsts.cpp | 126 bool isUpdating; member 511 if (TableEntry->isUpdating) in ExpandVLD() 593 if (TableEntry->isUpdating) in ExpandVST() 698 if (TableEntry->isUpdating) in ExpandLaneOp()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 1467 bool isUpdating; in UpdateArchive() local 1472 isUpdating = thereIsInArchive; in UpdateArchive() 1477 isUpdating = (ci == 0 && options.UpdateArchiveItself && thereIsInArchive); in UpdateArchive() 1480 RINOK(callback->StartArchive(name, isUpdating)) in UpdateArchive() 1485 isUpdating, in UpdateArchive()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 199 void SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, 207 void SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, 214 void SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, 292 void SelectVLDDup(SDNode *N, bool IsIntrinsic, bool isUpdating, 2055 void ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLD() argument 2064 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating in SelectVLD() 2108 if (isUpdating) in SelectVLD() 2123 if (isUpdating) { in SelectVLD() 2159 if (isUpdating) { in SelectVLD() 2192 if (isUpdating) in SelectVLD() [all …]
|
D | ARMExpandPseudoInsts.cpp | 158 bool isUpdating; member 542 if (TableEntry->isUpdating) in ExpandVLD() 624 if (TableEntry->isUpdating) in ExpandVST() 729 if (TableEntry->isUpdating) in ExpandLaneOp()
|