Searched refs:CModel (Results 1 – 3 of 3) sorted by relevance
2007 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeFP() local2024 if (CModel == CodeModel::Small) { in PPCMaterializeFP()2036 if (CModel == CodeModel::Large) { in PPCMaterializeFP()2067 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeGV() local2085 if (CModel == CodeModel::Small) in PPCMaterializeGV()
5908 const CodeModel::Model CModel = TM.getCodeModel(); in Select() local5909 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in Select()5912 if (isAIXABI && CModel == CodeModel::Medium) in Select()5918 if (isPPC64 && !isAIXABI && CModel == CodeModel::Small) in Select()5931 if (!isPPC64 && CModel == CodeModel::Small) { in Select()5955 if (isPPC64 && CModel == CodeModel::Small) { in Select()5968 assert(CModel != CodeModel::Small && "All small code models handled."); in Select()
16619 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect() local16622 if (CModel == CodeModel::Small || CModel == CodeModel::Large) in isAccessedAsGotIndirect()