Home
last modified time | relevance | path

Searched refs:getAccessSize (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h46 static inline unsigned getAccessSize(unsigned int Flags) { in getAccessSize() function
DSystemZInstrInfo.cpp1008 uint64_t AccessBytes = SystemZII::getAccessSize(MemDesc.TSFlags); in foldMemoryOperandImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h53 static inline unsigned getAccessSize(unsigned int Flags) { in getAccessSize() function
DSystemZInstrInfo.cpp1194 uint64_t AccessBytes = SystemZII::getAccessSize(MemDesc.TSFlags); in foldMemoryOperandImpl()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h53 static inline unsigned getAccessSize(unsigned int Flags) { in getAccessSize() function
DSystemZInstrInfo.cpp1262 uint64_t AccessBytes = SystemZII::getAccessSize(MemDesc.TSFlags); in foldMemoryOperandImpl()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h93 HexagonII::MemAccessSize getAccessSize(MCInstrInfo const &MCII,
DHexagonMCCodeEmitter.cpp388 switch (HexagonMCInstrInfo::getAccessSize(MCII, MI)) { in getFixupNoBits()
DHexagonMCInstrInfo.cpp169 HexagonMCInstrInfo::getAccessSize(MCInstrInfo const &MCII, MCInst const &MCI) { in getAccessSize() function in llvm::HexagonMCInstrInfo