Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveStacks.h64 LiveInterval &getInterval(int Slot) { in getInterval()
71 const LiveInterval &getInterval(int Slot) const { in getInterval()
78 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval()
80 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp510 bool applyFirstUse(int Slot) { in applyFirstUse()
606 int Slot = MO.getIndex(); in getStartOrEndSlot() local
621 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local
641 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
1169 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
H A DLiveStacks.cpp57 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
81 int Slot = I->first; in print() local
H A DMachineOperand.cpp458 Optional<int> Slot; in printIRBlockReference() local
604 void MachineOperand::printIRSlotNumber(raw_ostream &OS, int Slot) { in printIRSlotNumber()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp34 AllocaInst *Slot; in DemoteRegToStack() local
119 AllocaInst *Slot; in DemotePHIToStack() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPathTree.h151 struct Slot struct
153 int id;
154 ValueTag vtype;
156 {
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.h151 struct Slot struct
153 int id;
154 ValueTag vtype;
156 {
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp665 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCompoundLiteralExpr() local
923 withReturnValueSlot(E, [&](ReturnValueSlot Slot) { in VisitCallExpr()
929 withReturnValueSlot(E, [&](ReturnValueSlot Slot) { in VisitObjCMessageExpr()
1310 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXConstructExpr() local
1316 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXInheritedCtorInitExpr() local
1324 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitLambdaExpr() local
1380 AggValueSlot Slot = EnsureSlot(T); in VisitCXXScalarValueInitExpr() local
1386 AggValueSlot Slot = EnsureSlot(T); in VisitImplicitValueInitExpr() local
1938 static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, in CheckAggExprForMemSetUse()
1983 void CodeGenFunction::EmitAggExpr(const Expr *E, AggValueSlot Slot) { in EmitAggExpr()
H A DCGAtomic.cpp1556 AggValueSlot Slot) { in EmitAtomicLoad()
2070 AggValueSlot Slot) { in EmitAtomicCompareExchange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp185 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
220 GlobalVariable *Slot = Found->second; in mergeConstants() local
H A DWholeProgramDevirt.cpp1250 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1438 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
1455 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportGlobal()
1462 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportConstant()
1475 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in importGlobal()
1485 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in importConstant()
1538 VTableSlot Slot, ArrayRef<uint64_t> Args) { in tryUniqueRetValOpt()
1608 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryVirtualConstProp()
1922 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp350 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
382 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
H A DR600InstrInfo.cpp1268 static unsigned getSlotedOps(unsigned Op, unsigned Slot) { in getSlotedOps()
1295 MachineBasicBlock &MBB, MachineInstr *MI, unsigned Slot, unsigned DstReg) in buildSlotOfVectorInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp186 uint32_t Slot = (Hash + I) % BucketCount; in writeHashTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp145 MachineBasicBlock::instr_iterator Slot, in findDelayInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp349 int Slot = MST.getLocalSlot(V); in mapValueToSlot() local
369 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue()
3171 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks() local
3179 unsigned Slot, in getIRBlockFromSlot()
3184 const BasicBlock *MIParser::getIRBlock(unsigned Slot) { in getIRBlock()
3190 const BasicBlock *MIParser::getIRBlock(unsigned Slot, const Function &F) { in getIRBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.cpp178 APValue &Slot = R.getArrayInitializedElt(I); in emitRetValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2488 int Slot; in WriteAsOperandInternal() local
2547 int Slot = Machine->getMetadataSlot(N); in WriteAsOperandInternal() local
3293 auto Slot = Machine.getTypeIdSlot(It->second.first); in printTypeIdInfo() local
3335 auto Slot = Machine.getTypeIdSlot(It->second.first); in printVFuncId() local
3412 void AssemblyWriter::printSummaryInfo(unsigned Slot, const ValueInfo &VI) { in printSummaryInfo()
3472 int Slot = Machine.getMetadataSlot(Op); in printNamedMDNode() local
3853 int Slot = Machine.getLocalSlot(Arg); in printArgument() local
3869 int Slot = Machine.getLocalSlot(BB); in printBasicBlock() local
4404 void AssemblyWriter::writeMDNode(unsigned Slot, const MDNode *Node) { in writeMDNode()
H A DConstants.cpp889 std::unique_ptr<ConstantInt> &Slot = pImpl->IntConstants[V]; in get() local
1044 std::unique_ptr<ConstantFP> &Slot = pImpl->FPConstants[V]; in get() local
2964 auto &Slot = in getImpl() local
2997 auto Slot = CDSConstants.find(getRawDataValues()); in destroyConstantImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp652 bool getValueTypePair(const SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair()
679 bool popValue(const SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in popValue()
689 bool getValue(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
697 Value *getValue(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue()
708 Value *getValueSigned(const SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValueSigned()
6031 parseWholeProgramDevirtResolutionByArg(ArrayRef<uint64_t> Record, size_t &Slot, in parseWholeProgramDevirtResolutionByArg()
6046 StringRef Strtab, size_t &Slot, in parseWholeProgramDevirtResolution()
6064 size_t Slot = 0; in parseTypeIdSummaryRecord() local
6116 ArrayRef<uint64_t> Record, size_t &Slot, in parseTypeIdCompatibleVtableInfo()
6125 size_t Slot = 0; in parseTypeIdCompatibleVtableSummaryRecord() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp191 unsigned Slot = getSlot(RegNo); in isLive() local
1474 unsigned Slot = getSlot(SrcFP); in handleSpecialFP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp129 unsigned Slot = 0; in ExpandRes_BITCAST() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h589 struct Slot { struct
590 llvm::StringRef StackSlotLabel;
591 ValueType Value;
592 SourceLocation PragmaLocation;
593 SourceLocation PragmaPushLocation;
594 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp694 InspectMemInstr &IM, Iter Slot, in searchRange()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h892 unsigned Slot; variable
970 unsigned Slot; variable

12