Home
last modified time | relevance | path

Searched defs:RegSubRegPair (Results 1 – 8 of 8) 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/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h457 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/
DGCNDPPCombine.cpp70 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon01ff1f570111::GCNDPPCombine
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp70 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon5ec914630111::GCNDPPCombine
/external/llvm-project/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp101 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef
1395 MachineInstr &MI, DenseMap<RegSubRegPair, MachineInstr *> &CopyMIs) { in foldRedundantCopy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp101 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef