Home
last modified time | relevance | path

Searched defs:Slot (Results 1 – 25 of 56) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveStacks.h68 LiveInterval &getInterval(int Slot) { in getInterval()
75 const LiveInterval &getInterval(int Slot) const { in getInterval()
82 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval()
84 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp508 bool applyFirstUse(int Slot) { in applyFirstUse()
604 int Slot = MO.getIndex(); in getStartOrEndSlot() local
619 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local
639 int Slot = MO.getIndex(); in isLifetimeStartOrEnd() local
692 int Slot = getStartOrEndSlot(MI); in collectMarkers() local
719 int Slot = MO.getIndex(); in collectMarkers() local
774 int Slot = slots[0]; in collectMarkers() local
780 for (auto Slot : slots) { in collectMarkers() local
884 for (auto Slot : slots) { in calculateLiveIntervals() local
1172 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
H A DLiveStacks.cpp54 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
78 int Slot = I->first; in print() local
H A DStackFrameLayoutAnalysisPass.cpp60 int Slot; member
H A DMachineOperand.cpp493 std::optional<int> Slot; in printIRBlockReference() local
639 void MachineOperand::printIRSlotNumber(raw_ostream &OS, int Slot) { in printIRSlotNumber()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp33 AllocaInst *Slot; in DemoteRegToStack() local
125 AllocaInst *Slot; in DemotePHIToStack() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp208 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitPseudoObjectExpr() local
690 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCompoundLiteralExpr() local
948 withReturnValueSlot(E, [&](ReturnValueSlot Slot) { in VisitCallExpr()
954 withReturnValueSlot(E, [&](ReturnValueSlot Slot) { in VisitObjCMessageExpr()
1335 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXConstructExpr() local
1341 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXInheritedCtorInitExpr() local
1349 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitLambdaExpr() local
1405 AggValueSlot Slot = EnsureSlot(T); in VisitCXXScalarValueInitExpr() local
1411 AggValueSlot Slot = EnsureSlot(T); in VisitImplicitValueInitExpr() local
1984 static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, in CheckAggExprForMemSetUse()
[all …]
H A DCGAtomic.cpp1610 AggValueSlot Slot) { in EmitAtomicLoad()
2119 AggValueSlot Slot) { in EmitAtomicCompareExchange()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp182 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
214 GlobalVariable *Slot = Found->second; in mergeConstants() local
H A DWholeProgramDevirt.cpp1320 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1513 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
1530 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportGlobal()
1537 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportConstant()
1550 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in importGlobal()
1560 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in importConstant()
1616 VTableSlot Slot, ArrayRef<uint64_t> Args) { in tryUniqueRetValOpt()
1690 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryVirtualConstProp()
1998 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp348 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
380 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
H A DR600InstrInfo.cpp1264 static unsigned getSlotedOps(unsigned Op, unsigned Slot) { in getSlotedOps()
1291 MachineBasicBlock &MBB, MachineInstr *MI, unsigned Slot, unsigned DstReg) in buildSlotOfVectorInstruction()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp328 size_t Slot = State.getNearestSlot(UPtr); in deallocate() local
414 size_t Slot = State.getNearestSlot(ErrorUptr); in postCrashReportRecoverableOnly() local
H A Dcrash_handler.cpp72 size_t Slot = State->getNearestSlot(ErrorPtr); in __gwp_asan_diagnose_error() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseHLSL.cpp116 ArgsUnion &Slot = ArgExprs.back(); in fixSeparateAttrArgAndNumber() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp187 uint32_t Slot = (Hash + I) % BucketCount; in writeHashTable() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dcrash_handler_api.cpp29 size_t Slot = State.getNearestSlot(Addr); in metadata() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp144 MachineBasicBlock::instr_iterator Slot, in findDelayInstr()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp344 int Slot = MST.getLocalSlot(V); in mapValueToSlot() local
364 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue()
3510 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks() local
3518 unsigned Slot, in getIRBlockFromSlot()
3523 const BasicBlock *MIParser::getIRBlock(unsigned Slot) { in getIRBlock()
3529 const BasicBlock *MIParser::getIRBlock(unsigned Slot, const Function &F) { in getIRBlock()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2452 int Slot; in WriteAsOperandInternal() local
2512 int Slot = WriterCtx.Machine->getMetadataSlot(N); in WriteAsOperandInternal() local
3332 auto Slot = Machine.getTypeIdSlot(It->second.first); in printTypeIdInfo() local
3374 auto Slot = Machine.getTypeIdSlot(It->second.first); in printVFuncId() local
3451 void AssemblyWriter::printSummaryInfo(unsigned Slot, const ValueInfo &VI) { in printSummaryInfo()
3511 int Slot = Machine.getMetadataSlot(Op); in printNamedMDNode() local
3934 int Slot = Machine.getLocalSlot(Arg); in printArgument() local
3949 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() local
4492 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DEvalEmitter.cpp189 APValue &Slot = R.getArrayInitializedElt(I); in emitRetValue() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp191 unsigned Slot = getSlot(RegNo); in isLive() local
1538 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp742 bool getValueTypePair(const SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair()
771 bool popValue(const SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in popValue()
782 bool getValue(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
791 Value *getValue(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
803 Value *getValueSigned(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValueSigned()
7038 parseWholeProgramDevirtResolutionByArg(ArrayRef<uint64_t> Record, size_t &Slot, in parseWholeProgramDevirtResolutionByArg()
7053 StringRef Strtab, size_t &Slot, in parseWholeProgramDevirtResolution()
7071 size_t Slot = 0; in parseTypeIdSummaryRecord() local
7123 ArrayRef<uint64_t> Record, size_t &Slot, in parseTypeIdCompatibleVtableInfo()
7132 size_t Slot = 0; in parseTypeIdCompatibleVtableSummaryRecord() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp129 unsigned Slot = 0; in ExpandRes_BITCAST() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp692 InspectMemInstr &IM, Iter Slot, in searchRange()

123