Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp147 if (SI.first == SourceReg && in phiInfoElementRemoveSource()
173 if (SI.first == SourceReg && in findPHIInfoElementFromSource()
1467 MIB.addReg(SourceReg); in shrinkPHI()
1509 MIB.addReg(SourceReg); in replacePHI()
1559 MIB.addReg(SourceReg); in replaceEntryPHI()
1957 SourceReg, IsLastDef); in insertChainedPHI()
2059 unsigned SourceReg = (*SRI).first; in prunePHIInfo() local
2107 unsigned SourceReg = (*SRI).first; in createEntryPHI() local
2118 unsigned SourceReg = (*SRI).first; in createEntryPHI() local
2146 MIB.addReg(SourceReg); in createEntryPHI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp139 Register SourceReg = SecondPair->Source->getReg(); in findMatchingInst() local
153 !ModifiedRegUnits.available(SourceReg)) in findMatchingInst()
159 if ((RegPair.Source->getReg() == SourceReg) || in findMatchingInst()
165 !ModifiedRegUnits.available(SourceReg)) in findMatchingInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3245 MCOperand SourceReg = Inst.getOperand(1); in emitPseudoExtend() local
3254 .addOperand(SourceReg) in emitPseudoExtend()