Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp662 bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS; in PPCEmitStore() local
664 if ((Is32VSXStore || Is64VSXStore) && in PPCEmitStore()
675 if (Is32VSXStore || Is64VSXStore) return false; in PPCEmitStore()
692 if (Is32VSXStore || Is64VSXStore) return false; in PPCEmitStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp677 bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS; in PPCEmitStore() local
679 if ((Is32VSXStore || Is64VSXStore) && in PPCEmitStore()
690 if (Is32VSXStore || Is64VSXStore) return false; in PPCEmitStore()
707 if (Is32VSXStore || Is64VSXStore) in PPCEmitStore()