Searched refs:LowerShift (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.h | 105 SDValue LowerShift(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | WebAssemblyISelLowering.cpp | 909 return LowerShift(Op, DAG); in LowerOperation() 1186 SDValue WebAssemblyTargetLowering::LowerShift(SDValue Op, in LowerShift() function in WebAssemblyTargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5450 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 8031 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24435 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 26268 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|