Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h306 uint64_t getElementSizeForOpcode(unsigned Opc) const;
H A DAArch64InstrInfo.cpp1312 getElementSizeForOpcode(MaskOpcode) == in optimizePTestInstr()
1313 getElementSizeForOpcode(PredOpcode) && in optimizePTestInstr()
1361 uint64_t PredElementSize = getElementSizeForOpcode(PredOpcode); in optimizePTestInstr()
8291 uint64_t AArch64InstrInfo::getElementSizeForOpcode(unsigned Opc) const { in getElementSizeForOpcode() function in AArch64InstrInfo
H A DAArch64ExpandPseudoInsts.cpp526 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp()