Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h503 struct RegSubRegPair { global() struct
507 SubRegRegSubRegPair global() argument
510 RegRegSubRegPair global() argument
526 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} RegSubRegPair() function
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp59 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; global() typedef in __anon8a91d09f0111::GCNDPPCombine
/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp99 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; global() typedef
[all...]