Home
last modified time | relevance | path

Searched refs:expandShiftParts (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp724 expandShiftParts(Op.getNode(), Lo, Hi, DAG); in LowerShiftParts()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5423 void expandShiftParts(SDNode *N, SDValue &Lo, SDValue &Hi,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8335 void TargetLowering::expandShiftParts(SDNode *Node, SDValue &Lo, SDValue &Hi, in expandShiftParts() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12083 expandShiftParts(Op.getNode(), Lo, Hi, DAG); in LowerShiftParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19718 DAG.getTargetLoweringInfo().expandShiftParts(Op.getNode(), Lo, Hi, DAG); in LowerShiftParts()