Searched refs:SubIndex (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
| H A D | utpredef.c | 370 UINT16 SubIndex; in AcpiUtGetArgumentTypes() local 376 SubIndex = 2; in AcpiUtGetArgumentTypes() 401 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex); in AcpiUtGetArgumentTypes() 402 SubIndex = 0; in AcpiUtGetArgumentTypes() 428 UINT16 SubIndex; in AcpiUtGetResourceBitWidth() local 433 SubIndex = 1; in AcpiUtGetResourceBitWidth() 440 strcat (Buffer, &(UtResourceTypeNames[i][SubIndex])); in AcpiUtGetResourceBitWidth() 441 SubIndex = 0; in AcpiUtGetResourceBitWidth()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1075 int SubIndex; in getUserCost() local 1076 if (Shuffle->isExtractSubvectorMask(SubIndex)) in getUserCost() 1078 Shuffle->getShuffleMask(), SubIndex, in getUserCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2230 int SubIndex = -1; in isExtractSubvectorMask() local 2236 if (0 <= SubIndex && SubIndex != Offset) in isExtractSubvectorMask() 2238 SubIndex = Offset; in isExtractSubvectorMask() 2241 if (0 <= SubIndex && SubIndex + (int)Mask.size() <= NumSrcElts) { in isExtractSubvectorMask() 2242 Index = SubIndex; in isExtractSubvectorMask()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 5657 int SubIndex = VT == MVT::i16 ? X86::sub_16bit : X86::sub_8bit; in Select() local 5658 Result = CurDAG->getTargetExtractSubreg(SubIndex, dl, VT, Result); in Select() 5705 int SubIndex = VT == MVT::i16 ? X86::sub_16bit : X86::sub_8bit; in Select() local 5706 Result = CurDAG->getTargetExtractSubreg(SubIndex, dl, VT, Result); in Select()
|