Searched refs:DQForm (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 220 enum PrepForm { UpdateForm = 1, DSForm = 4, DQForm = 16, ChainCommoning }; enumerator 1088 else if (Form == DQForm) in rewriteLoadStores() 1266 if (Form == DSForm || Form == DQForm) { in alreadyPrepared() 1478 MadeChange |= dispFormPrep(L, DQFormBuckets, DQForm); in runOnLoop()
|
H A D | PPCInstrVSX.td | 3930 def : Pat<(Ty (load DQForm:$src)), (LXV memrix16:$src)>; 3932 def : Pat<(store Ty:$rS, DQForm:$dst), (STXV $rS, memrix16:$dst)>; 3936 def : Pat<(f128 (load DQForm:$src)), 3940 def : Pat<(v4i32 (int_ppc_vsx_lxvw4x DQForm:$src)), (LXV memrix16:$src)>; 3941 def : Pat<(v2f64 (int_ppc_vsx_lxvd2x DQForm:$src)), (LXV memrix16:$src)>; 3945 def : Pat<(store f128:$rS, DQForm:$dst), 3949 def : Pat<(int_ppc_vsx_stxvw4x v4i32:$rS, DQForm:$dst), 3951 def : Pat<(int_ppc_vsx_stxvd2x v2f64:$rS, DQForm:$dst),
|
H A D | PPCInstrP10.td | 1192 def : Pat<(v256i1 (int_ppc_vsx_lxvp DQForm:$src)), (LXVP memrix16:$src)>; 1198 def : Pat<(int_ppc_vsx_stxvp v256i1:$XSp, DQForm:$dst),
|
H A D | PPCInstrInfo.td | 691 def DQForm : ComplexPattern<iPTR, 2, "SelectDQForm", [], [SDNPWantParent]>;
|