Home
last modified time | relevance | path

Searched refs:CModel (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2015 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeFP() local
2032 if (CModel == CodeModel::Small) { in PPCMaterializeFP()
2044 if (CModel == CodeModel::Large) { in PPCMaterializeFP()
2075 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeGV() local
2087 if (CModel == CodeModel::Small) in PPCMaterializeGV()
H A DPPCISelDAGToDAG.cpp5641 const CodeModel::Model CModel = TM.getCodeModel(); in Select() local
5642 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in Select()
5645 if (isAIXABI && CModel == CodeModel::Medium) in Select()
5650 if (isPPC64 && CModel == CodeModel::Small) in Select()
5674 if (isAIXABI && CModel == CodeModel::Small) { in Select()
5685 assert(CModel != CodeModel::Small && "All small code models handled."); in Select()
H A DPPCISelLowering.cpp15942 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect() local
15945 if (CModel == CodeModel::Small || CModel == CodeModel::Large) in isAccessedAsGotIndirect()