Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h494 struct RegSubRegPair { struct
498 RegSubRegPair(Register Reg = Register(), unsigned SubReg = 0) argument
501 bool operator==(const RegSubRegPair& P) const { argument
517 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp59 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon6f297f390111::GCNDPPCombine
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp99 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef
1408 MachineInstr &MI, DenseMap<RegSubRegPair, MachineInstr *> &CopyMIs) { in foldRedundantCopy()