Searched refs:CModel (Results 1 – 4 of 4) sorted by relevance
668 const CodeModel::Model CModel = TM.getCodeModel(); in selectConstantPool() local669 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in selectConstantPool()679 if (CModel == CodeModel::Small) { in selectConstantPool()691 if (CModel == CodeModel::Large) in selectConstantPool()
2005 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeFP() local2022 if (CModel == CodeModel::Small) { in PPCMaterializeFP()2034 if (CModel == CodeModel::Large) { in PPCMaterializeFP()2065 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeGV() local2081 if (CModel == CodeModel::Small) { in PPCMaterializeGV()
6087 const CodeModel::Model CModel = getCodeModel(*Subtarget, TM, N); in Select() local6089 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in Select()6092 if (isAIXABI && CModel == CodeModel::Medium) in Select()6098 if (isPPC64 && !isAIXABI && CModel == CodeModel::Small) in Select()6118 if (!isPPC64 && CModel == CodeModel::Small) { in Select()6141 if (isPPC64 && CModel == CodeModel::Small) { in Select()6153 assert(CModel != CodeModel::Small && "All small code models handled."); in Select()
17170 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect() local17173 if (CModel == CodeModel::Small || CModel == CodeModel::Large) in isAccessedAsGotIndirect()