Searched refs:CModel (Results 1 – 3 of 3) sorted by relevance
2010 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeFP() local2027 if (CModel == CodeModel::Small) { in PPCMaterializeFP()2039 if (CModel == CodeModel::Large) { in PPCMaterializeFP()2066 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeGV() local2078 if (CModel == CodeModel::Small) in PPCMaterializeGV()
5132 const CodeModel::Model CModel = TM.getCodeModel(); in Select() local5133 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in Select()5136 if (isAIXABI && CModel == CodeModel::Medium) in Select()5141 if (isPPC64 && CModel == CodeModel::Small) in Select()5165 if (isAIXABI && CModel == CodeModel::Small) { in Select()5171 assert(CModel != CodeModel::Small && "All small code models handled."); in Select()
14959 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect() local14962 if (CModel == CodeModel::Small || CModel == CodeModel::Large) in isAccessedAsGotIndirect()