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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp737 struct Hvx { struct
748 static Hvx HvxInts[] = {
767 auto FoundHvx = std::lower_bound(BH, EH, Hvx{Opc, 0, 0}, CmpOpcode);
H A DHexagonVectorCombine.cpp234 MoveGroup(const AddrInfo &AI, Instruction *B, bool Hvx, bool Load) argument
235 : Base(B), Main{AI.Inst}, Clones{}, IsHvx(Hvx), IsLoad(Load) {}

Completed in 120 milliseconds