/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.h | 41 enum class RelocationModel { enum 56 RelocationModel relocation_model); 70 RelocationModel relocation_model() const { return relocation_model_; } in relocation_model() 77 const RelocationModel relocation_model_;
|
D | cpu_compiler.cc | 119 RelocationModel relocation_model) in CpuAotCompilationOptions() 770 case CpuAotCompilationOptions::RelocationModel::Static: in CompileAheadOfTime() 775 case CpuAotCompilationOptions::RelocationModel::SmallPic: in CompileAheadOfTime() 780 case CpuAotCompilationOptions::RelocationModel::BigPic: in CompileAheadOfTime() 785 case CpuAotCompilationOptions::RelocationModel::SmallPie: in CompileAheadOfTime() 790 case CpuAotCompilationOptions::RelocationModel::BigPie: in CompileAheadOfTime()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCCodeGenInfo.h | 25 Reloc::Model RelocationModel; variable 35 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_outfeed_test.cc | 50 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 78 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
D | cpu_literal_caching_test.cc | 69 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 117 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
D | cpu_key_value_sort_test.cc | 52 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
D | cpu_eigen_dot_operation_test.cc | 50 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in CompileAndCheck()
|
D | cpu_intrinsic_test.cc | 93 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
|
/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/swiftshader/third_party/LLVM/lib/MC/ |
D | MCCodeGenInfo.cpp | 19 RelocationModel = RM; in InitMCCodeGenInfo()
|
/external/clang/lib/Frontend/ |
D | CodeGenOptions.cpp | 20 RelocationModel = "pic"; in CodeGenOptions()
|
D | CompilerInvocation.cpp | 589 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in ParseCodeGenArgs()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.h | 36 Optional<Reloc::Model> RelocationModel,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.h | 36 Optional<Reloc::Model> RelocationModel,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
D | gold-plugin.cpp | 119 static Optional<Reloc::Model> RelocationModel = None; variable 332 RelocationModel = Reloc::PIC_; in onload() 336 RelocationModel = Reloc::PIC_; in onload() 340 RelocationModel = Reloc::Static; in onload() 844 Conf.RelocModel = RelocationModel; in createLTO()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | local_client_aot_test_helper.cc | 86 xla::cpu::CpuAotCompilationOptions::RelocationModel::Static); in main()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.h | 138 std::string RelocationModel; variable
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | compile.cc | 122 xla::cpu::CpuAotCompilationOptions::RelocationModel::BigPic); in CompileGraph()
|
/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()
|
/external/llvm/tools/gold/ |
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()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 3768 llvm::Reloc::Model RelocationModel; in AddAssemblerKPIC() local 3771 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC() 3774 if (RelocationModel != llvm::Reloc::Static) in AddAssemblerKPIC() 4039 llvm::Reloc::Model RelocationModel; in ConstructJob() local 4042 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob() 4045 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob() 6528 llvm::Reloc::Model RelocationModel; in ConstructJob() local 6531 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob() 6534 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob() 8979 llvm::Reloc::Model RelocationModel; in ConstructJob() local [all …]
|