Home
last modified time | relevance | path

Searched refs:getCodeModel (Results 1 – 25 of 160) sorted by relevance

1234567

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86Subtarget.cpp75 if (AllowTaggedGlobals && TM.getCodeModel() == CodeModel::Small && GV && in classifyLocalReference()
86 switch (TM.getCodeModel()) { in classifyLocalReference()
135 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
170 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp52 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
79 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl()
87 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
H A DLanaiTargetMachine.cpp66 Subtarget(TT, Cpu, FeatureString, *this, Options, getCodeModel(), in LanaiTargetMachine()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp51 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
78 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl()
86 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
H A DLanaiTargetMachine.cpp67 Subtarget(TT, Cpu, FeatureString, *this, Options, getCodeModel(), in LanaiTargetMachine()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp153 switch (TM.getCodeModel()) { in classifyLocalReference()
199 switch (TM.getCodeModel()) { in classifyGlobalReference()
226 if (TM.getCodeModel() == CodeModel::Medium && !atLeastM68020()) in getJumpTableEncoding()
H A DM68kInstrInfo.td424 def SmallCode : Predicate<"TM.getCodeModel() == CodeModel::Small">;
425 def KernelCode : Predicate<"TM.getCodeModel() == CodeModel::Kernel">;
426 def FarData : Predicate<"TM.getCodeModel() != CodeModel::Small &&"
427 "TM.getCodeModel() != CodeModel::Kernel">;
428 def NearData : Predicate<"TM.getCodeModel() == CodeModel::Small ||"
429 "TM.getCodeModel() == CodeModel::Kernel">;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp216 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
230 if ((useSmallAddressing() || TM.getCodeModel() == CodeModel::Tiny) && in ClassifyGlobalReference()
248 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
H A DAArch64TargetMachine.cpp293 if ((getCodeModel() == CodeModel::Small || in AArch64TargetMachine()
294 getCodeModel() == CodeModel::Kernel) && in AArch64TargetMachine()
298 else if (getCodeModel() == CodeModel::Tiny && this->Options.TLSSize > 24) in AArch64TargetMachine()
306 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.cpp78 switch (TM.getCodeModel()) { in classifyLocalReference()
125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
157 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp363 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
380 if ((useSmallAddressing() || TM.getCodeModel() == CodeModel::Tiny) && in ClassifyGlobalReference()
398 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
H A DAArch64TargetMachine.cpp348 if ((getCodeModel() == CodeModel::Small || in AArch64TargetMachine()
349 getCodeModel() == CodeModel::Kernel) && in AArch64TargetMachine()
353 else if (getCodeModel() == CodeModel::Tiny && this->Options.TLSSize > 24) in AArch64TargetMachine()
362 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp114 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
122 if (TM.getCodeModel() == CodeModel::Small && GV->hasExternalWeakLinkage()) in ClassifyGlobalReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp174 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
186 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
H A DPPCAsmPrinter.cpp877 TM.getCodeModel() == CodeModel::Small && in emitInstruction()
900 assert(IsAIX && TM.getCodeModel() == CodeModel::Small && in emitInstruction()
960 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in emitInstruction()
992 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in emitInstruction()
1044 (MO.isCPI() && TM.getCodeModel() == CodeModel::Large)) in emitInstruction()
1086 if (!MO.isCPI() || TM.getCodeModel() == CodeModel::Large) in emitInstruction()
1638 if (TM.getCodeModel() == CodeModel::Large in emitFunctionEntryLabel()
1764 if (TM.getCodeModel() != CodeModel::Large) { in emitFunctionBodyStart()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp717 TM.getCodeModel() == CodeModel::Small && in EmitInstruction()
764 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in EmitInstruction()
794 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in EmitInstruction()
844 (MO.isCPI() && TM.getCodeModel() == CodeModel::Large)) in EmitInstruction()
887 if (!MO.isCPI() || TM.getCodeModel() == CodeModel::Large) in EmitInstruction()
1392 if (TM.getCodeModel() == CodeModel::Large in EmitFunctionEntryLabel()
1514 if (TM.getCodeModel() != CodeModel::Large) { in EmitFunctionBodyStart()
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp671 TM.getCodeModel() == CodeModel::Large) in EmitInstruction()
703 if (TM.getCodeModel() == CodeModel::Large) in EmitInstruction()
1087 if (TM.getCodeModel() == CodeModel::Large in EmitFunctionEntryLabel()
1203 if (TM.getCodeModel() != CodeModel::Large) { in EmitFunctionBodyStart()
/aosp_15_r20/frameworks/compile/libbcc/include/bcc/
DCompilerConfig.h87 inline llvm::CodeModel::Model getCodeModel() const in getCodeModel() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h92 const Optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DCommandFlags.h45 CodeModel::Model getCodeModel();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h99 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h99 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h99 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h101 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h99 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function

1234567