Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h290 uint64_t getElementSizeForOpcode(unsigned Opc) const;
H A DAArch64ExpandPseudoInsts.cpp478 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp()
H A DAArch64InstrInfo.cpp1321 uint64_t MaskElementSize = getElementSizeForOpcode(MaskOpcode); in optimizePTestInstr()
1322 uint64_t PredElementSize = getElementSizeForOpcode(PredOpcode); in optimizePTestInstr()
7523 uint64_t AArch64InstrInfo::getElementSizeForOpcode(unsigned Opc) const { in getElementSizeForOpcode() function in AArch64InstrInfo