Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTailDuplicator.h58 typedef TargetInstrInfo::RegSubRegPair RegSubRegPair; typedef
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h357 struct RegSubRegPair { struct
360 RegSubRegPair(unsigned Reg = 0, unsigned SubReg = 0) argument
366 struct RegSubRegPairAndIdx : RegSubRegPair { argument
370 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp70 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anonaddbac350111::GCNDPPCombine
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp101 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef