Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp40 bool IsMVEIntMAC : 1; // MVE 8/16/32-bit integer MAC operation member
54 IsInlineShiftALU(false), IsMultiply(false), IsMVEIntMAC(false), in IInfo()
71 bool isMVEIntMAC(unsigned Op) { return Info[Op].IsMVEIntMAC; } in isMVEIntMAC()
154 Info[op].IsMVEIntMAC = true; in InstructionInformation()