Home
last modified time | relevance | path

Searched refs:ReconstructShuffle (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-ext.ll94 ; Tests for ReconstructShuffle function. Indices have to be carefully
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h869 SDValue ReconstructShuffle(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp7997 if (SDValue shuffle = ReconstructShuffle(Op, DAG)) in LowerBUILD_VECTOR()
8063 SDValue ARMTargetLowering::ReconstructShuffle(SDValue Op, in ReconstructShuffle() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dvext.ll175 ; Tests for ReconstructShuffle function. Indices have to be carefully
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h560 SDValue ReconstructShuffle(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp9354 SDValue AArch64TargetLowering::ReconstructShuffle(SDValue Op, in ReconstructShuffle() function in AArch64TargetLowering
11406 if (SDValue shuffle = ReconstructShuffle(Op, DAG)) in LowerBUILD_VECTOR()