Home
last modified time | relevance | path

Searched refs:isUpdating (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp1543 bool isUpdating; in UpdateArchive() local
1548 isUpdating = thereIsInArchive; in UpdateArchive()
1553 isUpdating = (ci == 0 && options.UpdateArchiveItself && thereIsInArchive); in UpdateArchive()
1556 RINOK(callback->StartArchive(name, isUpdating)) in UpdateArchive()
1561 isUpdating, in UpdateArchive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp197 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()
2147 SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, const uint16_t *DOpcodes, const uint16_t *QOpcodes0, const uint16_t *QOpcodes1) SelectVST() argument
2298 SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, unsigned NumVecs, const uint16_t *DOpcodes, const uint16_t *QOpcodes) SelectVLDSTLane() argument
2687 SelectVLDDup(SDNode *N, bool IsIntrinsic, bool isUpdating, unsigned NumVecs, const uint16_t *DOpcodes, const uint16_t *QOpcodes0, const uint16_t *QOpcodes1) SelectVLDDup() argument
[all...]
H A DARMExpandPseudoInsts.cpp126 bool isUpdating; member
511 if (TableEntry->isUpdating) in ExpandVLD()
593 if (TableEntry->isUpdating) in ExpandVST()
698 if (TableEntry->isUpdating) in ExpandLaneOp()

Completed in 11 milliseconds