Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h450 struct RegSubRegPair { struct
454 RegSubRegPair(unsigned Reg = 0, unsigned SubReg = 0) argument
457 bool operator==(const RegSubRegPair& P) const { argument
473 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNDPPCombine.cpp70 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon956178c30111::GCNDPPCombine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPeepholeOptimizer.cpp101 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef