Searched refs:getElementSizeForOpcode (Results 1 – 3 of 3) sorted by relevance
306 uint64_t getElementSizeForOpcode(unsigned Opc) const;
526 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp()
1315 getElementSizeForOpcode(MaskOpcode) == in optimizePTestInstr()1316 getElementSizeForOpcode(PredOpcode) && in optimizePTestInstr()1364 uint64_t PredElementSize = getElementSizeForOpcode(PredOpcode); in optimizePTestInstr()8294 uint64_t AArch64InstrInfo::getElementSizeForOpcode(unsigned Opc) const { in getElementSizeForOpcode() function in AArch64InstrInfo