/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMoveMerger.cpp | 60 bool RISCVMoveMerge::isCandidateToMergeMVA01S(const DestSourcePair &RegPair) { in isCandidateToMergeMVA01S() 71 bool RISCVMoveMerge::isCandidateToMergeMVSA01(const DestSourcePair &RegPair) { in isCandidateToMergeMVSA01() 125 const DestSourcePair &RegPair) { in findMatchingInst() 186 auto RegPair = TII->isCopyInstrImpl(*MBBI); in mergeMoveSARegPair() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1298 __anon453836c60302(RegPairVals RegPair) processInstruction() argument 1304 __anon453836c60402(unsigned RegPair) processInstruction() argument 1311 const RegPairVals RegPair = processInstruction() local 1407 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); processInstruction() local 1417 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); processInstruction() local 1428 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); processInstruction() local 1440 const std::pair<unsigned, unsigned> RegPair = GetVecRegs(MO.getReg()); processInstruction() local 1780 StringRef RegPair = Name; processInstruction() local 1785 StringRef RegPair = Name; processInstruction() local 1797 StringRef RegPair = Name; processInstruction() local 1802 StringRef RegPair = Name; processInstruction() local 1814 StringRef RegPair = Name; processInstruction() local 1819 StringRef RegPair = Name; processInstruction() local 1834 StringRef RegPair = Name; processInstruction() local 1839 StringRef RegPair = Name; processInstruction() local 1857 StringRef RegPair = Name; processInstruction() local 1862 StringRef RegPair = Name; processInstruction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.cpp | 22 for (auto &RegPair : TPair.second) { in prebuildReg2Entry() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCCodeEmitter.cpp | 197 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); in encodeInstruction() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 834 MIB.addReg(RegPair.Reg, 0, RegPair.SubReg); in insertPHI() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 2474 for (auto const &RegPair : RegsToPass) LowerCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 4090 SDNode *RegPair = Select() local
|
/freebsd-src/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
|