Searched refs:DQForm (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 220 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 D | PPCInstrVSX.td | 3911 def : Pat<(Ty (load DQForm:$src)), (LXV memrix16:$src)>; 3913 def : Pat<(store Ty:$rS, DQForm:$dst), (STXV $rS, memrix16:$dst)>; 3917 def : Pat<(f128 (load DQForm:$src)), 3921 def : Pat<(v4i32 (int_ppc_vsx_lxvw4x DQForm:$src)), (LXV memrix16:$src)>; 3922 def : Pat<(v2f64 (int_ppc_vsx_lxvd2x DQForm:$src)), (LXV memrix16:$src)>; 3926 def : Pat<(store f128:$rS, DQForm:$dst), 3930 def : Pat<(int_ppc_vsx_stxvw4x v4i32:$rS, DQForm:$dst), 3932 def : Pat<(int_ppc_vsx_stxvd2x v2f64:$rS, DQForm:$dst),
|
| H A D | PPCInstrP10.td | 1087 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 D | PPCInstrInfo.td | 692 def DQForm : ComplexPattern<iPTR, 2, "SelectDQForm", [], [SDNPWantParent]>;
|