Home
last modified time | relevance | path

Searched defs: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
1776 StringRef RegPair = Name; in processInstruction() local
1788 StringRef RegPair = Name; in processInstruction() local
1793 StringRef RegPair = Name; in processInstruction() local
1805 StringRef RegPair = Name; in processInstruction() local
1810 StringRef RegPair = Name; in processInstruction() local
1825 StringRef RegPair = Name; in processInstruction() local
1830 StringRef RegPair = Name; in processInstruction() local
1848 StringRef RegPair = Name; in processInstruction() local
1853 StringRef RegPair = Name; in processInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp148 using RegPair = std::pair<unsigned, unsigned>; typedef in __anon3c6e97390111::RegAllocPBQP
DPeepholeOptimizer.cpp771 for (const RegSubRegPair &RegPair : SrcRegs) { in insertPHI() local
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp2478 unsigned RegPair = fieldFromInstruction(Insn, 7, 3); in DecodeMovePOperands() local
2501 static DecodeStatus DecodeMovePRegPair(MCInst &Inst, unsigned RegPair, in DecodeMovePRegPair()
/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
/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