/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 105 getStrategyFor(const ResourceState &RS) { in getStrategyFor() 138 const ResourceState &RS = *Resources[Index]; in ResourceManager() local 180 ResourceState &RS = *Resources[Index]; in selectPipe() local 197 ResourceState &RS = *Resources[RSID]; in use() local 226 ResourceState &RS = *Resources[RSID]; in release() local 256 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; in reserveBuffers() local 274 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; in releaseBuffers() local 289 const ResourceState &RS = *Resources[getResourceStateIndex(E.first)]; in checkAvailability() local 315 const ResourceState &RS = *Resources[getResourceStateIndex(E.first)]; in checkAvailability() local
|
H A D | RegisterFile.cpp | 384 bool RegisterFile::canEliminateMove(const WriteState &WS, const ReadState &RS, in canEliminateMove() argument 450 const ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() local 457 ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() local 503 collectWrites(const MCSubtargetInfo & STI,const ReadState & RS,SmallVectorImpl<WriteRef> & Writes,SmallVectorImpl<WriteRef> & CommittedWrites) const collectWrites() argument 618 addRegisterRead(ReadState & RS,const MCSubtargetInfo & STI) const addRegisterRead() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 91 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 D | IRMutator.cpp | 36 auto RS = makeSampler<Function *>(IB.Rand); mutate() local 70 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); mutateModule() local 111 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); chooseOperation() local 174 auto RS = makeSampler<Instruction *>(IB.Rand); mutate() local 205 auto RS = makeSampler<Value *>(IB.Rand); mutate() local 342 auto RS = makeSampler(IB.Rand, Modifications); mutate() local 367 auto RS = makeSampler(IB.Rand, Functions); mutate() local 458 auto RS = mutate() local 639 auto RS = makeSampler<size_t>(IB.Rand); mutate() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LLVMRemarkStreamer.h | 35 remarks::RemarkStreamer &RS; variable 42 LLVMRemarkStreamer(remarks::RemarkStreamer &RS) : RS(RS) {} in LLVMRemarkStreamer()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MIGChecker.cpp | 106 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { in checkEndFunction() argument 249 void MIGChecker::checkReturnAux(const ReturnStmt *RS, CheckerContext &C) const { in checkReturnAux() argument 103 checkPreStmt(const ReturnStmt * RS,CheckerContext & C) const checkPreStmt() argument [all...] |
H A D | ReturnPointerRangeChecker.cpp | 38 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS, in checkPreStmt()
|
H A D | MallocChecker.cpp | 180 static RefState getAllocatedOfSizeZero(const RefState *RS) { in getAllocatedOfSizeZero() argument 190 static RefState getEscaped(const RefState *RS) { in getEscaped() argument 1543 const RefState *RS = State->get<RegionState>(Sym); ProcessZeroAllocCheck() local 2112 const RefState *RS = C.getState()->get<RegionState>(Sym); getCheckIfTracked() local 2285 HandleMismatchedDealloc(CheckerContext & C,SourceRange Range,const Expr * DeallocExpr,const RefState * RS,SymbolRef Sym,bool OwnershipTransferred) const HandleMismatchedDealloc() argument 2739 const RefState *RS = C.getState()->get<RegionState>(Sym); HandleLeak() local 2804 RegionStateTy RS = OldRS; checkDeadSymbols() local 2993 const RefState *RS = C.getState()->get<RegionState>(Sym); isReleased() local 3019 if (const RefState *RS = State->get<RegionState>(Sym)) suppressDeallocationsInSuspiciousContexts() local 3041 if (const RefState *RS = C.getState()->get<RegionState>(Sym)) { checkUseZeroAllocated() local 3074 RegionStateTy RS = state->get<RegionState>(); evalAssume() local 3094 if (const RefState *RS = state->get<RegionState>(ReallocSym)) { evalAssume() local 3296 checkIfNewOrNewArrayFamily(const RefState * RS) checkIfNewOrNewArrayFamily() argument 3319 if (const RefState *RS = State->get<RegionState>(sym)) checkPointerEscapeAux() local 3559 RegionStateTy RS = State->get<RegionState>(); printState() local [all...] |
H A D | ReturnUndefChecker.cpp | 38 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS, in checkPreStmt()
|
H A D | MacOSXAPIChecker.cpp | 80 const MemSpaceRegion *RS = RB->getMemorySpace(); in CheckDispatchOnce() local
|
H A D | TraversalChecker.cpp | 58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ConstructionContext.cpp | 120 const auto *RS = cast<ReturnStmt>(ParentItem.getStmt()); in createBoundTemporaryFromLayers() local 189 const auto *RS = cast<ReturnStmt>(TopItem.getStmt()); in createFromLayers() local
|
H A D | ProgramPoint.cpp | 72 if (const ReturnStmt *RS = FEP->getStmt()) { in printJson() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 559 checkIfRestoreSplittable(const MachineBasicBlock * CurRestore,const DenseSet<const MachineBasicBlock * > & ReachableByDirty,SmallVectorImpl<MachineBasicBlock * > & DirtyPreds,SmallVectorImpl<MachineBasicBlock * > & CleanPreds,const TargetInstrInfo * TII,RegScavenger * RS) checkIfRestoreSplittable() argument 578 postShrinkWrapping(bool HasCandidate,MachineFunction & MF,RegScavenger * RS) postShrinkWrapping() argument 685 updateSaveRestorePoints(MachineBasicBlock & MBB,RegScavenger * RS) updateSaveRestorePoints() argument 817 performShrinkWrapping(const ReversePostOrderTraversal<MachineBasicBlock * > & RPOT,RegScavenger * RS) performShrinkWrapping() argument 946 std::unique_ptr<RegScavenger> RS( runOnMachineFunction() local [all...] |
H A D | RegisterScavenging.cpp | 339 static Register scavengeVReg(MachineRegisterInfo &MRI, RegScavenger &RS, in scavengeVReg() 393 RegScavenger &RS, in scavengeFrameVirtualRegsInBlock() 466 void llvm::scavengeFrameVirtualRegs(MachineFunction &MF, RegScavenger &RS) { in scavengeFrameVirtualRegs() 512 RegScavenger RS; in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Instruction.cpp | 62 ReadState *RS = User.first; in onInstructionIssued() local 142 for (const ReadState &RS : getUses()) { in computeCriticalRegDep() local
|
/freebsd-src/stand/efi/libefi/ |
H A D | libefi.c | 35 EFI_RUNTIME_SERVICES *RS; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ConstructionContext.h | 96 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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 26 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 28 const DWARFSection *RS, const DWARFSection *LocSection, in DWARFTypeUnit()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreRegisterInfo.cpp | 95 int Offset, RegScavenger *RS ) { in InsertFPConstInst() 164 unsigned Reg, int Offset, RegScavenger *RS ) { in InsertSPConstInst()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTree.h | 146 RepeatedSubstring RS; global() member
|
/freebsd-src/contrib/ntp/include/ |
H A D | ascii.h | 71 #define RS 30 macro
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 273 ExprEng.processEndOfFunction(BuilderCtx, Pred, RS); in HandleBlockEdge() local 593 generateCallExitBeginNode(ExplodedNode * N,const ReturnStmt * RS) generateCallExitBeginNode() argument 617 enqueueEndOfFunction(ExplodedNodeSet & Set,const ReturnStmt * RS) enqueueEndOfFunction() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | RegisterFileStatistics.cpp | 68 const ReadState &RS = Inst.getUses()[E - (I + 1)]; in updateMoveElimInfo() local
|