Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600ISelLowering.cpp720 expandShiftParts(Op.getNode(), Lo, Hi, DAG); in LowerShiftParts()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h5242 void expandShiftParts(SDNode *N, SDValue &Lo, SDValue &Hi,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp8117 void TargetLowering::expandShiftParts(SDNode *Node, SDValue &Lo, SDValue &Hi, in expandShiftParts() function in TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp11257 expandShiftParts(Op.getNode(), Lo, Hi, DAG); in LowerShiftParts()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp19013 DAG.getTargetLoweringInfo().expandShiftParts(Op.getNode(), Lo, Hi, DAG); in LowerShiftParts()