Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h78 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
91 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
104 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
166 UpdatedDefs.push_back(DstReg); in tryCombineZExt()
179 UpdatedDefs.push_back(DstReg); in tryCombineZExt()
222 UpdatedDefs.push_back(DstReg); in tryCombineSExt()
337 UpdatedDefs.push_back(DstReg); in tryCombineTrunc()
554 UpdatedDefs.push_back(DstReg); in replaceRegOrBuildCopy()
565 UpdatedDefs.push_back(SrcReg); in replaceRegOrBuildCopy()
1278 UpdatedDefs.push_back(DstReg); in tryCombineExtract()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp724 SmallVector<Register, 4> UpdatedDefs; in combineAwayG_UNMERGE_VALUES() local
727 UpdatedDefs, Observer); in combineAwayG_UNMERGE_VALUES()