| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | objc-properties.m | 66 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us… 67 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 68 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 69 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 70 …_nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property;…
|
| /llvm-project-15.0.7/clang/test/Analysis/objc/ |
| H A D | direct-ivar-assignment-in-annotated-functions.m | 51 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us… 52 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 53 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 54 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 55 …_nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property;…
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit.cpp | 133 if (access == Access::Direct) { in OpenUnit() 399 if (recordLength || access == Access::Direct) { in SetVariableFormattedRecordLength() 420 if (access == Access::Direct) { in BeginReadingRecord() 463 if (access != Access::Direct) { in FinishReadingRecord() 502 if (access == Access::Direct) { in AdvanceRecord() 556 if (access != Access::Direct) { in AdvanceRecord() 620 if (access == Access::Direct) { in Endfile() 639 if (access == Access::Direct) { in Rewind() 653 if (access == Access::Direct) { in SetPosition() 680 if (access != Access::Direct) { in SetDirectRec() [all …]
|
| H A D | connection.h | 23 enum class Access { Sequential, Direct, Stream }; enumerator
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 258 const Expr *LV, DerefKind AK, llvm::function_ref<bool(PrimType)> Direct, in dereference() argument 266 return dereferenceParam(LV, *T, PD, AK, Direct, Indirect); in dereference() 268 return dereferenceVar(LV, *T, VD, AK, Direct, Indirect); in dereference() 284 llvm::function_ref<bool(PrimType)> Direct, in dereferenceParam() argument 294 if (!Direct(T)) in dereferenceParam() 303 if (!Direct(T)) in dereferenceParam() 326 llvm::function_ref<bool(PrimType)> Direct, in dereferenceVar() argument 338 if (!Direct(T)) in dereferenceVar() 347 if (!Direct(T)) in dereferenceVar() 361 if (!Direct(T)) in dereferenceVar() [all …]
|
| H A D | ByteCodeExprGen.h | 181 llvm::function_ref<bool(PrimType)> Direct, 185 llvm::function_ref<bool(PrimType)> Direct, 188 DerefKind AK, llvm::function_ref<bool(PrimType)> Direct,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 82 enum DirectConstruction { Direct }; enumerator 114 return LocationSize(Value | ImpreciseBit, Direct); in upperBound() 125 return LocationSize(AfterPointer, Direct); in afterPointer() 131 return LocationSize(BeforeOrAfterPointer, Direct); in beforeOrAfterPointer() 136 return LocationSize(MapTombstone, Direct); in mapTombstone() 139 return LocationSize(MapEmpty, Direct); in mapEmpty()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | M68k.def | 6 ELF_RELOC(R_68K_32, 1) /* Direct 32 bit */ 7 ELF_RELOC(R_68K_16, 2) /* Direct 16 bit */ 8 ELF_RELOC(R_68K_8, 3) /* Direct 8 bit */
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/ |
| H A D | cfi-direct-call1.ll | 63 ; Direct calls to extern_weak and extern_decl should go to original names 67 ; Direct call to local_func1 should to the renamed version 89 ; Direct calls to extern_weak and extern_decl should go to original names 93 ; Direct call to local_func1 should to the renamed version
|
| /llvm-project-15.0.7/clang/docs/analyzer/developer-docs/ |
| H A D | RegionStore.rst | 114 These are known as "Direct" bindings. However, RegionStore supports a second 119 When there is no Direct binding for a particular region, the store manager 129 manyInts[1] = 42; // Creates a Direct binding for manyInts[1]. 130 print(manyInts[1]); // Retrieves the Direct binding for manyInts[1]; 131 print(manyInts[0]); // There is no Direct binding for manyInts[0]. 174 p.x = 42; // A Direct binding is made to the FieldRegion 'p.x'. 179 // There is no Direct binding, so we look for a Default
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | LDSDIRInstructions.td | 1 //===-- LDSDIRInstructions.td - LDS Direct Instruction Definitions --------===// 88 // LDS Direct Instructions
|
| /llvm-project-15.0.7/bolt/test/runtime/ |
| H A D | meta-merge-fdata.test | 7 # - Direct branches 9 # - Direct calls
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 41 Direct, enumerator 86 KindFirst = Direct, 135 ABIArgInfo(Kind K = Direct) 145 auto AI = ABIArgInfo(Direct); 296 bool isDirect() const { return TheKind == Direct; } in isDirect()
|
| /llvm-project-15.0.7/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 50 Direct("direct", llvm::cl::Optional, variable 372 if (!Direct || UseOrigins) { in main() 382 Parse(Expression, (Direct && !UseOrigins) ? ImportCIs : IndirectCIs, in main() 388 Forget(*ExpressionCI, (Direct && !UseOrigins) ? ImportCIs : IndirectCIs); in main()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | BreakCriticalEdges.cpp | 427 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local 434 PHINode *DirPHI = cast<PHINode>(Direct); in SplitIndirectBrCriticalEdges() 440 Direct++; in SplitIndirectBrCriticalEdges()
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | stackmap-dump.test | 141 CHECK-NEXT: #1: Direct R#6 + -40, size: 8 146 CHECK-NEXT: #1: Direct R#6 + -8, size: 8 147 CHECK-NEXT: #2: Direct R#6 + -16, size: 8
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/ |
| H A D | MLProgramOps.td | 164 let summary = "Direct load of a mutable value from a global"; 209 let summary = "Direct load a constant value from a global"; 247 let summary = "Direct load of a mutable value from a global in Graph region"; 293 let summary = "Direct store of a value into a mutable global"; 335 let summary = "Direct store of a value into a mutable global";
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 52 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | statepoint-allocas.ll | 108 ; Direct Spill Slot [rsp+0] 145 ; Direct Spill Slot [rsp+0]
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 51 Delim, Direct, Encoding, End, Eor, Err, Exist, File, Fmt, Form, Formatted,
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | ptrauth-operand-bundles.ll | 23 ; CHECK: Direct call cannot have a ptrauth bundle
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-split/ |
| H A D | scc-alias.ll | 27 ; Direct call to local alias
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 83 if (TI.getSimpleMode() == SimpleTypeMode::Direct) in simpleTypeName()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator 147 assert((getKind() == LocationKind::Direct || in getOffset()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | tools.h | 410 ENUM_CLASS(ComponentKind, Ordered, Direct, Ultimate, Potential, Scope) in ENUM_CLASS() argument 528 extern template class ComponentIterator<ComponentKind::Direct>; 533 using DirectComponentIterator = ComponentIterator<ComponentKind::Direct>;
|