Searched refs:SourceReg (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 53 static void phiInfoElementAddSource(PHIInfoElementT *Info, unsigned SourceReg, 56 unsigned SourceReg, 59 PHIInfoElementT *findPHIInfoElementFromSource(unsigned SourceReg, 68 void addSource(unsigned DestReg, unsigned SourceReg, 70 void removeSource(unsigned DestReg, unsigned SourceReg, 72 bool findDest(unsigned SourceReg, MachineBasicBlock *SourceMBB, 126 unsigned SourceReg, in phiInfoElementAddSource() argument 134 assert((SI.second != SourceMBB || SourceReg == SI.first)); in phiInfoElementAddSource() 138 phiInfoElementGetSources(Info).insert(PHISourceT(SourceReg, SourceMBB)); in phiInfoElementAddSource() 142 unsigned SourceReg, in phiInfoElementRemoveSource() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | MCInstrDescView.cpp | 331 const int SourceReg = Op.getRegisterAliasing().getOrigin(Reg); in addOperandIfAlias() local 332 if (SourceReg >= 0) in addOperandIfAlias() 333 OperandValues.emplace_back(&Op, SourceReg); in addOperandIfAlias()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2356 MCOperand SourceReg = Inst.getOperand(1); in emitPseudoExtend() local 2365 .addOperand(SourceReg) in emitPseudoExtend()
|