Searched refs:Contiguous (Results 1 – 25 of 26) sorted by relevance
12
/external/llvm-project/flang/lib/Parser/ |
D | misc-parsers.h | 49 constexpr auto contiguous{construct<Contiguous>("CONTIGUOUS"_tok)};
|
D | unparse.cpp | 280 void Unparse(const Contiguous &) { Word("CONTIGUOUS"); } in Unparse() argument
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | linkorder.s | 4 ## Contiguous SHF_LINK_ORDER sections.
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | characteristics.h | 173 ENUM_CLASS(Attr, Optional, Allocatable, Asynchronous, Contiguous, Value, 250 ENUM_CLASS(Attr, Allocatable, Pointer, Contiguous)
|
/external/llvm-project/flang/lib/Semantics/ |
D | pointer-assignment.cpp | 166 !funcResult->attrs.test(FunctionResult::Attr::Contiguous)) { in Check() 409 .set_isContiguous(lhs.attrs.test(DummyDataObject::Attr::Contiguous)) in CheckPointerAssignment()
|
D | check-call.cpp | 355 dummy.attrs.test(characteristics::DummyDataObject::Attr::Contiguous)}; in CheckExplicitDataArg()
|
D | resolve-names.cpp | 262 HANDLE_ATTR_CLASS(Contiguous, CONTIGUOUS)
|
/external/llvm-project/flang/lib/Evaluate/ |
D | check-expression.cpp | 580 characteristics::FunctionResult::Attr::Contiguous); in operator ()()
|
D | characteristics.cpp | 273 {Attr::CONTIGUOUS, DummyDataObject::Attr::Contiguous}, in Characterize() 514 {semantics::Attr::CONTIGUOUS, FunctionResult::Attr::Contiguous}, in Characterize()
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1zStatusPaperStatus.csv | 11 "`N4284 <https://wg21.link/n4284>`__","LWG","Contiguous Iterators.","Urbana","|Complete|","3.6"
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 969 EMPTY_CLASS(Contiguous); 972 std::variant<AccessSpec, Allocatable, CoarraySpec, Contiguous, 1326 std::variant<AccessSpec, Allocatable, Asynchronous, CoarraySpec, Contiguous,
|
D | dump-parse-tree.h | 205 NODE(parser, Contiguous) in NODE()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/docs/ |
D | ReductionDesign.txt | 130 2. Contiguous Full Warp Reduction
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-global.log | 14 <6>[ 0.000000] ION: Contiguous 0x400000 bytes @ 0x0 defined for 0:common 15 <6>[ 0.000000] ION: Contiguous 0x100000 bytes @ 0x0 defined for 2:mfc_sh 16 <6>[ 0.000000] ION: Contiguous 0x800000 bytes @ 0x0 defined for 10:g2d_wfd 17 <6>[ 0.000000] ION: Contiguous 0xa800000 bytes @ 0x0 defined for 11:video 18 <6>[ 0.000000] ION: Contiguous 0x100000 bytes @ 0x0 defined for 9:sectbl 19 <6>[ 0.000000] ION: Contiguous 0x100000 bytes @ 0x0 defined for 8:mfc_fw 20 <6>[ 0.000000] ION: Contiguous 0x100000 bytes @ 0x0 defined for 12:mfc_nfw 21 <6>[ 0.000000] ION: Contiguous 0x20000 bytes @ 0x0 defined for 13:secdma
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64SVEInstrInfo.td | 28 // Contiguous loads - node definitions 46 // Contiguous load and replicate - node definitions 104 // Contiguous stores - node definitions 1053 // Contiguous prefetch (register + immediate) 1059 // Contiguous prefetch (register + register)
|
D | SVEInstrFormats.td | 6138 // SVE Memory - Contiguous Load Group 6457 // SVE Memory - 32-bit Gather and Unsized Contiguous Group 7799 // SVE Memory - Contiguous Load And Replicate 256-bit Group
|
/external/eigen/doc/ |
D | QuickReference.dox | 294 <td>Contiguous \n memory</td>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SVEInstrInfo.td | 713 // Contiguous prefetch (register + immediate) 719 // Contiguous prefetch (register + register)
|
D | SVEInstrFormats.td | 5531 // SVE Memory - Contiguous Load Group 5836 // SVE Memory - 32-bit Gather and Unsized Contiguous Group
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IntrinsicsAArch64.td | 2396 // SVE2 - Contiguous conflict detection
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_sve.td | 200 def IsPrefetch : FlagType<0x08000000>; // Contiguous prefetches. 2021 // SVE2 - Contiguous conflict detection
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrMVE.td | 5103 // Contiguous load and store instructions. These come in two main 5116 // Contiguous, same size 5128 // Contiguous, widening/narrowing
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrMVE.td | 6076 // Contiguous load and store instructions. These come in two main 6089 // Contiguous, same size 6101 // Contiguous, widening/narrowing
|
/external/unicode/ |
D | DerivedAge.txt | 29 # - Contiguous ranges are broken into separate lines where they would cross code point
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUUsage.rst | 8514 (1-15 Contiguous 32-bit Values in Registers)
|
12