Home
last modified time | relevance | path

Searched refs:performExtractVectorEltCombine (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h211 SDValue performExtractVectorEltCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.cpp7835 if (SDValue Combined = performExtractVectorEltCombine(Op.getNode(), DCI)) in lowerEXTRACT_VECTOR_ELT()
14185 SITargetLowering::performExtractVectorEltCombine(SDNode *N, in performExtractVectorEltCombine() function in SITargetLowering
15809 return performExtractVectorEltCombine(N, DCI); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19905 performExtractVectorEltCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, in performExtractVectorEltCombine() function
26874 return performExtractVectorEltCombine(N, DCI, Subtarget); in PerformDAGCombine()