Searched refs:StSize (Results 1 – 3 of 3) sorted by relevance
106 void add(size_t StNameOffset, uint64_t StSize, uint8_t StBind, uint8_t StType, in add() argument110 S.st_size = StSize; in add()
11343 if (StSize >= 8) in getStOpcode()11344 return StSize == 16 ? ARM::VST1q32wb_fixed in getStOpcode()11347 return StSize == 4 ? ARM::tSTRi in getStOpcode()11348 : StSize == 2 ? ARM::tSTRHi in getStOpcode()11351 return StSize == 4 ? ARM::t2STR_POST in getStOpcode()11354 return StSize == 4 ? ARM::STR_POST_IMM in getStOpcode()11355 : StSize == 2 ? ARM::STRH_POST in getStOpcode()11408 if (StSize >= 8) { in emitPostSt()11424 .addImm(StSize) in emitPostSt()11430 .addImm(StSize) in emitPostSt()[all …]
557 TypeSize StSize = StVT.getStoreSizeInBits(); in LegalizeStoreOps() local560 if (StWidth != StSize) { in LegalizeStoreOps()564 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), StSize.getFixedValue()); in LegalizeStoreOps()