Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp147 if (SI.first == SourceReg && in phiInfoElementRemoveSource()
173 if (SI.first == SourceReg && in findPHIInfoElementFromSource()
1479 MIB.addReg(SourceReg); in shrinkPHI()
1521 MIB.addReg(SourceReg); in replacePHI()
1571 MIB.addReg(SourceReg); in replaceEntryPHI()
1984 SourceReg, IsLastDef); in insertChainedPHI()
2086 unsigned SourceReg = (*SRI).first; in prunePHIInfo() local
2135 unsigned SourceReg = (*SRI).first; in createEntryPHI() local
2146 unsigned SourceReg = (*SRI).first; in createEntryPHI() local
2174 MIB.addReg(SourceReg); in createEntryPHI()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2362 MCOperand SourceReg = Inst.getOperand(1); in emitPseudoExtend() local
2371 .addOperand(SourceReg) in emitPseudoExtend()