Home
last modified time | relevance | path

Searched refs:SubIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c478 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-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1315 int NumSubElts, SubIndex; in getInstructionCost() local
1322 if (Shuffle->isExtractSubvectorMask(SubIndex)) in getInstructionCost()
1325 SubIndex, VecTy, Operands); in getInstructionCost()
1327 if (Shuffle->isInsertSubvectorMask(NumSubElts, SubIndex)) in getInstructionCost()
1330 CostKind, SubIndex, in getInstructionCost()
1378 if (Shuffle->isInsertSubvectorMask(NumSubElts, SubIndex)) in getInstructionCost()
1381 SubIndex, FixedVectorType::get(VecTy->getScalarType(), NumSubElts), in getInstructionCost()
1384 if (Shuffle->isSplice(SubIndex)) in getInstructionCost()
1387 SubIndex, nullptr, Operands); in getInstructionCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2323 int SubIndex = -1; in isExtractSubvectorMask() local
2329 if (0 <= SubIndex && SubIndex != Offset) in isExtractSubvectorMask()
2331 SubIndex = Offset; in isExtractSubvectorMask()
2334 if (0 <= SubIndex && SubIndex + (int)Mask.size() <= NumSrcElts) { in isExtractSubvectorMask()
2335 Index = SubIndex; in isExtractSubvectorMask()
/freebsd-14.2/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5706 IN UINT32 SubIndex,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp6158 int SubIndex = VT == MVT::i16 ? X86::sub_16bit : X86::sub_8bit; in Select() local
6159 Result = CurDAG->getTargetExtractSubreg(SubIndex, dl, VT, Result); in Select()
6179 int SubIndex = VT == MVT::i16 ? X86::sub_16bit : X86::sub_8bit; in Select() local
6180 Result = CurDAG->getTargetExtractSubreg(SubIndex, dl, VT, Result); in Select()