| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | allow-all-parameters-dereferencable.ll | 6 ; RUN: -polly-codegen < %s | FileCheck %s --check-prefix=CODE-RTC 27 ; CODE-RTC: polly.preload.cond: ; preds = %polly.preload.begin 28 ; CODE-RTC-NEXT: br i1 %{{[a-zA-Z0-9\.]*}}, label %polly.preload.exec, label %polly.preload.merge
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | Utils.cpp | 78 polly::executeScopConditionally(Scop &S, Value *RTC, DominatorTree &DT, in executeScopConditionally() argument 149 BranchInst *CondBr = Builder.CreateCondBr(RTC, StartBlock, S.getEntry()); in executeScopConditionally()
|
| H A D | IslNodeBuilder.cpp | 1531 Value *RTC = ExprBuilder.create(Condition); in createRTC() local 1532 if (!RTC->getType()->isIntegerTy(1)) in createRTC() 1533 RTC = Builder.CreateIsNotNull(RTC); in createRTC() 1543 RTC, " Overflow: ", OverflowHappened, in createRTC() 1550 RTC = Builder.CreateAnd(RTC, OverflowHappened, "polly.rtc.result"); in createRTC() 1553 if (!isa<ConstantInt>(RTC)) in createRTC() 1556 return RTC; in createRTC()
|
| H A D | CodeGeneration.cpp | 271 Value *RTC = NodeBuilder.createRTC(AI.getRunCondition().release()); in generateCode() local 273 Builder.GetInsertBlock()->getTerminator()->setOperand(0, RTC); in generateCode()
|
| H A D | PPCGCodeGeneration.cpp | 3558 Value *RTC = NodeBuilder.createRTC(Condition.release()); in generateCode() local 3559 Builder.GetInsertBlock()->getTerminator()->setOperand(0, RTC); in generateCode()
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | Utils.h | 69 executeScopConditionally(Scop &S, llvm::Value *RTC, llvm::DominatorTree &DT,
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | aliasing_parametric_simple_1.ll | 24 ; CHECK: %[[RTC:[._a-zA-Z0-9]*]] = and i1 true, %[[NoAlias]] 26 ; CHECK: %[[RTCV:[._a-zA-Z0-9]*]] = and i1 %[[RTC]], %[[NOV]]
|
| H A D | aliasing_parametric_simple_2.ll | 34 ; CHECK-NEXT: %[[RTC:[._a-zA-Z0-9]*]] = and i1 %[[Ctx]], %[[NoAlias]] 36 ; CHECK-NEXT: %[[RTCV:[._a-zA-Z0-9]*]] = and i1 %[[RTC]], %[[NOV]]
|
| H A D | blas_sscal_simplified.ll | 7 ; precise, we couldn't find a suitable block to put the RTC code in.
|
| H A D | aliasing_different_pointer_types.ll | 4 ; them in the RTC's. We use i8* as max pointer type.
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 198 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in computeObjectUnderConstruction() local 200 if (!RTC) { in computeObjectUnderConstruction() 214 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction() 419 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()] in updateObjectsUnderConstruction() local 421 assert(RTC && "Could not have had a target region without it"); in updateObjectsUnderConstruction() 431 RTC->getConstructionContext(), CallOpts); in updateObjectsUnderConstruction()
|
| H A D | ExprEngineCallAndReturn.cpp | 718 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue() local 721 assert(RTC->getStmt() == Call.getOriginExpr()); in bindReturnValue() 725 RTC->getConstructionContext(), CallOpts); in bindReturnValue()
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ScopHelper.cpp | 223 BasicBlock *BB, bool RTC) { in recordAssumption() argument 227 RecordedAssumptions->push_back({Kind, Sign, Set, Loc, BB, RTC}); in recordAssumption()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ScopHelper.h | 98 bool RTC = true);
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | RATIONALE.md | 50 - [Real-Time Clocks (RTC)](https://en.wikipedia.org/wiki/Real-time_clock): used
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4432 ResultTypeCompatibilityKind RTC) { in CheckObjCMethodOverrides() argument 4486 if (RTC != Sema::RTC_Incompatible && overridden->hasRelatedResultType()) in CheckObjCMethodOverrides() 5001 ResultTypeCompatibilityKind RTC in ActOnMethodDeclaration() local 5004 CheckObjCMethodOverrides(ObjCMethod, CurrentClass, RTC); in ActOnMethodDeclaration() 5011 if (!ARCError && RTC == Sema::RTC_Compatible && in ActOnMethodDeclaration()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 2263 AssumptionSign Sign, BasicBlock *BB, bool RTC = true);
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | HandleLLVMOptions.cmake | 884 # Not compatible with /RTC flags. 887 string (REGEX REPLACE "(^| )/RTC[1csu]*($| )" " "
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 10245 ResultTypeCompatibilityKind RTC);
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 6782 def _SLASH_RTC : CLIgnoredJoined<"RTC">;
|