Home
last modified time | relevance | path

Searched defs:RS (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp105 getStrategyFor(const ResourceState &RS) { in getStrategyFor() argument
138 const ResourceState &RS = *Resources[Index]; in ResourceManager() local
180 ResourceState &RS = *Resources[Index]; in selectPipe() local
197 ResourceState &RS = *Resources[RSID]; use() local
226 ResourceState &RS = *Resources[RSID]; release() local
256 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; reserveBuffers() local
274 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; releaseBuffers() local
289 const ResourceState &RS = *Resources[getResourceStateIndex(E.first)]; checkAvailability() local
315 const ResourceState &RS = *Resources[getResourceStateIndex(E.first)]; checkAvailability() local
[all...]
H A DRegisterFile.cpp384 bool RegisterFile::canEliminateMove(const WriteState &WS, const ReadState &RS, in canEliminateMove()
450 const ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() local
457 ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() local
503 const MCSubtargetInfo &STI, const ReadState &RS, in collectWrites()
618 void RegisterFile::addRegisterRead(ReadState &RS, in addRegisterRead()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp91 auto RS = makeSampler(Rand, make_filter_range(GlobalVars, MatchesPred)); in findOrCreateGlobalVariable() local
127 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource() local
139 auto RS = makeSampler(Rand, make_filter_range(Args, MatchesPred)); in findOrCreateSource() local
153 auto RS = in findOrCreateSource() local
202 auto RS = makeSampler<Value *>(Rand); in newSource() local
299 auto RS = makeSampler<Use *>(Rand); in connectToSink() local
389 if (auto RS = makeSampler(Rand, make_filter_range(Insts, IsMatchingPtr))) in findPointer() local
H A DIRMutator.cpp37 auto RS = makeSampler<Function *>(IB.Rand); in mutate() local
71 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule() local
112 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); in chooseOperation() local
175 auto RS = makeSampler<Instruction *>(IB.Rand); in mutate() local
206 auto RS = makeSampler<Value *>(IB.Rand); in mutate() local
343 auto RS = makeSampler(IB.Rand, Modifications); in mutate() local
368 auto RS = makeSampler(IB.Rand, Functions); in mutate() local
459 auto RS = in mutate() local
640 auto RS = makeSampler<size_t>(IB.Rand); in mutate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h35 remarks::RemarkStreamer &RS; variable
42 LLVMRemarkStreamer(remarks::RemarkStreamer &RS) : RS(RS) {} in LLVMRemarkStreamer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp106 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkPreStmt() argument
109 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction() argument
249 void MIGChecker::checkReturnAux(const ReturnStmt *RS, CheckerContext &C) const { in checkReturnAux() argument
H A DMallocChecker.cpp180 static RefState getAllocatedOfSizeZero(const RefState *RS) { in getAllocatedOfSizeZero()
190 static RefState getEscaped(const RefState *RS) { in getEscaped()
1517 const RefState *RS = State->get<RegionState>(Sym); in ProcessZeroAllocCheck() local
2160 const RefState *RS = C.getState()->get<RegionState>(Sym); in getCheckIfTracked() local
2333 const RefState *RS, SymbolRef Sym, in HandleMismatchedDealloc()
2787 const RefState *RS = C.getState()->get<RegionState>(Sym); in HandleLeak() local
2852 RegionStateTy RS = OldRS; in checkDeadSymbols() local
3048 const RefState *RS = C.getState()->get<RegionState>(Sym); in isReleased() local
3074 if (const RefState *RS = State->get<RegionState>(Sym)) in suppressDeallocationsInSuspiciousContexts() local
3096 if (const RefState *RS = C.getState()->get<RegionState>(Sym)) { in checkUseZeroAllocated() local
[all …]
H A DTraversalChecker.cpp58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
H A DMoveChecker.cpp236 const RegionState *RS = State->get<TrackedRegionMap>(Region); in isMovedFrom() local
354 const RegionState *RS = State->get<TrackedRegionMap>(Region); in modelUse() local
734 TrackedRegionMapTy RS = State->get<TrackedRegionMap>(); in printState() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp120 const auto *RS = cast<ReturnStmt>(ParentItem.getStmt()); in createBoundTemporaryFromLayers() local
189 const auto *RS = cast<ReturnStmt>(TopItem.getStmt()); in createFromLayers() local
H A DProgramPoint.cpp72 if (const ReturnStmt *RS = FEP->getStmt()) { in printJson() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp561 const TargetInstrInfo *TII, RegScavenger *RS) { in checkIfRestoreSplittable()
580 RegScavenger *RS) { in postShrinkWrapping()
687 RegScavenger *RS) { in updateSaveRestorePoints()
819 RegScavenger *RS) { in performShrinkWrapping()
948 std::unique_ptr<RegScavenger> RS( in runOnMachineFunction() local
H A DRegisterScavenging.cpp494 scavengeVReg(MachineRegisterInfo & MRI,RegScavenger & RS,Register VReg,bool ReserveAfter) scavengeVReg() argument
548 scavengeFrameVirtualRegsInBlock(MachineRegisterInfo & MRI,RegScavenger & RS,MachineBasicBlock & MBB) scavengeFrameVirtualRegsInBlock() argument
621 scavengeFrameVirtualRegs(MachineFunction & MF,RegScavenger & RS) scavengeFrameVirtualRegs() argument
667 RegScavenger RS; runOnMachineFunction() local
[all...]
H A DExpandReductions.cpp62 TargetTransformInfo::ReductionShuffle RS = in expandReductions() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp62 ReadState *RS = User.first; in onInstructionIssued() local
142 for (const ReadState &RS : getUses()) { in computeCriticalRegDep() local
/freebsd/stand/efi/libefi/
H A Dlibefi.c35 EFI_RUNTIME_SERVICES *RS; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h96 ConstructionContextItem(const ReturnStmt *RS) in ConstructionContextItem()
583 const ReturnStmt *RS; variable
587 const ReturnStmt *RS) in ReturnedValueConstructionContext()
611 explicit SimpleReturnedValueConstructionContext(const ReturnStmt *RS) in SimpleReturnedValueConstructionContext()
636 const ReturnStmt *RS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyReturnedValueConstructionContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h26 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit()
H A DDWARFTypeUnit.h28 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp95 int Offset, RegScavenger *RS ) { in InsertFPConstInst()
164 unsigned Reg, int Offset, RegScavenger *RS ) { in InsertSPConstInst()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp261 const ReturnStmt *RS = nullptr; in HandleBlockEdge() local
581 const ReturnStmt *RS) { in generateCallExitBeginNode()
605 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set, const ReturnStmt *RS) { in enqueueEndOfFunction()
/freebsd/contrib/ntp/include/
H A Dascii.h71 #define RS 30 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h165 RepeatedSubstring RS; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp68 const ReadState &RS = Inst.getUses()[E - (I + 1)]; in updateMoveElimInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp41 int ObjSize, RegScavenger *RS, int SPAdj) { in replaceFrameIndex()

1234