Searched refs:getElementSizeForOpcode (Results 1 – 3 of 3) sorted by relevance
512 uint64_t getElementSizeForOpcode(unsigned Opc) const;
1493 getElementSizeForOpcode(MaskOpcode) == in canRemovePTestInstr()1494 getElementSizeForOpcode(PredOpcode)) in canRemovePTestInstr()1522 getElementSizeForOpcode(MaskOpcode) == in canRemovePTestInstr()1523 getElementSizeForOpcode(PredOpcode)) { in canRemovePTestInstr()1550 uint64_t PredElementSize = getElementSizeForOpcode(PredOpcode); in canRemovePTestInstr()10263 uint64_t AArch64InstrInfo::getElementSizeForOpcode(unsigned Opc) const { in getElementSizeForOpcode() function in AArch64InstrInfo
573 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp()