Searched refs:RegPair (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1771 StringRef RegPair = Name; local
1772 Rs.setReg(matchRegister(RegPair));
1776 StringRef RegPair = Name; local
1777 Rs.setReg(matchRegister(RegPair));
1788 StringRef RegPair = Name; local
1789 Rs.setReg(matchRegister(RegPair));
1793 StringRef RegPair = Name; local
1794 Rs.setReg(matchRegister(RegPair));
1805 StringRef RegPair = Name; local
1806 Rt.setReg(matchRegister(RegPair));
1810 StringRef RegPair = Name; local
1825 StringRef RegPair = Name; local
1830 StringRef RegPair = Name; local
1848 StringRef RegPair = Name; local
1853 StringRef RegPair = Name; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp771 for (const RegSubRegPair &RegPair : SrcRegs) {
772 MIB.addReg(RegPair.Reg, 0, RegPair.SubReg);
774 // Since we're extended the lifetime of RegPair.Reg, clear the
775 // kill flags to account for that and make RegPair.Reg reaches
777 MRI.clearKillFlags(RegPair.Reg);
H A DRegAllocPBQP.cpp148 using RegPair = std::pair<unsigned, unsigned>;
149 using CoalesceMap = std::map<RegPair, PBQP::PBQPNum>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp545 static DecodeStatus DecodeMovePRegPair(MCInst &Inst, unsigned RegPair,
2478 unsigned RegPair = fieldFromInstruction(Insn, 7, 3); local
2479 if (DecodeMovePRegPair(Inst, RegPair, Address, Decoder) ==
2501 static DecodeStatus DecodeMovePRegPair(MCInst &Inst, unsigned RegPair, argument
2503 switch (RegPair) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp217 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); local
218 Binary = (Binary & 0xFFFFFC7F) | (RegPair << 7);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2290 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || local
2298 if (!RegPair)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4247 for (auto const &RegPair : RegsToPass)
4248 for (MCSubRegIterator SubRegs(RegPair.first, TRI, /*IncludeSelf=*/true);
[all...]

Completed in 390 milliseconds