Searched defs:ShiftRightLo (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/ |
D | LoongArchISelLowering.cpp | 901 SDValue ShiftRightLo = in lowerShiftLeftParts() local 950 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 757 SDValue ShiftRightLo = in lowerShiftLeftParts() local 805 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/ |
D | M68kISelLowering.cpp | 3304 SDValue ShiftRightLo = in LowerShiftLeftParts() local 3354 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in LowerShiftRightParts() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2586 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, ShiftRight1Lo, Not); in lowerShiftLeftParts() local 2625 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2190 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, ShiftRight1Lo, Not); in lowerShiftLeftParts() local 2229 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2596 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, ShiftRight1Lo, Not); in lowerShiftLeftParts() local 2635 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 4793 SDValue ShiftRightLo = in lowerShiftLeftParts() local 4841 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts() local
|