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/ |
D | HexagonAsmParser.cpp | 1771 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/ |
D | PeepholeOptimizer.cpp | 771 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()
|
D | RegAllocPBQP.cpp | 148 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/ |
D | MipsDisassembler.cpp | 545 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/ |
D | MipsMCCodeEmitter.cpp | 217 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/ |
D | MipsAsmParser.cpp | 2290 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/ |
D | X86ISelLowering.cpp | 4247 for (auto const &RegPair : RegsToPass) in LowerCall() local 4248 for (MCSubRegIterator SubRegs(RegPair.first, TRI, /*IncludeSelf=*/true); in LowerCall()
|