Searched defs:RegSubRegPair (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | TailDuplicator.h | 58 typedef TargetInstrInfo::RegSubRegPair RegSubRegPair; typedef
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 357 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/ |
D | TargetInstrInfo.h | 450 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/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 457 struct RegSubRegPair { struct 461 RegSubRegPair(Register Reg = Register(), unsigned SubReg = 0) argument 464 bool operator==(const RegSubRegPair& P) const { argument 480 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNDPPCombine.cpp | 70 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon01ff1f570111::GCNDPPCombine
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNDPPCombine.cpp | 70 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon5ec914630111::GCNDPPCombine
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 101 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef 1395 MachineInstr &MI, DenseMap<RegSubRegPair, MachineInstr *> &CopyMIs) { in foldRedundantCopy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 101 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef
|