Searched refs:Slot (Results 51 - 75 of 85) sorted by relevance

1234

/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_table.c338 MPR_PRINTFIELD_16(sc, buf, Slot, %d);
H A Dmpr_mapping.c821 * When using Enc/Slot mapping, when a device is removed, it's mapping
1195 phy_change->slot = le16toh(sas_device_pg0.Slot);
1199 * When using Enc/Slot mapping, if this device is an enclosure
1351 port_change->slot = le16toh(pcie_device_pg0.Slot);
1355 * When using Enc/Slot mapping, if this device is an enclosure
1527 * When using Enc/Slot mapping, if a new enclosure was added and old
2358 * (as described above in Enc/Slot mapping).
/freebsd-13-stable/sys/dev/mps/
H A Dmps_table.c318 MPS_PRINTFIELD(sc, buf, Slot, %d);
H A Dmps_mapping.c837 * When using Enc/Slot mapping, when a device is removed, it's
1157 phy_change->slot = le16toh(sas_device_pg0.Slot);
1161 * When using Enc/Slot mapping, if this device is an enclosure
1337 * When using Enc/Slot mapping, if a new enclosure was added and old
1909 * (as described above in Enc/Slot mapping).
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp162 CASE_OUTPUT_ENUM_CLASS_STR(PDB_LocType, Slot, "slot", OS)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp843 llvm::Value *Slot = Builder.CreateAnd(Hash, local
846 llvm::Value *Indices[] = { Builder.getInt32(0), Slot };
4921 AggValueSlot Slot = CreateAggTemp(E->getType()); local
4922 EmitCXXConstructExpr(E, Slot);
4923 return MakeAddrLValue(Slot.getAddress(), E->getType(), AlignmentSource::Decl);
4943 AggValueSlot Slot = CreateAggTemp(E->getType(), "temp.lvalue"); local
4944 Slot.setExternallyDestructed();
4945 EmitAggExpr(E->getSubExpr(), Slot);
4946 EmitCXXTemporary(E->getTemporary(), E->getType(), Slot.getAddress());
4947 return MakeAddrLValue(Slot
[all...]
H A DCGCall.cpp3932 AggValueSlot Slot;
3934 Slot = createPlaceholderSlot(*this, type);
3936 Slot = CreateAggTemp(type, "agg.tmp");
3945 Slot.setExternallyDestructed();
3947 EmitAggExpr(E, Slot);
3948 RValue RV = Slot.asRValue();
3955 pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddress(),
H A DCGAtomic.cpp1532 AggValueSlot Slot) {
1541 return EmitAtomicLoad(LV, SL, AO, IsVolatile, Slot);
2046 AggValueSlot Slot) {
1531 EmitAtomicLoad(LValue LV, SourceLocation SL, AggValueSlot Slot) argument
2043 EmitAtomicCompareExchange( LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, llvm::AtomicOrdering Success, llvm::AtomicOrdering Failure, bool IsWeak, AggValueSlot Slot) argument
H A DCGBlocks.cpp975 AggValueSlot Slot = local
981 EmitAggExpr(copyExpr, Slot);
H A DCGClass.cpp707 AggValueSlot Slot = AggValueSlot::forLValue( local
713 EmitAggExpr(Init, Slot);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp421 SrcMgr::ContentCache *&Slot = FileInfos[FileInfo.first]; local
422 if (Slot)
424 Slot = CloneContentCache(FileInfo.second);
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h820 U16 Slot; /* 0x16 */ member in struct:_MPI2_MANPAGE7_CONNECTOR_INFO
861 /* defines for the Slot field */
2713 U16 Slot; /* 0x08 */ member in struct:_MPI2_CONFIG_PAGE_SAS_DEV_0
3560 U16 Slot; /* 0x08 */ member in struct:_MPI26_CONFIG_PAGE_PCIEDEV_0
H A Dmpi2_ioc.h836 U16 Slot; /* 0x08 */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h630 U16 Slot; /* 0x16 */ member in struct:_MPI2_MANPAGE7_CONNECTOR_INFO
2194 U16 Slot; /* 0x08 */ member in struct:_MPI2_CONFIG_PAGE_SAS_DEV_0
H A Dmpi2_ioc.h639 U16 Slot; /* 0x08 */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlreg.h740 uint8_t Slot; // Slot=0 if regular, Slot=1 if short. member in struct:__anon13458
/freebsd-13-stable/usr.sbin/mpsutil/
H A Dmps_cmd.c295 req.Slot = slot;
H A Dmps_show.c542 "Enc", "Slot", "Wdt");
609 snprintf(slot, 3, "%02d", le16toh(device->Slot));
/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h255 * Added Enclosure/Slot boot device format to BIOS Page 2.
263 * Added Slot and Enclosure fields to SAS Device Page 0.
274 * Added Direct Attach Starting Slot Number define for SAS
775 U16 Slot; /* 16h */ member in struct:_MPI_MANPAGE7_CONNECTOR_INFO
2841 U16 Slot; /* 08h */ member in struct:_CONFIG_PAGE_SAS_DEVICE_0
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1535 AllocaInst *Slot = cast<AllocaInst>(CI.getArgOperand(1)); local
1536 int FI = getOrCreateFrameIndex(*Slot);
1540 GuardVal, getOrCreateVReg(*Slot),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2770 const AllocaInst *Slot = cast<AllocaInst>(II->getArgOperand(1)); local
2772 MFI.setStackProtectorIndex(FuncInfo.StaticAllocaMap[Slot]);
2776 if (!X86SelectAddress(Slot, AM)) return false;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3491 auto CloseNewDVRange = [this, &ToInsert](SlotIndex Slot) {
3493 DbgVRegToValues[X->getDebugOperand(0).getReg()].push_back({Slot, X});
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6418 AllocaInst *Slot = cast<AllocaInst>(I.getArgOperand(1)); local
6420 int FI = FuncInfo.StaticAllocaMap[Slot];
6670 AllocaInst *Slot = cast<AllocaInst>(Arg); local
6671 assert(FuncInfo.StaticAllocaMap.count(Slot) &&
6673 int FI = FuncInfo.StaticAllocaMap[Slot];
9987 auto I = ArgCopyElisionFrameIndexMap.find(VI.Slot);
9989 VI.Slot = I->second;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5335 int Slot = StringSwitch<int>(Str)
5342 if (Slot == -1)
5346 Operands.push_back(AMDGPUOperand::CreateImm(this, Slot, S,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h482 struct Slot { struct in struct:clang::final::PragmaStack
487 Slot(llvm::StringRef StackSlotLabel, ValueType Value, function in struct:clang::final::PragmaStack::Slot
507 auto I = llvm::find_if(llvm::reverse(Stack), [&](const Slot &x) {
555 SmallVector<Slot, 2> Stack;

Completed in 652 milliseconds

1234