Searched refs:LLH (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | int-conv-06.ll | 35 ; Check LLH with no displacement. 45 ; Check the high end of the LLH range. 69 ; Check the high end of the negative LLH range. 80 ; Check the low end of the LLH range. 104 ; Check that LLH allows an index 118 ; to use LLH if possible.
|
| H A D | int-conv-11.ll | 179 ; Same again with i16, which should use LLH(H).
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 653 // while zero-extending loads have only the long LLH. 733 // 32-bit extensions from 16-bit memory. LLHMux expands to LLH or LLHH, 737 def LLH : UnaryRXY<"llh", 0xE395, azextloadi16, GR32, 2>;
|
| H A D | SystemZInstrInfo.cpp | 1382 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 | SystemZScheduleZ15.td | 268 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
|
| H A D | SystemZScheduleZ14.td | 264 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3686 SDValue LLH = DAG.getNode(ISD::SRL, dl, NVT, LL, Shift); in ExpandIntRes_MUL() local 3690 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH); in ExpandIntRes_MUL() 3699 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLH), in ExpandIntRes_MUL()
|