Searched defs:RegPair (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMoveMerger.cpp | 62 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 D | HexagonAsmParser.cpp | 1355 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 D | SPIRVDuplicatesTracker.cpp | 22 for (auto &RegPair : TPair.second) { in prebuildReg2Entry() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCCodeEmitter.cpp | 215 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); encodeInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 2356 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 D | PeepholeOptimizer.cpp | 833 for (const RegSubRegPair &RegPair : SrcRegs) { in insertPHI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 2487 for (auto const &RegPair : RegsToPass) in LowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 4091 SDNode *RegPair = in Select() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2305 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || in processInstruction() local
|