Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1301 auto GetRegPair = [this, r](RegPairVals RegPair) { in processInstruction()
1307 auto GetScalarRegs = [RI, GetRegPair](unsigned RegPair) { in processInstruction()
1314 const RegPairVals RegPair = in processInstruction() local
1410 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1420 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1431 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1443 const std::pair<unsigned, unsigned> RegPair = GetVecRegs(MO.getReg()); in processInstruction() local
1783 StringRef RegPair = Name; in processInstruction() local
1788 StringRef RegPair = Name; in processInstruction() local
1800 StringRef RegPair = Name; in processInstruction() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp217 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); in encodeInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp2478 unsigned RegPair = fieldFromInstruction(Insn, 7, 3); in DecodeMovePOperands() local
2501 static DecodeStatus DecodeMovePRegPair(MCInst &Inst, unsigned RegPair, in DecodeMovePRegPair()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp776 for (const RegSubRegPair &RegPair : SrcRegs) { in insertPHI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3869 SDNode *RegPair = in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2306 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || in processInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4404 for (auto const &RegPair : RegsToPass) in LowerCall() local