Searched refs:DSForm (Results 1 – 5 of 5) 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 1034 ((Form == DSForm) && in rewriteLoadStores() 1081 if (Form == DSForm && !CanPreInc) in rewriteLoadStores() 1085 else if (Form == UpdateForm || (Form == DSForm && CanPreInc)) in rewriteLoadStores() 1259 if (Form == DSForm || Form == DQForm) { in alreadyPrepared() 1263 if (Form == DSForm) in alreadyPrepared() 1461 MadeChange |= dispFormPrep(L, DSFormBuckets, DSForm); in runOnLoop()
|
| H A D | PPCInstrVSX.td | 1749 [(set f32:$XT, (load DSForm:$src))]>; 1752 [(set f64:$XT, (load DSForm:$src))]>; 1755 [(store f32:$XT, DSForm:$dst)]>; 1758 [(store f64:$XT, DSForm:$dst)]>; 2300 dag A = (i64 (PPCmfvsr (PPCfctidz (f64 (extloadf32 DSForm:$A))))); 2306 dag A = (i64 (PPCmfvsr (PPCfctiduz (f64 (extloadf32 DSForm:$A))))); 2336 dag A = (i32 (PPCmfvsr (PPCfctiwz (f64 (load DSForm:$A))))); 2342 dag A = (i32 (PPCmfvsr (PPCfctiwuz (f64 (load DSForm:$A))))); 3999 def : Pat<(f64 (extloadf32 DSForm:$src)), 4000 (COPY_TO_REGCLASS (DFLOADf32 DSForm:$src), VSFRC)>; [all …]
|
| H A D | PPCInstr64Bit.td | 1255 (sextloadi32 DSForm:$src))]>, isPPC64, 1372 [(set i64:$rD, (load DSForm:$src))]>, isPPC64; 1633 [(store i64:$rS, DSForm:$dst)]>, isPPC64; 1668 def : Pat<(int_ppc_atomic_store_i128 i64:$lo, i64:$hi, DSForm:$dst), 1908 def : Pat<(atomic_load_64 DSForm:$src), (LD memrix:$src)>; 1911 def : Pat<(atomic_store_64 DSForm:$ptr, i64:$val), (STD g8rc:$val, memrix:$ptr)>;
|
| H A D | PPCInstrP10.td | 2329 def : Pat<(v2f64 (insertelt v2f64:$vDi, (f64 (load DSForm:$rA)), i64:$rB)), 2376 def : Pat<(v2f64 (insertelt v2f64:$vDi, (f64 (load DSForm:$rA)), i64:$rB)),
|
| H A D | PPCInstrInfo.td | 691 def DSForm : ComplexPattern<iPTR, 2, "SelectDSForm", [], [SDNPWantParent]>;
|