/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.h | 121 SDValue LowerShift(SDValue Op, SelectionDAG &DAG) const;
|
H A D | WebAssemblyISelLowering.cpp | 1035 return LowerShift(Op, DAG); in LowerOperation() 1557 SDValue WebAssemblyTargetLowering::LowerShift(SDValue Op, in LowerShift() function in WebAssemblyTargetLowering
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4797 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 7179 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6087 static SDValue LowerShift(SDNode *N, SelectionDAG &DAG, in LowerShift() function 9321 case ISD::SRA: return LowerShift(Op.getNode(), DAG, Subtarget); in LowerOperation()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 10739 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, 10820 return LowerShift(Res, Subtarget, DAG); in lowerBuildVectorToBitOp() 30495 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 33263 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 20007 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 21743 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 26623 static SDValue LowerShift(SDValue Op, const X86Subtarget &Subtarget, in LowerShift() function 28633 case ISD::SHL: return LowerShift(Op, Subtarget, DAG); in LowerOperation()
|