Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h67 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
80 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
93 UpdatedDefs.push_back(DstReg); in tryCombineAnyExt()
140 UpdatedDefs.push_back(DstReg); in tryCombineZExt()
153 UpdatedDefs.push_back(DstReg); in tryCombineZExt()
195 UpdatedDefs.push_back(DstReg); in tryCombineSExt()
310 UpdatedDefs.push_back(DstReg); in tryCombineTrunc()
509 UpdatedDefs.push_back(DstReg); in replaceRegOrBuildCopy()
520 UpdatedDefs.push_back(SrcReg); in replaceRegOrBuildCopy()
1017 UpdatedDefs.push_back(DstReg); in tryCombineExtract()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp720 SmallVector<Register, 4> UpdatedDefs; in combineAwayG_UNMERGE_VALUES() local
723 UpdatedDefs, Observer); in combineAwayG_UNMERGE_VALUES()