Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1045 auto *GBuildVec = cast<GBuildVector>(&MI); in matchLowerBuildToInsertVecElt() local
1048 for (unsigned I = 0; I < GBuildVec->getNumSources(); ++I) { in matchLowerBuildToInsertVecElt()
1050 getAnyConstantVRegValWithLookThrough(GBuildVec->getSourceReg(I), MRI); in matchLowerBuildToInsertVecElt()
1061 auto *GBuildVec = cast<GBuildVector>(&MI); in applyLowerBuildToInsertVecElt() local
1062 LLT DstTy = MRI.getType(GBuildVec->getReg(0)); in applyLowerBuildToInsertVecElt()
1065 for (unsigned I = 0; I < GBuildVec->getNumSources(); ++I) { in applyLowerBuildToInsertVecElt()
1066 Register SrcReg = GBuildVec->getSourceReg(I); in applyLowerBuildToInsertVecElt()
1073 B.buildCopy(GBuildVec->getReg(0), DstReg); in applyLowerBuildToInsertVecElt()
1074 GBuildVec->eraseFromParent(); in applyLowerBuildToInsertVecElt()