Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp668 const CodeModel::Model CModel = TM.getCodeModel(); in selectConstantPool() local
669 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in selectConstantPool()
679 if (CModel == CodeModel::Small) { in selectConstantPool()
691 if (CModel == CodeModel::Large) in selectConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1994 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeFP() local
2011 if (CModel == CodeModel::Small) { in PPCMaterializeFP()
2023 if (CModel == CodeModel::Large) { in PPCMaterializeFP()
2054 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeGV() local
2070 if (CModel == CodeModel::Small) { in PPCMaterializeGV()
H A DPPCISelDAGToDAG.cpp6100 const CodeModel::Model CModel = getCodeModel(*Subtarget, TM, N); in Select() local
6102 assert(!(CModel == CodeModel::Tiny || CModel == CodeModel::Kernel) && in Select()
6105 if (isAIXABI && CModel == CodeModel::Medium) in Select()
6111 if (isPPC64 && !isAIXABI && CModel == CodeModel::Small) in Select()
6131 if (!isPPC64 && CModel == CodeModel::Small) { in Select()
6154 if (isPPC64 && CModel == CodeModel::Small) { in Select()
6166 assert(CModel != CodeModel::Small && "All small code models handled."); in Select()
H A DPPCISelLowering.cpp18077 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect() local
18080 if (CModel == CodeModel::Small || CModel == CodeModel::Large) in isAccessedAsGotIndirect()