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.h206 SDValue performExtractVectorEltCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.cpp6865 if (SDValue Combined = performExtractVectorEltCombine(Op.getNode(), DCI)) in lowerEXTRACT_VECTOR_ELT()
13074 SDValue SITargetLowering::performExtractVectorEltCombine( in performExtractVectorEltCombine() function in SITargetLowering
14466 return performExtractVectorEltCombine(N, DCI); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18045 performExtractVectorEltCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, in performExtractVectorEltCombine() function
23979 return performExtractVectorEltCombine(N, DCI, Subtarget); in PerformDAGCombine()