Searched refs:Elemental (Results 1 – 23 of 23) sorted by relevance
/external/llvm-project/flang/lib/Evaluate/ |
D | characteristics.cpp | 338 procedure->attrs.reset(Procedure::Attr::Elemental); in Characterize() 615 that.attrs.test(Attr::Elemental) != attrs.test(Attr::Elemental) || in CanOverride() 639 {semantics::Attr::ELEMENTAL, Procedure::Attr::Elemental}, in Characterize() 642 if (result.attrs.test(Attr::Elemental) && in Characterize() 756 if (attrs.test(Attr::Elemental) || attrs.test(Attr::BindC)) { in CanBeCalledViaImplicitInterface()
|
D | call.cpp | 134 characteristics::Procedure::Attr::Elemental); in IsElemental()
|
D | tools.cpp | 860 lhsAttrs.set(Attr::Elemental, in CharacteristicsMatch() 861 lhs.attrs.test(Attr::Elemental) | rhs.attrs.test(Attr::Elemental)); in CharacteristicsMatch()
|
D | intrinsics.cpp | 1588 attrs.set(characteristics::Procedure::Attr::Elemental); in Match() 2229 .set(characteristics::Procedure::Attr::Elemental); in IsSpecificIntrinsicFunction()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | characteristics.h | 286 Attr, Pure, Elemental, BindC, ImplicitInterface, NullPointer, Subroutine) 310 bool IsElemental() const { return attrs.test(Attr::Elemental); } in IsElemental()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 87 HANDLE_DISP_FLAG((1u << 6), Elemental)
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 87 HANDLE_DISP_FLAG((1u << 6), Elemental)
|
/external/mesa3d/docs/relnotes/ |
D | 10.3.2.rst | 40 Long pauses with Unreal demo Elemental on R9270X since : Always flush
|
D | 11.1.3.rst | 41 [HSW] Unreal Elemental demo - assertion error in
|
D | 10.4.rst | 219 Long pauses with Unreal demo Elemental on R9270X since : Always flush
|
D | 11.1.0.rst | 276 Tonga Elemental segfault + VM faults since radeon: implement
|
D | 11.2.0.rst | 167 [HSW] Unreal Elemental demo - assertion error in
|
D | 20.0.0.rst | 166 - Unreal 4 Elemental and MatineeFightScene demos misrender
|
/external/llvm-project/mlir/utils/vim/syntax/ |
D | mlir.vim | 25 " Elemental types inside memref, tensor, or vector types.
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-call.cpp | 521 characteristics::Procedure::Attr::Elemental); in CheckProcedureArg() 523 characteristics::Procedure::Attr::Elemental)) { in CheckProcedureArg()
|
D | resolve-names.cpp | 250 HANDLE_ATTR_CLASS(PrefixSpec::Elemental, ELEMENTAL)
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | intrinsics.cpp | 124 proc.attrs.test(characteristics::Procedure::Attr::Elemental)); in DoCall()
|
/external/llvm-project/flang/lib/Parser/ |
D | program-parsers.cpp | 464 construct<PrefixSpec>(construct<PrefixSpec::Elemental>("ELEMENTAL"_tok)),
|
D | unparse.cpp | 1692 void Post(const PrefixSpec::Elemental) { Word("ELEMENTAL"); } // R1527 in Post() argument
|
/external/llvm-project/flang/include/flang/Parser/ |
D | dump-parse-tree.h | 578 NODE(PrefixSpec, Elemental) in NODE()
|
D | parse-tree.h | 3001 EMPTY_CLASS(Elemental); 3007 std::variant<DeclarationTypeSpec, Elemental, Impure, Module, Non_Recursive,
|
/external/python/cpython2/Misc/ |
D | HISTORY | 1228 - Changes donated by Elemental Security to make it work on AIX 5.3 1232 - Changes donated by Elemental Security to make it work on HP-UX 11 on
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18612 - Changes donated by Elemental Security to make it work on AIX 5.3 18616 - Changes donated by Elemental Security to make it work on HP-UX 11 on
|