Searched refs:LowerShift (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 121 SDValue LowerShift(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 1261 return LowerShift(Op, DAG); in LowerOperation() 2003 SDValue WebAssemblyTargetLowering::LowerShift(SDValue Op, in LowerShift() function in WebAssemblyTargetLowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6302 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 9878 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 9876 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, 9957 return LowerShift(Res, Subtarget, DAG); in lowerBuildVectorToBitOp() 28273 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 30364 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|