Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp41 bool IsNonSubwordLoad : 1; // Load which is a word or larger member
55 IsNonSubwordLoad(false), IsShift(false), IsRev(false), in IInfo()
72 bool isNonSubwordLoad(unsigned Op) { return Info[Op].IsNonSubwordLoad; } in isNonSubwordLoad()
163 Info[op].IsNonSubwordLoad = true; in InstructionInformation()