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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp203 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, argument
2082 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating
2126 if (isUpdating)
2141 if (isUpdating) {
2177 if (isUpdating) {
2210 if (isUpdating)
2215 SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, const uint16_t *DOpcodes, const uint16_t *QOpcodes0, const uint16_t *QOpcodes1) argument
2369 SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, unsigned NumVecs, const uint16_t *DOpcodes, const uint16_t *QOpcodes) argument
2911 SelectVLDDup(SDNode *N, bool IsIntrinsic, bool isUpdating, unsigned NumVecs, const uint16_t *DOpcodes, const uint16_t *QOpcodes0, const uint16_t *QOpcodes1) argument
[all...]
H A DARMExpandPseudoInsts.cpp158 bool isUpdating; member in struct:__anon2297::NEONLdStTableEntry
569 if (TableEntry->isUpdating)
651 if (TableEntry->isUpdating)
756 if (TableEntry->isUpdating)

Completed in 110 milliseconds