Home
last modified time | relevance | path

Searched refs:SubB (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
H A Dhelp.rs98 SubB(SubB), in app_help_heading_flattened()
109 enum SubB { in app_help_heading_flattened() enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp280 const TargetRegisterClass *RCB, unsigned SubB,
282 assert(RCA && SubA && RCB && SubB && "Invalid arguments");
301 std::swap(SubA, SubB);
318 // The indexes must compose identically: PreA+SubA == PreB+SubB.
319 unsigned FinalB = composeSubRegIndices(IB.getSubReg(), SubB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h372 /// MaskB = getSubRegIndexLaneMask(SubB);
375 /// SubB.
627 /// 1. PreA + SubA == PreB + SubB (using composeSubRegIndices()), and
637 /// SubA and SubB must not be 0. Use getMatchingSuperRegClass() instead.
646 const TargetRegisterClass *RCB, unsigned SubB,

Completed in 3 milliseconds