Searched defs:composeSubRegIndices (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetRegisterInfo.h425 /// composeSubRegIndices - Return the subregister index you get from composing
428 /// If R:a:b is the same register as R:c, then composeSubRegIndices(a, b)
429 /// returns c. Note that composeSubRegIndices does not tell you about illegal
431 /// b, composeSubRegIndices doesn't tell you.
437 virtual unsigned composeSubRegIndices(unsigned a, unsigned b) const { function in class:llvm::TargetRegisterInfo

Completed in 114 milliseconds