Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp219 enum PrepForm { UpdateForm = 1, DSForm = 4, DQForm = 16, ChainCommoning }; enumerator
1083 else if (Form == DQForm) in rewriteLoadStores()
1259 if (Form == DSForm || Form == DQForm) { in alreadyPrepared()
1471 MadeChange |= dispFormPrep(L, DQFormBuckets, DQForm); in runOnLoop()
H A DPPCInstrVSX.td3895 def : Pat<(Ty (load DQForm:$src)), (LXV memrix16:$src)>;
3897 def : Pat<(store Ty:$rS, DQForm:$dst), (STXV $rS, memrix16:$dst)>;
3901 def : Pat<(f128 (load DQForm:$src)),
3905 def : Pat<(v4i32 (int_ppc_vsx_lxvw4x DQForm:$src)), (LXV memrix16:$src)>;
3906 def : Pat<(v2f64 (int_ppc_vsx_lxvd2x DQForm:$src)), (LXV memrix16:$src)>;
3910 def : Pat<(store f128:$rS, DQForm:$dst),
3914 def : Pat<(int_ppc_vsx_stxvw4x v4i32:$rS, DQForm:$dst),
3916 def : Pat<(int_ppc_vsx_stxvd2x v2f64:$rS, DQForm:$dst),
H A DPPCInstrP10.td1087 def : Pat<(v256i1 (int_ppc_vsx_lxvp DQForm:$src)), (LXVP memrix16:$src)>;
1093 def : Pat<(int_ppc_vsx_stxvp v256i1:$XSp, DQForm:$dst),
H A DPPCInstrInfo.td668 def DQForm : ComplexPattern<iPTR, 2, "SelectDQForm", [], [SDNPWantParent]>;