Home
last modified time | relevance | path

Searched defs:RegSubRegPair (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h464 struct RegSubRegPair { struct
468 RegSubRegPair(Register Reg = Register(), unsigned SubReg = 0) argument
471 bool operator==(const RegSubRegPair& P) const { argument
487 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp59 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon8428498d0111::GCNDPPCombine
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp101 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef
1395 MachineInstr &MI, DenseMap<RegSubRegPair, MachineInstr *> &CopyMIs) { in foldRedundantCopy()