Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
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()
Dcpu_literal_caching_test.cc71 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
120 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
Dcpu_topk_test.cc51 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
78 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
Dcpu_key_value_sort_test.cc55 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
Dcpu_dyn_shape_test.cc53 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
Dcpu_profiling_test.cc76 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
Dcpu_eigen_dot_operation_test.cc52 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in CompileAndCheck()
Dcpu_vectorization_test.cc104 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
Dcpu_intrinsic_test.cc108 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h41 enum class RelocationModel { enum
56 RelocationModel relocation_model);
71 RelocationModel relocation_model() const { return relocation_model_; } in relocation_model()
78 const RelocationModel relocation_model_;
Dcpu_compiler.cc157 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()
Dvectorized_reduce_with_no_vector_registers_test.cc99 cpu::CpuAotCompilationOptions::RelocationModel::BigPic); in TEST_F()
/external/clang/tools/driver/
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()
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp140 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/
DCodeGenOptions.cpp20 RelocationModel = "pic"; in CodeGenOptions()
/external/llvm-project/clang/lib/Basic/
DCodeGenOptions.cpp19 RelocationModel = llvm::Reloc::PIC_; in CodeGenOptions()
/external/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h36 Optional<Reloc::Model> RelocationModel,
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h32 Optional<Reloc::Model> RelocationModel,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h35 Optional<Reloc::Model> RelocationModel,
/external/llvm-project/clang/lib/Driver/ToolChains/
DWebAssembly.cpp251 llvm::Reloc::Model RelocationModel; in addClangTargetOptions() local
254 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions()
256 if (RelocationModel == llvm::Reloc::PIC_) { in addClangTargetOptions()
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp124 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/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_aot_test_helper.cc93 xla::cpu::CpuAotCompilationOptions::RelocationModel::Static); in main()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h138 std::string RelocationModel; variable
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h212 llvm::Reloc::Model RelocationModel; variable
/external/clang/lib/CodeGen/
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()

12