Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.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()
DRegAllocPBQP.cpp148 using RegPair = std::pair<unsigned, unsigned>; typedef in __anon0da5c47a0111::RegAllocPBQP
149 using CoalesceMap = std::map<RegPair, PBQP::PBQPNum>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp217 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); in encodeInstruction() local
218 Binary = (Binary & 0xFFFFFC7F) | (RegPair << 7); in encodeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2290 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || in processInstruction() local
2298 if (!RegPair) in processInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp4247 for (auto const &RegPair : RegsToPass) in LowerCall() local
4248 for (MCSubRegIterator SubRegs(RegPair.first, TRI, /*IncludeSelf=*/true); in LowerCall()