/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 193 const char *NL, unsigned int Space, bool IsDot) { in printJson() 198 const char *NL, unsigned int Space, bool IsDot) { in printJson() 203 const char *NL, unsigned int Space, bool IsDot) { in printJson() 219 const char *NL, unsigned int Space, bool IsDot) { in printJson() 227 const char *NL, unsigned int Space, bool IsDot) { in printJson() 235 unsigned int Space, bool IsDot) { in printJsonContainer() 258 const char *NL, unsigned int Space, bool IsDot) { in printJson() 265 const char *Name, const char *NL, unsigned int Space, in printJsonImpl() 276 const char *NL, unsigned int Space, in printDynamicTypesJson() 282 const char *NL, unsigned int Space, in printDynamicCastsJson() [all …]
|
H A D | Environment.cpp | 219 unsigned int Space, bool IsDot) const { in printJson()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | p2085.cpp | 14 struct Space { struct 17 std::strong_ordering operator<=>(Space const &other) const; argument
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/ |
H A D | BenchmarkRunnerTest.cpp | 19 BenchmarkRunner::ScratchSpace Space; in TEST() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | JsonSupport.h | 21 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, in Indent()
|
/llvm-project/flang/lib/Parser/ |
H A D | token-parsers.h | 64 struct Space { struct 66 constexpr Space() {} in Space() argument 77 constexpr Space space; argument
|
/llvm-project/llvm/lib/Frontend/HLSL/ |
H A D | HLSLResource.cpp | 60 FrontendResource(GlobalVariable * GV,ResourceKind RK,ElementType ElTy,bool IsROV,uint32_t ResIndex,uint32_t Space) FrontendResource() argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | character.h | 116 static constexpr CharT Space() { return 0x20; } in Space() function
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | Terminal.h | 25 Space, enumerator
|
/llvm-project/offload/include/Shared/ |
H A D | Utils.h | 75 size_t Space = std::numeric_limits<size_t>::max(); alignPtr() local
|
/llvm-project/polly/lib/Support/ |
H A D | SCEVAffinator.cpp | 216 isl_space *Space = isl_space_set_alloc(Ctx.get(), 1, NumIterators); in visit() local 264 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators); in visitConstant() local 413 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators); in visitAddRecExpr() local 566 isl::space Space{Ct in visitUnknown() local [all...] |
H A D | ISLTools.cpp | 35 isl::multi_aff makeShiftDimAff(isl::space Space, int Pos, int Amount) { in makeShiftDimAff() 221 isl::space Space = Set.get_space(); in shiftDim() local 242 isl::space Space = Map.get_space(); in shiftDim() local 460 isl::space Space = Map.get_space(); in distributeDomain() local
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.h | 36 uint32_t Space; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.h | 90 unsigned Space; global() member
|
/llvm-project/polly/lib/Analysis/ |
H A D | DependenceInfo.cpp | 90 isl_space *Space = isl_map_get_space(Relation); in tag() local 119 isl_space *Space = S.getParamSpace().release(); in collectInfo() local 688 isl::space Space = Deltas.get_space(); in isValidSchedule() local 798 isl::space Space = isl::manage_copy(RAW).get_space(); in getDependences() local
|
H A D | ScopInfo.cpp | 258 auto Space = isl::space(Id.ctx(), 0, getNumberOfDimensions()); in getSpace() local 265 isl::space Space = getSpace(); in isReadOnly() local 615 isl::space Space = isl::space(Statement->getIslCtx(), 0, 1); createBasicAccessMap() local 646 isl::space Space = getOriginalAccessRelationSpace().range(); assumeNoOutOfBound() local 756 isl::space Space; foldAccessRelation() local 798 isl::space Space = Statement->getDomainSpace(); foldAccessRelation() local 843 isl::space Space = isl::space(Ctx, 0, Statement->getNumIterators(), 0); buildAccessRelation() local 973 isl::space Space = SetDomain.map_from_set(); getEqualAndLarger() local 994 isl::space Space = Schedule.get_space().range(); getStride() local 1491 isl::space Space = isl::space::params_alloc(getIslCtx(), 0); buildContext() local 1512 isl::space Space = getFullParamSpace(); realignParams() local 1830 isl::space Space = isl::space::params_alloc(getIslCtx(), ParameterIds.size()); getFullParamSpace() local [all...] |
/llvm-project/polly/lib/Transform/ |
H A D | ZoneAlgo.cpp | 248 isl::space Space = Map.get_space().range(); in isMapToUnknown() local 751 auto Space = makeValueSpace(V); in makeValueSet() local 853 isl::space Space = Map.get_space(); in normalizeValInst() local 928 isl::space Space = Map.get_space(); in isNormalized() local
|
H A D | MatmulOptimizer.cpp | 266 isl::space Space = isl::space(Ctx, 0, 0, 1); in getUnrollIsolatedSetOptions() local 327 isl::space Space = AccMap.get_space(); in isMatMulOperandAcc() local 462 auto Space = DomainSpace.map_from_domain_and_range(DomainSpace); in containsOnlyMatMulDep() local 1151 isl::space Space = AccMap.get_space(); in isCorrectAccessMap() local 1482 isl::space Space = DepDelta.get_space(); isReductionCarriedOverDim() local 1608 isl::space Space = DomainSpace.map_from_domain_and_range(DomainSpace); containsOnlyTcDeps() local [all...] |
H A D | ScheduleOptimizer.cpp | 416 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in prevectSchedBand() local 497 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in isTileableBandNode() local 537 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in applyPrevectBandOpt() local
|
H A D | ScheduleTreeTransform.cpp | 550 isl::space Space = Set.get_space(); in addExtentConstraints() local 1073 isl::space Space = PwAff.get_space(); in applyPartialUnroll() local 1145 isl::space Space(Ctx, 0, 1); in getDimOptions() local 1156 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in tileNode() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SlotIndexes.cpp | 162 const unsigned Space = SlotIndex::InstrDist/2; renumberIndexes() local
|
/llvm-project/polly/unittests/DeLICM/ |
H A D | DeLICMTest.cpp | 28 isl::space Space = Set.get_space(); in unionSpace() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-shared.cpp | 298 auto Space = std::shared_ptr <int>(new int()); in whitespaces() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseAutoCheck.cpp | 31 enum CharType { Space, Alpha, Punctuation }; in getTypeNameLength() enumerator
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 44 Space, enumerator
|