Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp60 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 DReduceRegisterDefs.cpp54 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 DHexagonAsmParser.cpp1355 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 DSPIRVDuplicatesTracker.cpp
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp197 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); in encodeInstruction() local
/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp2356 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 DPeepholeOptimizer.cpp833 for (const RegSubRegPair &RegPair : SrcRegs) { insertPHI() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2487 for (auto const &RegPair : RegsToPass) LowerCall() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4091 SDNode *RegPair = Select() local
/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2305 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || processInstruction() local