/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
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceRegisterDefs.cpp | 54 TargetInstrInfo::RegSubRegPair RegPair(MO.getReg(), MO.getSubReg()); in removeDefsFromFunction() local 76 TargetInstrInfo::RegSubRegPair RegPair(MO.getReg(), MO.getSubReg()); in removeDefsFromFunction() local
|
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1355 const std::string R1 = r + utostr(RegPair.first); in processInstruction() argument 1361 const unsigned Lower = RI->getEncodingValue(RegPair); in processInstruction() argument 1368 const RegPairVals RegPair = processInstruction() local 1464 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); processInstruction() local 1474 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); processInstruction() local 1485 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); processInstruction() local 1497 const std::pair<unsigned, unsigned> RegPair = GetVecRegs(MO.getReg()); processInstruction() local 1837 StringRef RegPair = Name; processInstruction() local 1842 StringRef RegPair = Name; processInstruction() local 1854 StringRef RegPair = Name; processInstruction() local 1859 StringRef RegPair = Name; processInstruction() local 1871 StringRef RegPair = Name; processInstruction() local 1876 StringRef RegPair = Name; processInstruction() local 1891 StringRef RegPair = Name; processInstruction() local 1896 StringRef RegPair = Name; processInstruction() local 1914 StringRef RegPair = Name; processInstruction() local 1919 StringRef RegPair = Name; processInstruction() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVDuplicatesTracker.cpp |
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCCodeEmitter.cpp | 197 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); in encodeInstruction() local
|
/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 2356 if (DecodeMovePRegPair(Inst, RegPair, Address, Decoder) == in DecodeMovePOperands() local 2379 DecodeMovePRegPair(MCInst & Inst,unsigned RegPair,uint64_t Address,const MCDisassembler * Decoder) DecodeMovePRegPair() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 833 for (const RegSubRegPair &RegPair : SrcRegs) { insertPHI() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 2487 for (auto const &RegPair : RegsToPass) LowerCall() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 4091 SDNode *RegPair = Select() local
|
/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2305 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || processInstruction() local
|