Home
last modified time | relevance | path

Searched refs:getNumSubRegIndices (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCRegisterInfo.cpp33 assert(Idx && Idx < getNumSubRegIndices() && in getSubReg()
57 assert(Idx && Idx < getNumSubRegIndices() && in getSubRegIdxSize()
63 assert(Idx && Idx < getNumSubRegIndices() && in getSubRegIdxOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRInstPrinter.cpp93 if (MRI.getNumSubRegIndices() > 0) { in getPrettyRegisterName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h339 assert(SubIdx && SubIdx < getNumSubRegIndices() && in getSubRegIndexName()
349 assert(SubIdx < getNumSubRegIndices() && "This is not a subregister index"); in getSubRegIndexLaneMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFormMemoryClauses.cpp163 unsigned E = TRI->getNumSubRegIndices(); in forAllLanes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h491 unsigned getNumSubRegIndices() const { in getNumSubRegIndices() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp562 for (unsigned Idx = 1, E = TRI.getNumSubRegIndices(); Idx < E; ++Idx) { in buildCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp178 for (unsigned I = 1, E = TRI->getNumSubRegIndices(); I < E; ++I) in initNames2SubRegIndices()