Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp2015 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeFP() local
2032 if (CModel == CodeModel::Small) { in PPCMaterializeFP()
2044 if (CModel == CodeModel::Large) { in PPCMaterializeFP()
2075 CodeModel::Model CModel = TM.getCodeModel(); in PPCMaterializeGV() local
2087 if (CModel == CodeModel::Small) in PPCMaterializeGV()
H A DPPCISelDAGToDAG.cpp5649 const CodeModel::Model CModel = TM.getCodeModel(); in Select() local
5650 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()
H A DPPCISelLowering.cpp16037 CodeModel::Model CModel = getTargetMachine().getCodeModel(); in isAccessedAsGotIndirect() local
16040 if (CModel == CodeModel::Small || CModel == CodeModel::Large) in isAccessedAsGotIndirect()