Home
last modified time | relevance | path

Searched refs:CModel (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1896 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeFP() local
1907 if (CModel == CodeModel::Small || CModel == CodeModel::JITDefault) { in PPCMaterializeFP()
1919 if (CModel == CodeModel::Large) { in PPCMaterializeFP()
1945 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeGV() local
1957 if (CModel == CodeModel::Small || CModel == CodeModel::JITDefault) in PPCMaterializeGV()
DPPCISelDAGToDAG.cpp2964 CodeModel::Model CModel = TM.getCodeModel(); in Select() local
2965 if (CModel != CodeModel::Medium && CModel != CodeModel::Large) in Select()
2979 CModel == CodeModel::Large) in Select()