Searched refs:SubIndex (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utpredef.c | 478 UINT16 SubIndex; in AcpiUtGetArgumentTypes() local 484 SubIndex = 2; in AcpiUtGetArgumentTypes() 509 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex); in AcpiUtGetArgumentTypes() 510 SubIndex = 0; in AcpiUtGetArgumentTypes() 536 UINT16 SubIndex; in AcpiUtGetResourceBitWidth() local 541 SubIndex = 1; in AcpiUtGetResourceBitWidth() 548 strcat (Buffer, &(UtResourceTypeNames[i][SubIndex])); in AcpiUtGetResourceBitWidth() 549 SubIndex = 0; in AcpiUtGetResourceBitWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1078 int SubIndex; in getUserCost() local 1079 if (Shuffle->isExtractSubvectorMask(SubIndex)) in getUserCost() 1081 Shuffle->getShuffleMask(), SubIndex, in getUserCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2244 int SubIndex = -1; in isExtractSubvectorMask() local 2250 if (0 <= SubIndex && SubIndex != Offset) in isExtractSubvectorMask() 2252 SubIndex = Offset; in isExtractSubvectorMask() 2255 if (0 <= SubIndex && SubIndex + (int)Mask.size() <= NumSrcElts) { in isExtractSubvectorMask() 2256 Index = SubIndex; in isExtractSubvectorMask()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 5663 int SubIndex = VT == MVT::i16 ? X86::sub_16bit : X86::sub_8bit; in Select() local 5664 Result = CurDAG->getTargetExtractSubreg(SubIndex, dl, VT, Result); in Select() 5711 int SubIndex = VT == MVT::i16 ? X86::sub_16bit : X86::sub_8bit; in Select() local 5712 Result = CurDAG->getTargetExtractSubreg(SubIndex, dl, VT, Result); in Select()
|
| /freebsd-13.1/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 5706 IN UINT32 SubIndex,
|