Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h343 uint64_t getElementSizeForOpcode(unsigned Opc) const;
H A DAArch64ExpandPseudoInsts.cpp560 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp()
H A DAArch64InstrInfo.cpp1370 getElementSizeForOpcode(MaskOpcode) == in optimizePTestInstr()
1371 getElementSizeForOpcode(PredOpcode) && in optimizePTestInstr()
1419 uint64_t PredElementSize = getElementSizeForOpcode(PredOpcode); in optimizePTestInstr()
9410 uint64_t AArch64InstrInfo::getElementSizeForOpcode(unsigned Opc) const { in getElementSizeForOpcode() function in AArch64InstrInfo