Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp632 M->getPICLevel() == PICLevel::SmallPIC ? "_GLOBAL_OFFSET_TABLE_" in EmitInstruction()
696 if (PL == PICLevel::SmallPIC && !IsAIX) { in EmitInstruction()
1336 if (M.getPICLevel() == PICLevel::SmallPIC) in EmitStartOfAsmFile()
1363 MF->getFunction().getParent()->getPICLevel() == PICLevel::SmallPIC)) in EmitFunctionEntryLabel()
DPPCISelDAGToDAG.cpp443 M->getPICLevel() == PICLevel::SmallPIC) { in getGlobalBaseReg()
4555 Mod->getPICLevel() == PICLevel::SmallPIC) in Select()
DPPCISelLowering.cpp2927 else if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
2946 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
2964 if (picLevel == PICLevel::SmallPIC) in LowerGlobalTLSAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1951 if (picLevel == PICLevel::SmallPIC) { in makeAddress()