Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp131 M->getPICLevel() == PICLevel::BigPIC && in GetSymbolRef()
H A DPPCAsmPrinter.cpp686 M->getPICLevel() == PICLevel::BigPIC) in EmitTlsCall()
757 PICLevel::Level PL = M->getPICLevel(); in emitInstruction()
902 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
1720 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1747 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp472 M->getPICLevel() == PICLevel::SmallPIC) { in INITIALIZE_PASS()
5482 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3450 PICLevel::Level picLevel = M->getPICLevel(); in LowerGlobalTLSAddressLinux()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp574 PICLevel::Level Module::getPICLevel() const { in getPICLevel() function in Module
683 return getPICLevel() == PICLevel::NotPIC; in getDirectAccessExternalData()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h918 PICLevel::Level getPICLevel() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp217 M.getPICLevel() == PICLevel::NotPIC ? Reloc::Static : Reloc::PIC_; in createTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp552 if (F.getParent()->getPICLevel() == PICLevel::NotPIC) in insertDynamicShadowAtFunctionEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2149 PICLevel::Level picLevel = M->getPICLevel(); in makeAddress()