/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | BlockPrinter.h | 35 RecordPrinter &RP; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.cpp | 495 const auto RP = getRegionPressure(*R); scheduleLegacyMaxOccupancy() local 533 const auto RP = getSchedulePressure(*R, MinSchedule); scheduleMinReg() local 574 const auto RP = getSchedulePressure(*R, ILPSchedule); scheduleILP() local [all...] |
H A D | GCNRegPressure.cpp | 138 print(const GCNRegPressure & RP,const GCNSubtarget * ST) print() argument 552 __anonf4c640b40602(const GCNRegPressure &RP) runOnMachineFunction() argument 568 SmallVector<std::pair<GCNRegPressure, GCNRegPressure>, 16> RP; runOnMachineFunction() local [all...] |
H A D | GCNRegPressure.h | 202 GCNRegPressure RP = MaxPressure; getMaxPressureAndReset() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-fdr-dump.cpp | 63 RecordPrinter RP(outs(), "\n"); in __anon8af342a70102() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPass.cpp | 70 RegionPass *RP = (RegionPass *)getContainedPass(Index); in runOnFunction() local
|
H A D | Loads.cpp | 115 if (auto *RP = getArgumentAliasingToReturnedPointer(Call, true)) isDereferenceableAndAlignedPointer() local
|
H A D | BasicAliasAnalysis.cpp | 599 if (auto *RP = getArgumentAliasingToReturnedPointer(Call, false)) { DecomposeGEPExpression() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 204 void setRecordingPaths(bool RP) { RecordPaths = RP; } in setRecordingPaths()
|
/freebsd-src/contrib/mtree/ |
H A D | mtree.h | 146 #define RP(p) \ macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 147 RP, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 347 std::promise<shared::WrapperFunctionResult> RP; callWrapper() local
|
/freebsd-src/libexec/getty/ |
H A D | gettytab.h | 79 #define RP gettystrs[20].value macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 1158 for (const auto &RP : BackTrace) CanCauseHighRegPressure() local 1176 for (auto &RP : BackTrace) UpdateBackTraceRegPressure() local
|
H A D | MIRPrinter.cpp | 634 auto RP = Seen.insert(Succ); guessSuccessors() local
|
H A D | RDFLiveness.cpp | 605 NodeId RP = D.Addr->getOwner(DFG).Id; in computePhiInfo() local
|
H A D | MachineSink.cpp | 999 auto RP = CachedRegisterPressure.find(&MBB); getBBRegisterPressure() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 628 if (void *RP = LazyFunctionCreator(std::string(Name))) in getPointerToNamedFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 615 CXXMemberCallExpr(Expr * Fn,ArrayRef<Expr * > Args,QualType Ty,ExprValueKind VK,SourceLocation RP,FPOptionsOverride FPOptions,unsigned MinNumArgs) CXXMemberCallExpr() argument 629 Create(const ASTContext & Ctx,Expr * Fn,ArrayRef<Expr * > Args,QualType Ty,ExprValueKind VK,SourceLocation RP,FPOptionsOverride FPFeatures,unsigned MinNumArgs) Create() argument 1810 CUDAKernelCallExpr(Expr * Fn,CallExpr * Config,ArrayRef<Expr * > Args,QualType Ty,ExprValueKind VK,SourceLocation RP,FPOptionsOverride FPFeatures,unsigned MinNumArgs) CUDAKernelCallExpr() argument 1824 Create(const ASTContext & Ctx,Expr * Fn,CallExpr * Config,ArrayRef<Expr * > Args,QualType Ty,ExprValueKind VK,SourceLocation RP,FPOptionsOverride FPFeatures,unsigned MinNumArgs) Create() argument
|
H A D | Stmt.cpp | 1022 ForStmt(const ASTContext & C,Stmt * Init,Expr * Cond,VarDecl * condVar,Expr * Inc,Stmt * Body,SourceLocation FL,SourceLocation LP,SourceLocation RP) ForStmt() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 370 RP = 1, // Round towards Plus infinity global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 1223 RegisterRef RP = CI->getOperand(1); coalesceSegments() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 516 RP = 1, // Round towards Plus infinity global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 2825 ReallocPairsTy RP = state->get<ReallocPairs>(); checkDeadSymbols() local 3085 ReallocPairsTy RP = state->get<ReallocPairs>(); evalAssume() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1703 const auto *RP = P->castAs<LValueReferenceType>(), DeduceTemplateArgumentsByTypeMatch() local 1715 const auto *RP = P->castAs<RValueReferenceType>(), DeduceTemplateArgumentsByTypeMatch() local
|