/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_outfeed_test.cc | 53 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 81 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 109 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
D | cpu_literal_caching_test.cc | 71 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 120 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
D | cpu_topk_test.cc | 51 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 78 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
D | cpu_key_value_sort_test.cc | 55 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
D | cpu_dyn_shape_test.cc | 53 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
D | cpu_profiling_test.cc | 76 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
|
D | cpu_eigen_dot_operation_test.cc | 52 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in CompileAndCheck()
|
D | cpu_vectorization_test.cc | 104 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
|
D | cpu_intrinsic_test.cc | 108 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.h | 41 enum class RelocationModel { enum 56 RelocationModel relocation_model); 71 RelocationModel relocation_model() const { return relocation_model_; } in relocation_model() 78 const RelocationModel relocation_model_;
|
D | cpu_compiler.cc | 157 RelocationModel relocation_model) in CpuAotCompilationOptions() 859 case CpuAotCompilationOptions::RelocationModel::Static: in CompileAheadOfTime() 864 case CpuAotCompilationOptions::RelocationModel::SmallPic: in CompileAheadOfTime() 869 case CpuAotCompilationOptions::RelocationModel::BigPic: in CompileAheadOfTime() 874 case CpuAotCompilationOptions::RelocationModel::SmallPie: in CompileAheadOfTime() 879 case CpuAotCompilationOptions::RelocationModel::BigPie: in CompileAheadOfTime()
|
D | vectorized_reduce_with_no_vector_registers_test.cc | 99 cpu::CpuAotCompilationOptions::RelocationModel::BigPic); in TEST_F()
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 130 std::string RelocationModel; member 252 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in CreateFromArgs() 332 if (Opts.RelocationModel == "static") { in ExecuteAssembler() 334 } else if (Opts.RelocationModel == "pic") { in ExecuteAssembler() 337 assert(Opts.RelocationModel == "dynamic-no-pic" && in ExecuteAssembler()
|
/external/llvm-project/clang/tools/driver/ |
D | cc1as_main.cpp | 140 std::string RelocationModel; member 293 Opts.RelocationModel = in CreateFromArgs() 388 if (Opts.RelocationModel == "static") { in ExecuteAssembler() 390 } else if (Opts.RelocationModel == "pic") { in ExecuteAssembler() 393 assert(Opts.RelocationModel == "dynamic-no-pic" && in ExecuteAssembler()
|
/external/clang/lib/Frontend/ |
D | CodeGenOptions.cpp | 20 RelocationModel = "pic"; in CodeGenOptions()
|
/external/llvm-project/clang/lib/Basic/ |
D | CodeGenOptions.cpp | 19 RelocationModel = llvm::Reloc::PIC_; in CodeGenOptions()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.h | 36 Optional<Reloc::Model> RelocationModel,
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.h | 32 Optional<Reloc::Model> RelocationModel,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.h | 35 Optional<Reloc::Model> RelocationModel,
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | WebAssembly.cpp | 251 llvm::Reloc::Model RelocationModel; in addClangTargetOptions() local 254 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions() 256 if (RelocationModel == llvm::Reloc::PIC_) { in addClangTargetOptions()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | local_client_aot_test_helper.cc | 93 xla::cpu::CpuAotCompilationOptions::RelocationModel::Static); in main()
|
/external/llvm-project/llvm/tools/gold/ |
D | gold-plugin.cpp | 124 static Optional<Reloc::Model> RelocationModel = None; variable 363 RelocationModel = Reloc::PIC_; in onload() 367 RelocationModel = Reloc::PIC_; in onload() 371 RelocationModel = Reloc::Static; in onload() 877 Conf.RelocModel = RelocationModel; in createLTO()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.h | 138 std::string RelocationModel; variable
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.h | 212 llvm::Reloc::Model RelocationModel; variable
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 552 if (CodeGenOpts.RelocationModel == "static") { in CreateTargetMachine() 554 } else if (CodeGenOpts.RelocationModel == "pic") { in CreateTargetMachine() 557 assert(CodeGenOpts.RelocationModel == "dynamic-no-pic" && in CreateTargetMachine()
|