Home
last modified time | relevance | path

Searched defs:RegSubRegPairAndIdx (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h468 struct RegSubRegPairAndIdx : RegSubRegPair { struct
471 RegSubRegPairAndIdx(unsigned Reg = 0, unsigned SubReg = 0, argument
496 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp102 using RegSubRegPairAndIdx = TargetInstrInfo::RegSubRegPairAndIdx; typedef