Searched refs:SubSrc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEInstrInfo.cpp | 336 Register SubSrc = TRI->getSubReg(SrcReg, SubRegIdx[Idx]); in copyPhysSubRegs() local 337 assert(SubDest && SubSrc && "Bad sub-register"); in copyPhysSubRegs() 342 BuildMI(MBB, I, DL, MCID, SubDest).addReg(SubSrc).addImm(0); in copyPhysSubRegs() 347 BuildMI(MBB, I, DL, MCID, SubDest).addReg(VE::VM0).addReg(SubSrc); in copyPhysSubRegs()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MIRPrinter.cpp | 228 const auto &SubSrc = Sub.Src; in print() local 230 YamlMF.DebugValueSubstitutions.push_back({SubSrc.first, SubSrc.second, in print()
|