Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp120 M->getPICLevel() == PICLevel::BigPIC && in GetSymbolRef()
H A DPPCAsmPrinter.cpp626 M->getPICLevel() == PICLevel::BigPIC) in EmitTlsCall()
669 PICLevel::Level PL = M->getPICLevel(); in emitInstruction()
799 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
1591 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1618 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp460 M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
5187 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3337 PICLevel::Level picLevel = M->getPICLevel(); in LowerGlobalTLSAddressLinux()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h844 PICLevel::Level getPICLevel() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp597 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp215 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp588 PICLevel::Level Module::getPICLevel() const { in getPICLevel() function in Module
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2057 PICLevel::Level picLevel = M->getPICLevel(); in makeAddress()