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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp158 unsigned PPCMaterializeInt(const Constant *C, MVT VT);
421 IndexReg = PPCMaterializeInt(Offset, MVT::i64);
422 assert(IndexReg && "Unexpected error in PPCMaterializeInt!");
1529 unsigned SrcReg = PPCMaterializeInt(C, MVT::i64);
1995 unsigned PPCFastISel::PPCMaterializeInt(const Constant *C, MVT VT) { function in class:PPCFastISel
2039 return PPCMaterializeInt(C, VT);

Completed in 65 milliseconds