Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp106 void add(size_t StNameOffset, uint64_t StSize, uint8_t StBind, uint8_t StType, in add() argument
110 S.st_size = StSize; in add()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11343 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp557 TypeSize StSize = StVT.getStoreSizeInBits(); in LegalizeStoreOps() local
560 if (StWidth != StSize) { in LegalizeStoreOps()
564 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), StSize.getFixedValue()); in LegalizeStoreOps()