/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | cpu_compiler.h | 42 enum class RelocationModel { enum 57 RelocationModel relocation_model); 72 RelocationModel relocation_model() const { return relocation_model_; } in relocation_model() 82 const RelocationModel relocation_model_;
|
H A D | cpu_compiler.cc | 274 std::string entry_point_name, RelocationModel relocation_model) in CpuAotCompilationOptions() 1372 case CpuAotCompilationOptions::RelocationModel::Static: in CompileAheadOfTime() 1377 case CpuAotCompilationOptions::RelocationModel::SmallPic: in CompileAheadOfTime() 1382 case CpuAotCompilationOptions::RelocationModel::BigPic: in CompileAheadOfTime() 1387 case CpuAotCompilationOptions::RelocationModel::SmallPie: in CompileAheadOfTime() 1392 case CpuAotCompilationOptions::RelocationModel::BigPie: in CompileAheadOfTime()
|
H A D | vectorized_reduce_with_no_vector_registers_test.cc | 99 cpu::CpuAotCompilationOptions::RelocationModel::BigPic); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
H A 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()
|
H A D | cpu_literal_caching_test.cc | 71 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 120 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
H A D | cpu_topk_test.cc | 51 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 78 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
H A D | cpu_key_value_sort_test.cc | 55 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
H A D | cpu_dyn_shape_test.cc | 53 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
H A D | cpu_spmd_compile_test.cc | 82 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
H A D | cpu_profiling_test.cc | 77 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
|
H A D | cpu_eigen_dot_operation_test.cc | 53 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in CompileAndCheck()
|
H A D | cpu_vectorization_test.cc | 104 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
|
H A D | cpu_intrinsic_test.cc | 109 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
|
/aosp_15_r20/external/clang/tools/driver/ |
H A 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()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CodeGenOptions.cpp | 20 RelocationModel = "pic"; in CodeGenOptions()
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.h | 36 Optional<Reloc::Model> RelocationModel,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.h | 35 Optional<Reloc::Model> RelocationModel,
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A 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()
|
/aosp_15_r20/external/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 148 static Optional<Reloc::Model> RelocationModel; variable 298 RelocationModel = Reloc::PIC_; in onload() 301 RelocationModel = Reloc::Static; in onload() 983 TripleStr, options::mcpu, FeaturesString, Options, RelocationModel, in createTargetMachine()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | local_client_aot_test_helper.cc | 93 xla::cpu::CpuAotCompilationOptions::RelocationModel::Static); in main()
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CodeGenOptions.h | 138 std::string RelocationModel; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | CodeGenOptions.h | 262 llvm::Reloc::Model RelocationModel; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | CodeGenOptions.h | 262 llvm::Reloc::Model RelocationModel; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | CodeGenOptions.h | 262 llvm::Reloc::Model RelocationModel; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | CodeGenOptions.h | 262 llvm::Reloc::Model RelocationModel; variable
|