Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp649 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore() local
650 if ((Is32VSXStore || Is64VSXStore) && in PPCEmitStore()
661 if (Is32VSXStore || Is64VSXStore) return false; in PPCEmitStore()
678 if (Is32VSXStore || Is64VSXStore) in PPCEmitStore()