Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h490 uint64_t getElementSizeForOpcode(unsigned Opc) const;
HDAArch64InstrInfo.cpp1379 getElementSizeForOpcode(MaskOpcode) == in canRemovePTestInstr()
1380 getElementSizeForOpcode(PredOpcode)) in canRemovePTestInstr()
1398 getElementSizeForOpcode(MaskOpcode) == in canRemovePTestInstr()
1399 getElementSizeForOpcode(PredOpcode)) { in canRemovePTestInstr()
1428 uint64_t PredElementSize = getElementSizeForOpcode(PredOpcode); in canRemovePTestInstr()
9490 uint64_t AArch64InstrInfo::getElementSizeForOpcode(unsigned Opc) const { in getElementSizeForOpcode() function in AArch64InstrInfo
HDAArch64ExpandPseudoInsts.cpp573 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp()