Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CodeModel

1266     CodeModel::Model CModel = TM.getCodeModel();
1267 if (CModel != CodeModel::Medium && CModel != CodeModel::Large)
1282 if (isa<JumpTableSDNode>(GA) || CModel == CodeModel::Large)