Searched refs:isUpdating (Results 1 – 3 of 3) sorted by relevance
/external/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, 1804 SDNode *ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLD() argument 1812 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVLD() 1852 if (isUpdating) in SelectVLD() 1867 if (isUpdating) { in SelectVLD() 1901 if (isUpdating) { in SelectVLD() 1932 if (isUpdating) in SelectVLD() [all …]
|
D | ARMExpandPseudoInsts.cpp | 108 bool isUpdating; member 402 if (TableEntry->isUpdating) in ExpandVLD() 454 if (TableEntry->isUpdating) in ExpandVST() 536 if (TableEntry->isUpdating) in ExpandLaneOp()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 1284 bool isUpdating; in UpdateArchive() local 1288 isUpdating = arc != 0; in UpdateArchive() 1293 isUpdating = (i == 0 && options.UpdateArchiveItself && arc != 0); in UpdateArchive() 1295 RINOK(callback->StartArchive(name, isUpdating)) in UpdateArchive()
|