Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h503 struct RegSubRegPair { struct
507 RegSubRegPair(Register Reg = Register(), unsigned SubReg = 0) argument
510 bool operator==(const RegSubRegPair& P) const { argument
526 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp59 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon1318784c0111::GCNDPPCombine
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp99 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef