Searched refs:HSIG_L1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp94 case HexagonII::HSIG_L1:
95 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A);
97 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
100 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
103 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
119 case HexagonII::HSIG_L1:
123 case HexagonII::HSIG_L1:
133 case HexagonII::HSIG_L1:
145 case HexagonII::HSIG_L1:
159 case HexagonII::HSIG_L1
[all...]
H A DHexagonBaseInfo.h225 HSIG_L1, enumerator in enum:llvm::HexagonII::SubInstructionGroup
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp220 case HexagonII::HSIG_L1:
221 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_A);
223 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
226 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
229 return (Gb == HexagonII::HSIG_L1 || Gb == HexagonII::HSIG_L2 ||
3842 return HexagonII::HSIG_L1;
3852 return HexagonII::HSIG_L1;

Completed in 290 milliseconds