Home
last modified time | relevance | path

Searched refs:StSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp105 void add(size_t StNameOffset, uint64_t StSize, uint8_t StBind, uint8_t StType, in add() argument
109 S.st_size = StSize; in add()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11124 if (StSize >= 8) in getStOpcode()
11125 return StSize == 16 ? ARM::VST1q32wb_fixed in getStOpcode()
11128 return StSize == 4 ? ARM::tSTRi in getStOpcode()
11129 : StSize == 2 ? ARM::tSTRHi in getStOpcode()
11132 return StSize == 4 ? ARM::t2STR_POST in getStOpcode()
11135 return StSize == 4 ? ARM::STR_POST_IMM in getStOpcode()
11136 : StSize == 2 ? ARM::STRH_POST in getStOpcode()
11189 if (StSize >= 8) { in emitPostSt()
11205 .addImm(StSize) in emitPostSt()
11211 .addImm(StSize) in emitPostSt()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp546 TypeSize StSize = StVT.getStoreSizeInBits(); in LegalizeStoreOps() local
549 if (StWidth != StSize) { in LegalizeStoreOps()
553 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), StSize.getFixedSize()); in LegalizeStoreOps()