Searched refs:LowerShift (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.h | 137 SDValue LowerShift(SDValue Op, SelectionDAG &DAG) const;
|
H A D | WebAssemblyISelLowering.cpp | 1496 return LowerShift(Op, DAG); in LowerOperation() 2392 SDValue WebAssemblyTargetLowering::LowerShift(SDValue Op, in LowerShift() function in WebAssemblyTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6660 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 10604 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8348 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, 8428 return LowerShift(Res, Subtarget, DAG); in lowerBuildVectorToBitOp() 29463 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 32464 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|