Home
last modified time | relevance | path

Searched refs:RelocationModel (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.h42 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 Dcpu_compiler.cc274 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 Dvectorized_reduce_with_no_vector_registers_test.cc99 cpu::CpuAotCompilationOptions::RelocationModel::BigPic); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
H A Dcpu_outfeed_test.cc53 /*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 Dcpu_literal_caching_test.cc71 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
120 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
H A Dcpu_topk_test.cc51 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
78 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
H A Dcpu_key_value_sort_test.cc55 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
H A Dcpu_dyn_shape_test.cc53 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
H A Dcpu_spmd_compile_test.cc82 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
H A Dcpu_profiling_test.cc77 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
H A Dcpu_eigen_dot_operation_test.cc53 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in CompileAndCheck()
H A Dcpu_vectorization_test.cc104 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
H A Dcpu_intrinsic_test.cc109 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
/aosp_15_r20/external/clang/tools/driver/
H A Dcc1as_main.cpp130 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 DCodeGenOptions.cpp20 RelocationModel = "pic"; in CodeGenOptions()
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h36 Optional<Reloc::Model> RelocationModel,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h35 Optional<Reloc::Model> RelocationModel,
/aosp_15_r20/external/clang/lib/CodeGen/
H A DBackendUtil.cpp552 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 Dgold-plugin.cpp148 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 Dlocal_client_aot_test_helper.cc93 xla::cpu::CpuAotCompilationOptions::RelocationModel::Static); in main()
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h138 std::string RelocationModel; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DCodeGenOptions.h262 llvm::Reloc::Model RelocationModel; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DCodeGenOptions.h262 llvm::Reloc::Model RelocationModel; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DCodeGenOptions.h262 llvm::Reloc::Model RelocationModel; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DCodeGenOptions.h262 llvm::Reloc::Model RelocationModel; variable

12