/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | decoration_manager.cpp | 281 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local 282 target_data.indirect_decorations.push_back(inst); in AddDecoration() 339 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local 356 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | decoration_manager.cpp | 281 TargetData& target_data = id_to_decoration_insts_[target_id]; in AddDecoration() local 282 target_data.indirect_decorations.push_back(inst); in AddDecoration() 339 const TargetData& target_data = ids_iter->second; in InternalGetDecorationsFor() local 356 for (const Instruction* inst : target_data.indirect_decorations) { in InternalGetDecorationsFor()
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | executionengine.ml | 104 let td = ExecutionEngine.target_data ee in 108 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_simple_parser.cpp | 1245 const std::vector<WideString>& target_data = pXMLInstruction->GetTargetData(); in ParseInstruction() local 1247 if (target_data.size() > 1 && in ParseInstruction() 1248 (pXFANode->GetDocument()->RecognizeXFAVersionNumber(target_data[0]) != in ParseInstruction() 1250 target_data[1] == L"v2.7-scripting:1") { in ParseInstruction() 1254 if (target_data.size() > 1 && target_data[0] == L"JavaScript" && in ParseInstruction() 1255 target_data[1] == L"strictScoping") { in ParseInstruction()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 31 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 31 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 31 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 156 (** [target_data ee] is the target data owned by the execution engine 158 val target_data : t -> Llvm_target.TargetData.t val
|
D | llvm_executionengine.ml | 86 external target_data: t -> Llvm_target.TargetData.t
|
/external/llvm/test/Bindings/OCaml/ |
D | executionengine.ml | 105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | executionengine.ml | 105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 163 OPENMP_DIRECTIVE_EXT(target_data, "target data")
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 2105 char *target_data, *dup_data; in duplicate() local 2113 target_data = target_buffer->data; in duplicate() 2115 target_data = in duplicate() 2118 if(target_data == NULL) { in duplicate() 2141 res = memcmp(target_data, dup_data, size); in duplicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | OCamlLangImpl4.rst | 145 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm; 878 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl4.rst | 145 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm; 878 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|
D | OCamlLangImpl7.rst | 453 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm; 1677 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
|