Searched refs:LowerShift (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 152 SDValue LowerShift(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 1320 return LowerShift(Op, DAG); in LowerOperation() 2106 SDValue WebAssemblyTargetLowering::LowerShift(SDValue Op, in LowerShift() function in WebAssemblyTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6454 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 10155 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 9901 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, 9982 return LowerShift(Res, Subtarget, DAG); in lowerBuildVectorToBitOp() 28441 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 30543 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|