Searched refs:Slot (Results 26 - 50 of 79) sorted by relevance

1234

/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_init.h571 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REQUEST
617 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REPLY
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp272 OS.indent(indent) << "EmitConvertToTarget " << Slot << '\n';
286 << " Slot=" << Slot << '\n';
H A DCodeGenDAGPatterns.cpp3290 TreePatternNodePtr &Slot = InstInputs[Pat->getName()];
3291 if (!Slot) {
3292 Slot = Pat;
3296 if (Slot->isLeaf()) {
3297 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef();
3299 assert(Slot->getNumChildren() == 0 && "can't be a use with children!");
3300 SlotRec = Slot->getOperator();
3307 Slot->UpdateNodeType(0, Pat->getExtType(0), I);
3308 Pat->UpdateNodeType(0, Slot->getExtType(0), I);
3309 if (Slot
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp349 int Slot = MST.getLocalSlot(V); local
350 if (Slot == -1)
352 Slots2Values.insert(std::make_pair(unsigned(Slot), V));
369 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { argument
372 auto ValueInfo = Slots2Values.find(Slot);
545 const BasicBlock *getIRBlock(unsigned Slot);
546 const BasicBlock *getIRBlock(unsigned Slot, const Function &F);
3110 int Slot = MST.getLocalSlot(&BB);
3111 if (Slot == -1)
3113 Slots2BasicBlocks.insert(std::make_pair(unsigned(Slot),
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp694 std::unique_ptr<ConstantInt> &Slot = pImpl->IntConstants[V]; local
695 if (!Slot) {
698 Slot.reset(new ConstantInt(ITy, V));
700 assert(Slot->getType() == IntegerType::get(Context, V.getBitWidth()));
701 return Slot.get();
865 std::unique_ptr<ConstantFP> &Slot = pImpl->FPConstants[V]; local
867 if (!Slot) {
884 Slot.reset(new ConstantFP(Ty, V));
887 return Slot.get();
2562 auto &Slot
2591 StringMap<ConstantDataSequential*>::iterator Slot = local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h275 unsigned Slot,
H A DR600InstrInfo.cpp422 llvm_unreachable("Wrong Swizzle for Trans Slot");
1287 return Ops[Slot]; \
1290 static unsigned getSlotedOps(unsigned Op, unsigned Slot) {
1317 MachineBasicBlock &MBB, MachineInstr *MI, unsigned Slot, unsigned DstReg)
1327 getOperandIdx(MI->getOpcode(), getSlotedOps(R600::OpName::src0, Slot)));
1329 getOperandIdx(MI->getOpcode(), getSlotedOps(R600::OpName::src1, Slot)));
1350 getSlotedOps(R600::OpName::pred_sel, Slot)));
1356 getOperandIdx(MI->getOpcode(), getSlotedOps(Operands[i], Slot)));
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c545 "%d and handle 0x%x at Enclosure handle 0x%x, Slot "
551 le16toh(event_data->Slot));
556 "handle 0x%x at Enclosure handle 0x%x, Slot %d",
562 le16toh(event_data->Slot));
567 "handle 0x%x at Enclosure handle 0x%x, Slot %d",
573 le16toh(event_data->Slot));
929 targ->encl_slot = le16toh(config_page.Slot);
1340 targ->encl_slot = le16toh(config_page.Slot);
H A Dmpr_table.c287 MPR_PRINTFIELD(sc, buf, Slot, %d);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp191 unsigned Slot = getSlot(RegNo);
192 return Slot < StackTop && Stack[Slot] == RegNo;
1471 unsigned Slot = getSlot(SrcFP); local
1472 Stack[Slot] = DstFP;
1473 RegMap[DstFP] = Slot;
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas_lsi.c463 "%d and handle 0x%x at Enclosure handle 0x%x, Slot "
468 le16toh(event_data->EnclosureHandle), le16toh(event_data->Slot));
473 "handle 0x%x at Enclosure handle 0x%x, Slot %d",
477 le16toh(event_data->EnclosureHandle), le16toh(event_data->Slot));
482 "handle 0x%x at Enclosure handle 0x%x, Slot %d",
486 le16toh(event_data->EnclosureHandle), le16toh(event_data->Slot));
740 targ->encl_slot = le16toh(config_page.Slot);
H A Dmps_table.c265 MPS_PRINTFIELD(sc, buf, Slot, %d);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp364 ReturnValueSlot Slot; local
367 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
371 RValue RV = EmitCall(*CurFnInfo, CGCallee::forDirect(Callee, CurGD), Slot,
381 if (!ResultType->isVoidType() && Slot.isNull())
H A DCGExprCXX.cpp965 AggValueSlot Slot local
972 CGF.EmitAggExpr(Init, Slot);
1036 AggValueSlot Slot = local
1044 EmitAggExpr(ILE->getInit(0), Slot);
H A DCGExpr.cpp824 llvm::Value *Slot = Builder.CreateAnd(Hash, local
827 llvm::Value *Indices[] = { Builder.getInt32(0), Slot };
4766 AggValueSlot Slot = CreateAggTemp(E->getType()); local
4767 EmitCXXConstructExpr(E, Slot);
4768 return MakeAddrLValue(Slot.getAddress(), E->getType(), AlignmentSource::Decl);
4788 AggValueSlot Slot = CreateAggTemp(E->getType(), "temp.lvalue"); local
4789 Slot.setExternallyDestructed();
4790 EmitAggExpr(E->getSubExpr(), Slot);
4791 EmitCXXTemporary(E->getTemporary(), E->getType(), Slot.getAddress());
4792 return MakeAddrLValue(Slot
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1465 int Slot = Ent.first.first; local
1466 LiveInterval &OrigLI = *StackSlotToOrigLI[Slot];
1473 dbgs() << "\nFor Slot" << Slot << " and VN" << OrigVNI->id << ":\n"
1498 LiveInterval &StackIntvl = LSS.getInterval(Slot);
1508 TII.storeRegToStackSlot(*BB, MI, LiveReg, false, Slot,
H A DMachineBasicBlock.cpp311 int Slot = MST.getLocalSlot(BB);
312 if (Slot == -1)
315 OS << (Twine("%ir-block.") + Twine(Slot)).str();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp536 auto Slot = getSwiftErrorSlot(ValueTy); local
537 MappedResult = Builder.CreateLoad(ValueTy, Slot);
542 auto Slot = getSwiftErrorSlot(ValueTy); local
543 Builder.CreateStore(Value, Slot);
544 MappedResult = Slot;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1094 StringRef Slot = S.getNameForSlot(i); local
1095 if (Slot.substr(Slot.size() - 8).equals_lower("delegate")) {
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h592 bit32 Slot; member in struct:_TSTMTID_CARD_LOCATION_INFO
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h298 Slot, member in class:llvm::pdb::PDB_Checksum::PDB_LocType
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp413 SrcMgr::ContentCache *&Slot = FileInfos[FileInfo.first]; local
414 if (Slot)
416 Slot = CloneContentCache(FileInfo.second);
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c472 "Enc", "Slot", "Wdt");
539 snprintf(slot, 3, "%02d", device->Slot);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp162 CASE_OUTPUT_ENUM_CLASS_STR(PDB_LocType, Slot, "slot", OS)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h270 static void printIRSlotNumber(raw_ostream &OS, int Slot);

Completed in 412 milliseconds

1234