Searched refs:LowerShiftLeftParts (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 533 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
|
D | NVPTXISelLowering.cpp | 1766 SDValue NVPTXTargetLowering::LowerShiftLeftParts(SDValue Op, in LowerShiftLeftParts() function in NVPTXTargetLowering 1844 return LowerShiftLeftParts(Op, DAG); in LowerOperation()
|
D | NVPTXInstrInfo.td | 1198 // NVPTXISelLowering (LowerShiftLeftParts and LowerShiftRightParts)
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 425 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
|
D | ARMISelLowering.cpp | 3295 SDValue ARMTargetLowering::LowerShiftLeftParts(SDValue Op, in LowerShiftLeftParts() function in ARMTargetLowering 4969 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 505 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
|
D | AArch64ISelLowering.cpp | 2380 return LowerShiftLeftParts(Op, DAG); in LowerOperation() 4487 SDValue AArch64TargetLowering::LowerShiftLeftParts(SDValue Op, in LowerShiftLeftParts() function in AArch64TargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 554 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
|
D | ARMISelLowering.cpp | 4553 SDValue ARMTargetLowering::LowerShiftLeftParts(SDValue Op, in LowerShiftLeftParts() function in ARMTargetLowering 7182 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
|