Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLatencyMutations.cpp43 bool IsRev : 1; // REV operation member
55 IsNonSubwordLoad(false), IsShift(false), IsRev(false), in IInfo()
73 bool isRev(unsigned Op) { return Info[Op].IsRev; } in isRev()
170 Info[op].IsRev = true; in InstructionInformation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp712 const bool IsRev = IsReverseVecRegPair(VecRegPair); in GetVecRegPairIndices() local
714 2 * (IsRev ? VecRegPair - Hexagon::WR0 : VecRegPair - Hexagon::W0); in GetVecRegPairIndices()
716 return IsRev ? std::make_pair(PairIndex, PairIndex + 1) in GetVecRegPairIndices()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp919 auto [CurrCond, IsAux, IsRev, CondIdx] = It->second; in collectSelectGroups()
926 SIGroup.Selects.emplace_back(NI, IsRev, CondIdx); in collectSelectGroups()