/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 53 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection() 80 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl() 88 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
|
D | LanaiTargetMachine.cpp | 71 Subtarget(TT, Cpu, FeatureString, *this, Options, getCodeModel(), in LanaiTargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 78 switch (TM.getCodeModel()) { in classifyLocalReference() 123 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 149 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 114 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 122 if (TM.getCodeModel() == CodeModel::Small && GV->hasExternalWeakLinkage()) in ClassifyGlobalReference()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 196 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 217 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
D | AArch64Subtarget.h | 316 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCCodeGenInfo.h | 37 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetMachine.cpp | 222 CodeModel::Model TargetMachine::getCodeModel() const { in getCodeModel() function in TargetMachine 225 return CodeGenInfo->getCodeModel(); in getCodeModel()
|
D | TargetLoweringObjectFile.cpp | 45 TM.getRelocationModel(), TM.getCodeModel(), *Ctx); in Initialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/ |
D | llvm-isel-fuzzer.cpp | 161 getCodeModel(), OLvl)); in LLVMFuzzerInitialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 222 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 228 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
D | PPCAsmPrinter.cpp | 671 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()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 88 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
|
D | TargetLoweringObjectFile.cpp | 47 TM.getCodeModel(), *Ctx); in Initialize()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetMachine.h | 205 CodeModel::Model getCodeModel() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/ |
D | llvm-opt-fuzzer.cpp | 225 Options, getRelocModel(), getCodeModel(), CodeGenOpt::Default)); in LLVMFuzzerInitialize()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 123 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 175 CodeModel::Model getCodeModel() const;
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 92 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 92 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
|
D | TargetLoweringObjectFile.cpp | 47 TM.getCodeModel() == CodeModel::Large); in Initialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 183 CodeModel::Model getCodeModel() const;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.cpp | 71 if (TM.getCodeModel() == CodeModel::Large) in ClassifyGlobalReference()
|