Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp1771 StringRef RegPair = Name; in processInstruction() local
1772 Rs.setReg(matchRegister(RegPair)); in processInstruction()
1776 StringRef RegPair = Name; in processInstruction() local
1777 Rs.setReg(matchRegister(RegPair)); in processInstruction()
1788 StringRef RegPair = Name; in processInstruction() local
1789 Rs.setReg(matchRegister(RegPair)); in processInstruction()
1793 StringRef RegPair = Name; in processInstruction() local
1794 Rs.setReg(matchRegister(RegPair)); in processInstruction()
1805 StringRef RegPair = Name; in processInstruction() local
1806 Rt.setReg(matchRegister(RegPair)); in processInstruction()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPeepholeOptimizer.cpp771 for (const RegSubRegPair &RegPair : SrcRegs) { in insertPHI() local
772 MIB.addReg(RegPair.Reg, 0, RegPair.SubReg); in insertPHI()
777 MRI.clearKillFlags(RegPair.Reg); in insertPHI()
HDRegAllocPBQP.cpp148 using RegPair = std::pair<unsigned, unsigned>; typedef in __anoncf016e270111::RegAllocPBQP
149 using CoalesceMap = std::map<RegPair, PBQP::PBQPNum>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
HDMipsDisassembler.cpp545 static DecodeStatus DecodeMovePRegPair(MCInst &Inst, unsigned RegPair,
2478 unsigned RegPair = fieldFromInstruction(Insn, 7, 3); in DecodeMovePOperands() local
2479 if (DecodeMovePRegPair(Inst, RegPair, Address, Decoder) == in DecodeMovePOperands()
2501 static DecodeStatus DecodeMovePRegPair(MCInst &Inst, unsigned RegPair, in DecodeMovePRegPair() argument
2503 switch (RegPair) { in DecodeMovePRegPair()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCCodeEmitter.cpp217 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); in encodeInstruction() local
218 Binary = (Binary & 0xFFFFFC7F) | (RegPair << 7); in encodeInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp2290 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || in processInstruction() local
2298 if (!RegPair) in processInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp4247 for (auto const &RegPair : RegsToPass) in LowerCall() local
4248 for (MCSubRegIterator SubRegs(RegPair.first, TRI, /*IncludeSelf=*/true); in LowerCall()