Searched refs:CModel (Results 1 – 3 of 3) sorted by relevance
2015 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeFP() local2032 if (CModel == CodeModel::Small) { in PPCMaterializeFP()2044 if (CModel == CodeModel::Large) { in PPCMaterializeFP()2075 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeGV() local2087 if (CModel == CodeModel::Small) in PPCMaterializeGV()
5641 const CodeModel::Model CModel = TM.getCodeModel(); in Select() local5642 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()
15942 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect() local15945 if (CModel == CodeModel::Small || CModel == CodeModel::Large) in isAccessedAsGotIndirect()