Searched refs:PPCEmitStore (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 156 bool PPCEmitStore(MVT VT, Register SrcReg, Address &Addr); 606 bool PPCFastISel::PPCEmitStore(MVT VT, Register SrcReg, Address &Addr) { in PPCEmitStore() function in PPCFastISel 744 if (!PPCEmitStore(VT, SrcReg, Addr)) in SelectStore() 1022 if (!PPCEmitStore(MVT::i64, SrcReg, Addr)) in PPCMoveToFPReg() 1151 if (!PPCEmitStore(MVT::f64, SrcReg, Addr)) in PPCMoveToIntReg()
|