Searched defs:Slot (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveStacks.cpp54 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { argument
78 int Slot = I->first; local
[all...]
H A DStackFrameLayoutAnalysisPass.cpp60 int Slot; member in struct:__anon1879::StackFrameLayoutAnalysisPass::SlotData
H A DStackColoring.cpp475 bool applyFirstUse(int Slot) { argument
571 int Slot = MO.getIndex(); local
586 int Slot = getStartOrEndSlot(MI); local
606 int Slot = MO.getIndex(); local
656 int Slot = getStartOrEndSlot(MI); local
683 int Slot = MO.getIndex(); local
741 int Slot = slots[0]; local
907 int Slot = VI.getStackSlot(); local
1140 int Slot = MO.getIndex(); local
[all...]
H A DMIRPrinter.cpp979 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; local
H A DMachineOperand.cpp511 std::optional<int> Slot; local
657 void MachineOperand::printIRSlotNumber(raw_ostream &OS, int Slot) { argument
661 OS << Slot; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp33 AllocaInst *Slot; local
126 AllocaInst *Slot; local
[all...]
/freebsd-current/contrib/bearssl/T0/
H A DWord.cs66 internal int Slot { property in class:Word
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveStacks.h68 LiveInterval &getInterval(int Slot) { argument
[all...]
H A DMachineFunction.h423 VariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr, int Slot, const DILocation *Loc) argument
H A DSlotIndexes.h71 enum Slot { enum in class:llvm::SlotIndex
/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp72 size_t Slot = State->getNearestSlot(ErrorPtr); local
H A Dguarded_pool_allocator.cpp328 size_t Slot = State.getNearestSlot(UPtr); local
414 size_t Slot = State.getNearestSlot(ErrorUptr); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp143 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::instr_iterator Slot, MachineBasicBlock::instr_iterator &Filler) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp188 uint32_t Slot = (Hash + I) % BucketCount; local
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp116 ArgsUnion &Slot = ArgExprs.back(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp180 GlobalVariable *&Slot = CMap[Init]; local
212 GlobalVariable *Slot = Found->second; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp348 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { argument
380 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp129 unsigned Slot = 0; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp690 searchRange(MachineBasicBlock &MBB, IterTy Begin, IterTy End, RegDefsUses &RegDU, InspectMemInstr &IM, Iter Slot, IterTy &Filler) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp835 getOrCreateSlotEntrypoint(LinkGraph &G, StubMapEntry &Slot, bool Thumb) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1100 StringRef Slot = S.getNameForSlot(i); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1536 unsigned Slot = getSlot(SrcFP); local
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp835 unsigned Slot = cast<EmitConvertToTargetMatcher>(N)->getSlot(); local
837 OS << "OPC_EmitConvertToTarget" << Slot << ",\n"; local
840 OS << "OPC_EmitConvertToTarget, " << Slot << ",\n"; local
864 unsigned Slot = C2RMatcher->getSrcSlot(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h300 Slot, member in class:llvm::pdb::PDB_Checksum::PDB_LocType
/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_init.h412 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REQUEST
456 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REPLY

Completed in 378 milliseconds

123