Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp509 bool IsVSSRC = isVSSRCRegClass(UseRC); in PPCEmitLoad() local
511 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad()
564 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad()
658 bool IsVSSRC = isVSSRCRegClass(RC); in PPCEmitStore() local
660 bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS; in PPCEmitStore()
710 case PPC::STFS: Opc = IsVSSRC ? PPC::STXSSPX : PPC::STFSX; break; in PPCEmitStore()