Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp475 bool applyFirstUse(int Slot) { in applyFirstUse()
571 int Slot = MO.getIndex(); in getStartOrEndSlot() local
586 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local
606 int Slot = MO.getIndex(); in isLifetimeStartOrEnd() local
656 int Slot = getStartOrEndSlot(MI); in collectMarkers() local
683 int Slot = MO.getIndex(); in collectMarkers() local
741 int Slot = slots[0]; in collectMarkers() local
747 for (auto Slot : slots) { in collectMarkers() local
855 for (auto Slot : slots) { in calculateLiveIntervals() local
911 int Slot = VI.getStackSlot(); in remapInstructions() local
[all …]
H A DLiveStacks.cpp54 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
78 int Slot = I->first; in print() local
H A DStackFrameLayoutAnalysisPass.cpp62 int Slot; member
H A DMachineOperand.cpp511 std::optional<int> Slot; in printIRBlockReference() local
657 void MachineOperand::printIRSlotNumber(raw_ostream &OS, int Slot) { in printIRSlotNumber()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp34 AllocaInst *Slot; in DemoteRegToStack() local
141 AllocaInst *Slot; in DemotePHIToStack() local
H A DMemoryTaggingSupport.cpp279 Value *getAndroidSlotPtr(IRBuilder<> &IRB, int Slot) { in getAndroidSlotPtr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp181 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
213 GlobalVariable *Slot = Found->second; in mergeConstants() local
H A DWholeProgramDevirt.cpp1395 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1610 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
1627 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportGlobal()
1634 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportConstant()
1647 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in importGlobal()
1657 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in importConstant()
1712 VTableSlot Slot, ArrayRef<uint64_t> Args) { in tryUniqueRetValOpt()
1784 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryVirtualConstProp()
2116 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp212 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitPseudoObjectExpr() local
706 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCompoundLiteralExpr() local
965 withReturnValueSlot(E, [&](ReturnValueSlot Slot) { in VisitCallExpr()
971 withReturnValueSlot(E, [&](ReturnValueSlot Slot) { in VisitObjCMessageExpr()
1357 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXConstructExpr() local
1363 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXInheritedCtorInitExpr() local
1371 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitLambdaExpr() local
1410 AggValueSlot Slot = EnsureSlot(T); in VisitCXXScalarValueInitExpr() local
1416 AggValueSlot Slot = EnsureSlot(T); in VisitImplicitValueInitExpr() local
1971 static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, in CheckAggExprForMemSetUse()
[all …]
/freebsd/contrib/bearssl/T0/
H A DWord.cs66 internal int Slot { property in Word
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp345 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
377 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp331 size_t Slot = State.getNearestSlot(UPtr); in deallocate() local
417 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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp187 uint32_t Slot = (Hash + I) % BucketCount; writeHashTable() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp117 ArgsUnion &Slot = ArgExprs.back(); in fixSeparateAttrArgAndNumber() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp144 MachineBasicBlock::instr_iterator Slot, in findDelayInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp88 auto CloseNewDVRange = [&DbgVRegToValues, &ToInsert](SlotIndex Slot) { in buildVRegToDbgValueMap()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp345 int Slot = MST.getLocalSlot(V); in mapValueToSlot() local
365 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue()
3531 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks() local
3539 unsigned Slot, in getIRBlockFromSlot()
3544 const BasicBlock *MIParser::getIRBlock(unsigned Slot) { in getIRBlock()
3550 const BasicBlock *MIParser::getIRBlock(unsigned Slot, const Function &F) { in getIRBlock()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp831 unsigned Slot = cast<EmitConvertToTargetMatcher>(N)->getSlot(); in EmitMatcher() local
860 unsigned Slot = C2RMatcher->getSrcSlot(); in EmitMatcher() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2597 int Slot; in WriteAsOperandInternal() local
2657 int Slot = WriterCtx.Machine->getMetadataSlot(N); in WriteAsOperandInternal() local
3492 auto Slot = Machine.getTypeIdSlot(It->second.first); in printTypeIdInfo() local
3534 auto Slot = Machine.getTypeIdSlot(It->second.first); in printVFuncId() local
3613 void AssemblyWriter::printSummaryInfo(unsigned Slot, const ValueInfo &VI) { in printSummaryInfo()
3671 int Slot = Machine.getMetadataSlot(Op); in printNamedMDNode() local
4115 int Slot = Machine.getLocalSlot(Arg); in printArgument() local
4130 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() local
4753 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
H A DConstants.cpp892 std::unique_ptr<ConstantInt> &Slot = in get() local
909 std::unique_ptr<ConstantInt> &Slot = in get() local
1054 std::unique_ptr<ConstantFP> &Slot = pImpl->FPConstants[V]; in get() local
1068 std::unique_ptr<ConstantFP> &Slot = in get() local
2848 auto &Slot = in getImpl() local
2881 auto Slot = CDSConstants.find(getRawDataValues()); in destroyConstantImpl() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp477 APValue &Slot = R.getArrayInitializedElt(I); in toRValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp190 unsigned Slot = getSlot(RegNo); in isLive() local
1538 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp769 bool getValueTypePair(const SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair()
798 bool popValue(const SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in popValue()
809 bool getValue(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
818 Value *getValue(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
830 Value *getValueSigned(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValueSigned()
6567 unsigned Slot = 0; in parseFunctionBody() local
7402 parseWholeProgramDevirtResolutionByArg(ArrayRef<uint64_t> Record, size_t &Slot, in parseWholeProgramDevirtResolutionByArg()
7417 StringRef Strtab, size_t &Slot, in parseWholeProgramDevirtResolution()
7435 size_t Slot = 0; in parseTypeIdSummaryRecord() local
7487 ArrayRef<uint64_t> Record, size_t &Slot, in parseTypeIdCompatibleVtableInfo()
[all …]

123