Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h75 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
88 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
101 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
151 UpdatedDefs.push_back(DstReg); in tryCombineZExt()
164 UpdatedDefs.push_back(DstReg); in tryCombineZExt()
207 UpdatedDefs.push_back(DstReg); in tryCombineSExt()
323 UpdatedDefs.push_back(DstReg); in tryCombineTrunc()
523 UpdatedDefs.push_back(DstReg); in replaceRegOrBuildCopy()
534 UpdatedDefs.push_back(SrcReg); in replaceRegOrBuildCopy()
1059 UpdatedDefs.push_back(DstReg); in tryCombineExtract()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp718 SmallVector<Register, 4> UpdatedDefs; in combineAwayG_UNMERGE_VALUES() local
721 UpdatedDefs, Observer); in combineAwayG_UNMERGE_VALUES()