Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h36 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp987 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in emitInstruction()
1049 if (PL == PICLevel::SmallPIC && !IsAIX) { in emitInstruction()
1946 if (M.getPICLevel() == PICLevel::SmallPIC) in emitStartOfAsmFile()
1973 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in emitFunctionEntryLabel()
H A DPPCISelDAGToDAG.cpp478 M->getPICLevel() == PICLevel::SmallPIC) { in INITIALIZE_PASS()
5470 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
H A DPPCISelLowering.cpp3611 else if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3636 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
3662 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddressLinux()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2144 if (picLevel == PICLevel::SmallPIC) { in makeAddress()