Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h64 Register SrcReg = lookThroughCopyInstrs(MI.getOperand(1).getReg()); in tryCombineAnyExt()
118 Register SrcReg = lookThroughCopyInstrs(MI.getOperand(1).getReg()); in tryCombineZExt()
180 Register SrcReg = lookThroughCopyInstrs(MI.getOperand(1).getReg()); in tryCombineSExt()
238 Register SrcReg = lookThroughCopyInstrs(MI.getOperand(1).getReg()); in tryCombineTrunc()
1032 Register SrcReg = lookThroughCopyInstrs(MI.getOperand(1).getReg()); in tryCombineExtract()
1287 Register lookThroughCopyInstrs(Register Reg) { in lookThroughCopyInstrs() function