Searched refs:isUpdating (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 212 SDNode *SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, 220 SDNode *SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, 228 bool isUpdating, unsigned NumVecs, 234 SDNode *SelectVLDDup(SDNode *N, bool isUpdating, unsigned NumVecs, 1552 SDNode *ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLD() argument 1559 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVLD() 1598 if (isUpdating) in SelectVLD() 1613 if (isUpdating) { in SelectVLD() 1639 if (isUpdating) { in SelectVLD() 1671 if (isUpdating) in SelectVLD() [all …]
|
/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-7.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 185 void SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, 193 void SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, 200 void SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, 207 void SelectVLDDup(SDNode *N, bool IsIntrinsic, bool isUpdating, 1743 void ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLD() argument 1751 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating in SelectVLD() 1791 if (isUpdating) in SelectVLD() 1806 if (isUpdating) { in SelectVLD() 1842 if (isUpdating) { in SelectVLD() 1876 if (isUpdating) in SelectVLD() [all …]
|
D | ARMExpandPseudoInsts.cpp | 126 bool isUpdating; member 511 if (TableEntry->isUpdating) in ExpandVLD() 592 if (TableEntry->isUpdating) in ExpandVST() 696 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()
|