| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransProperties.cpp | 86 props.push_back(Prop); in collectProperties() 121 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in doTransform() 149 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) in doPropAction() 204 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in removeAssignForDefaultStrong() 224 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in rewriteAssign() 252 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in maybeAddWeakOrUnsafeUnretainedAttr() 307 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in hasIvarAssignedAPlusOneObject() 321 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in hasIvarWithExplicitARCOwnership() 338 if (props.empty()) in hasGCWeak() 352 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) in getPropertyType() [all …]
|
| /llvm-project-15.0.7/openmp/runtime/tools/ |
| H A D | message-converter.pl | 259 my $props = $sections->{ $section }; # Section properties. 260 my $short = $props->{ short }; # Short section name, frequently used. 262 " // Set #$props->{ set }, $props->{ long }.\n" . 263 " ${prefix}_${short}_first = $props->{ base },\n"; 295 my $props = $sections->{ $section }; # Section properties. 296 my $short = $props->{ short }; # Short section name, frequently used. 297 $bulk .= "-*- " . uc( $props->{ long } ) . "-*-\n\n"; 426 my $props = $sections->{ $section }; # Section properties. 428 " $props->{ short }=" . $props->{ set } ."\n";
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_extended_grapheme_cluster_table.py | 242 ranges: list[PropertyRange], props: list[str] 244 assert len(props) < 16 253 e = Entry(range.lower, range.upper - range.lower, props.index(range.prop))
|
| /llvm-project-15.0.7/llvm/utils/llvm-locstats/ |
| H A D | llvm-locstats.py | 124 props = dict(boxstyle='round', facecolor='wheat', alpha=0.5) 127 verticalalignment='top', bbox=props) 157 props = dict(boxstyle='round', facecolor='wheat', alpha=0.5) 162 verticalalignment='top', bbox=props) 168 verticalalignment='top', bbox=props)
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | AttrOrTypeDefGen.cpp | 280 auto props = hasAssemblyFormat ? Method::Const : Method::ConstDeclaration; in emitParserPrinter() local 282 defCls.addMethod("void", "print", props, in emitParserPrinter() 364 auto props = builder.getBody() ? Method::Static : Method::StaticDeclaration; in emitCustomBuilder() local 368 Method *m = defCls.addMethod(returnType, "get", props, in emitCustomBuilder() 392 auto props = builder.getBody() ? Method::Static : Method::StaticDeclaration; in emitCheckedCustomBuilder() local 397 returnType, "getChecked", props, in emitCheckedCustomBuilder() 438 auto props = in emitTraitMethod() local 443 defCls.addMethod(method.getReturnType(), method.getName(), props, in emitTraitMethod()
|
| H A D | OpDefinitionsGen.cpp | 2243 auto props = (method.isStatic() ? Method::Static : Method::None) | in genOpInterfaceMethod() local 2245 return opClass.addMethod(method.getReturnType(), method.getName(), props, in genOpInterfaceMethod()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/ |
| H A D | VisualStudio.py | 242 def _fetch_property(self, props, name): argument 243 num_props = props.Count 246 item = props.Item(x)
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | arm-exidx-section.yaml | 55 # RUN: yaml2obj --docnum=2 %s -o %t.props.o 56 # RUN: llvm-readelf --sections %t.props.o | FileCheck %s --check-prefix=PROPERTIES
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 918 list<IntrinsicProperty> props = [IntrNoMem], 920 def "": Intrinsic<rets, params, props, "", sdprops>; 921 def _predicated: Intrinsic<rets, params # [pred], props, "", sdprops>; 925 list<IntrinsicProperty> props = [IntrNoMem]> { 926 def "": Intrinsic<rets, params, props>; 929 LLVMMatchType<0>, rets[0])], props>; 956 list<IntrinsicProperty> props = [IntrNoMem]> { 957 def "": Intrinsic<rets, flags # params, props>; 959 props>;
|
| H A D | IntrinsicsAMDGPU.td | 775 list<IntrinsicProperty> props, 788 !listconcat(props, 818 list<IntrinsicProperty> props, 825 props, sdnodeprops>; 832 list<IntrinsicProperty> props, 839 props, sdnodeprops>;
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | LinalgStructuredOps.td | 27 class LinalgStructuredBase_Op<string mnemonic, list<Trait> props> 33 ReifyRankedShapedTypeOpInterface], props)> {
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 624 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create() local 625 props.GetClangModulesCachePath().GetPath(path); in Create()
|
| H A D | ClangExpressionParser.cpp | 296 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths() local 297 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 319 list<SDNodeProperty> props = [], string sdclass = "SDNode"> 323 let Properties = props; 1859 list<SDNode> roots = [], list<SDNodeProperty> props = [], 1865 list<SDNodeProperty> Properties = props;
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpBase.td | 1686 class TraitList<list<Trait> props> : Trait { 1687 list<Trait> traits = props; 2112 class Op<Dialect dialect, string mnemonic, list<Trait> props = []> { 2215 list<Trait> traits = props;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | rewrite-out-arguments.ll | 437 !1 = !DIFile(filename: "code-object-metadata-kernel-debug-props.cl", directory: "/some/random/direc…
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsMSAInstrInfo.td | 246 list<SDNodeProperty> props = []> : 247 ComplexPattern<ty, numops, fn, roots, props> {
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | AddLLVM.cmake | 76 # Update target props, since all sources are C++.
|