Home
last modified time | relevance | path

Searched refs:target_data (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp281 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/
Ddecoration_manager.cpp281 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/
Dexecutionengine.ml104 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/
Dcxfa_simple_parser.cpp1245 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/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml30 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml31 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml31 TargetData.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml31 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli156 (** [target_data ee] is the target data owned by the execution engine
158 val target_data : t -> Llvm_target.TargetData.t val
Dllvm_executionengine.ml86 external target_data: t -> Llvm_target.TargetData.t
/external/llvm/test/Bindings/OCaml/
Dexecutionengine.ml105 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/
Dexecutionengine.ml105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
/external/clang/include/clang/Basic/
DOpenMPKinds.def163 OPENMP_DIRECTIVE_EXT(target_data, "target data")
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c2105 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/
DOCamlLangImpl4.rst145 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/
DOCamlLangImpl4.rst145 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
878 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
DOCamlLangImpl7.rst453 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
1677 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;

12