Searched refs:LowerShift (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 138 SDValue LowerShift(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 1430 return LowerShift(Op, DAG); in LowerOperation() 2383 SDValue WebAssemblyTargetLowering::LowerShift(SDValue Op, in LowerShift() function in WebAssemblyTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6555 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 10374 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 10617 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, 10698 return LowerShift(Res, Subtarget, DAG); in lowerBuildVectorToBitOp() 29901 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 32323 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|