Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp62 Register Source = RegPair.Source->getReg(); in isCandidateToMergeMVA01S() argument
73 Register Source = RegPair.Source->getReg(); in isCandidateToMergeMVSA01() argument
127 findMatchingInst(MachineBasicBlock::iterator & MBBI,unsigned InstOpcode,const DestSourcePair & RegPair) findMatchingInst() argument
188 auto RegPair = TII->isCopyInstrImpl(*MBBI); mergeMoveSARegPair() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1355 auto GetRegPair = [this, r](RegPairVals RegPair) { in processInstruction()
1361 auto GetScalarRegs = [RI, GetRegPair](unsigned RegPair) { in processInstruction()
1368 const RegPairVals RegPair = in processInstruction() local
1464 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1474 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1485 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1497 const std::pair<unsigned, unsigned> RegPair = GetVecRegs(MO.getReg()); in processInstruction() local
1837 StringRef RegPair = Name; in processInstruction() local
1842 StringRef RegPair = Name; in processInstruction() local
1854 StringRef RegPair = Name; in processInstruction() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp22 for (auto &RegPair : TPair.second) { in prebuildReg2Entry() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp215 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); encodeInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp2356 unsigned RegPair = fieldFromInstruction(Insn, 7, 3); in DecodeMovePOperands() local
2379 static DecodeStatus DecodeMovePRegPair(MCInst &Inst, unsigned RegPair, in DecodeMovePRegPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp833 for (const RegSubRegPair &RegPair : SrcRegs) { in insertPHI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2487 for (auto const &RegPair : RegsToPass) in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4091 SDNode *RegPair = in Select() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2305 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || in processInstruction() local