Searched defs:CompShift (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 804 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); in LowerSHLParts() local 842 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); in LowerSRXParts() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 978 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); in LowerSHLParts() local 1016 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift); in LowerSRXParts() local
|