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()
5649 const CodeModel::Model CModel = TM.getCodeModel(); in Select() local5650 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in Select()5653 if (isAIXABI && CModel == CodeModel::Medium) in Select()5658 if (isPPC64 && CModel == CodeModel::Small) in Select()5682 if (isAIXABI && CModel == CodeModel::Small) { in Select()5693 assert(CModel != CodeModel::Small && "All small code models handled."); in Select()
16037 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect() local16040 if (CModel == CodeModel::Small || CModel == CodeModel::Large) in isAccessedAsGotIndirect()