Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonSubtarget.cpp732 struct Hvx { in getIntrinsicId() struct
743 static Hvx HvxInts[] = { in getIntrinsicId()
762 auto FoundHvx = std::lower_bound(BH, EH, Hvx{Opc, 0, 0}, CmpOpcode); in getIntrinsicId()
HDHexagonVectorCombine.cpp234 MoveGroup(const AddrInfo &AI, Instruction *B, bool Hvx, bool Load) in MoveGroup()
235 : Base(B), Main{AI.Inst}, Clones{}, IsHvx(Hvx), IsLoad(Load) {} in MoveGroup()