Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h366 struct RegSubRegPairAndIdx : RegSubRegPair { struct
368 RegSubRegPairAndIdx(unsigned Reg = 0, unsigned SubReg = 0, argument
392 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h437 struct RegSubRegPairAndIdx : RegSubRegPair { struct
440 RegSubRegPairAndIdx(unsigned Reg = 0, unsigned SubReg = 0, argument
465 SmallVectorImpl<RegSubRegPairAndIdx> &InputRegs) const; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp102 using RegSubRegPairAndIdx = TargetInstrInfo::RegSubRegPairAndIdx; typedef