Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp663 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; 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.cpp678 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore() local
679 if ((Is32VSXStore || Is64VSXStore) && in PPCEmitStore()
690 if (Is32VSXStore || Is64VSXStore) return false; in PPCEmitStore()
707 if (Is32VSXStore || Is64VSXStore) in PPCEmitStore()