Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp926 Register LastVPTReg = 0; in ReplaceConstByVPNOTs() local
943 LastVPTReg = 0; in ReplaceConstByVPNOTs()
958 LastVPTReg = 0; in ReplaceConstByVPNOTs()
963 if (LastVPTReg != 0 && LastVPTReg != VPR && LastVPTImm == Imm) { in ReplaceConstByVPNOTs()
964 MRI->clearKillFlags(LastVPTReg); in ReplaceConstByVPNOTs()
965 Instr.getOperand(PIdx + 1).setReg(LastVPTReg); in ReplaceConstByVPNOTs()
972 VPR = LastVPTReg; in ReplaceConstByVPNOTs()
973 } else if (LastVPTReg != 0 && LastVPTImm == NotImm) { in ReplaceConstByVPNOTs()
979 .addReg(LastVPTReg); in ReplaceConstByVPNOTs()
995 LastVPTReg = VPR; in ReplaceConstByVPNOTs()