Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp172 unsigned PPCMaterializeInt(const ConstantInt *CI, MVT VT,
442 IndexReg = PPCMaterializeInt(Offset, MVT::i64); in PPCSimplifyAddress()
1728 PPCMaterializeInt(CI, MVT::i64, VA.getLocInfo() != CCValAssign::ZExt); in SelectRet()
2208 unsigned PPCFastISel::PPCMaterializeInt(const ConstantInt *CI, MVT VT, in PPCMaterializeInt() function in PPCFastISel
2267 return PPCMaterializeInt(CI, VT, false); in fastMaterializeConstant()