Home
last modified time | relevance | path

Searched refs:SmallPIC (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp799 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
861 if (PL == PICLevel::SmallPIC && !IsAIX) { 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.cpp3385 else if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3410 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3436 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2060 if (picLevel == PICLevel::SmallPIC) { in makeAddress()