Searched refs:LLH (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 669 // while zero-extending loads have only the long LLH. 749 // 32-bit extensions from 16-bit memory. LLHMux expands to LLH or LLHH, 753 def LLH : UnaryRXY<"llh", 0xE395, azextloadi16, GR32, 2>;
|
| H A D | SystemZInstrInfo.cpp | 1394 expandRXYPseudo(MI, SystemZ::LLH, SystemZ::LLHH); in expandPostRAPseudo()
|
| H A D | SystemZScheduleZ196.td | 232 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
|
| H A D | SystemZScheduleZEC12.td | 240 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
|
| H A D | SystemZScheduleZ13.td | 263 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
|
| H A D | SystemZScheduleZ16.td | 268 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
|
| H A D | SystemZScheduleZ14.td | 264 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
|
| H A D | SystemZScheduleZ15.td | 268 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 4027 SDValue LLH = DAG.getNode(ISD::SRL, dl, NVT, LL, Shift); in ExpandIntRes_MUL() local 4031 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH); in ExpandIntRes_MUL() 4040 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLH), in ExpandIntRes_MUL()
|