Home
last modified time | relevance | path

Searched refs:getPICLevel (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp119 M->getPICLevel() == PICLevel::BigPIC && in GetSymbolRef()
DPPCAsmPrinter.cpp503 M->getPICLevel() == PICLevel::BigPIC) in EmitTlsCall()
543 PICLevel::Level PL = M->getPICLevel(); in EmitInstruction()
632 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in EmitInstruction()
1336 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1363 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
DPPCISelDAGToDAG.cpp443 M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
4555 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
DPPCISelLowering.cpp2897 PICLevel::Level picLevel = M->getPICLevel(); in LowerGlobalTLSAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp504 PICLevel::Level Module::getPICLevel() const { in getPICLevel() function in Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h810 PICLevel::Level getPICLevel() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp143 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1948 PICLevel::Level picLevel = M->getPICLevel(); in makeAddress()