Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp217 enum PrepForm { UpdateForm = 1, DSForm = 4, DQForm = 16, ChainCommoning }; enumerator
1079 else if (Form == DQForm) in rewriteLoadStores()
1257 if (Form == DSForm || Form == DQForm) { in alreadyPrepared()
1469 MadeChange |= dispFormPrep(L, DQFormBuckets, DQForm); in runOnLoop()
H A DPPCInstrVSX.td3932 def : Pat<(Ty (load DQForm:$src)), (LXV memrix16:$src)>;
3934 def : Pat<(store Ty:$rS, DQForm:$dst), (STXV $rS, memrix16:$dst)>;
3938 def : Pat<(f128 (load DQForm:$src)),
3942 def : Pat<(v4i32 (int_ppc_vsx_lxvw4x DQForm:$src)), (LXV memrix16:$src)>;
3943 def : Pat<(v2f64 (int_ppc_vsx_lxvd2x DQForm:$src)), (LXV memrix16:$src)>;
3947 def : Pat<(store f128:$rS, DQForm:$dst),
3951 def : Pat<(int_ppc_vsx_stxvw4x v4i32:$rS, DQForm:$dst),
3953 def : Pat<(int_ppc_vsx_stxvd2x v2f64:$rS, DQForm:$dst),
H A DPPCInstrP10.td1196 def : Pat<(v256i1 (int_ppc_vsx_lxvp DQForm:$src)), (LXVP memrix16:$src)>;
1202 def : Pat<(int_ppc_vsx_stxvp v256i1:$XSp, DQForm:$dst),
H A DPPCInstrInfo.td716 def DQForm : ComplexPattern<iPTR, 2, "SelectDQForm">;