Searched refs:LowerShift (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 138 SDValue LowerShift(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 1435 return LowerShift(Op, DAG); in LowerOperation() 2283 SDValue WebAssemblyTargetLowering::LowerShift(SDValue Op, in LowerShift() function in WebAssemblyTargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6582 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 10448 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 10741 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, 10822 return LowerShift(Res, Subtarget, DAG); in lowerBuildVectorToBitOp() 30497 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 33277 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|