Searched refs:LowerShift (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 141 SDValue LowerShift(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 1481 return LowerShift(Op, DAG); in LowerOperation() 2375 SDValue WebAssemblyTargetLowering::LowerShift(SDValue Op, in LowerShift() function in WebAssemblyTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6643 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 10587 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 8205 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, 8286 return LowerShift(Res, Subtarget, DAG); in lowerBuildVectorToBitOp() 29161 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 31965 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|