Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp772 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
834 if (PL == PICLevel::SmallPIC && !IsAIX) { in emitInstruction()
1541 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1568 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp444 M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
5049 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3333 else if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3358 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3384 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1960 if (picLevel == PICLevel::SmallPIC) { in makeAddress()