Searched refs:PrepForm (Results 1 – 1 of 1) 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 }; enum 263 const SCEV *BasePtrIncSCEV, PrepForm Form); 301 bool dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, PrepForm Form); 309 bool prepareBaseForDispFormChain(Bucket &BucketChain, PrepForm Form); 322 PrepForm Form); 327 Instruction *BaseMemI, bool CanPreInc, PrepForm Form, 651 PrepForm Form, SCEVExpander &SCEVE, in rewriteForBase() 902 PrepForm Form) { in prepareBaseForDispFormChain() 1019 PrepForm Form) { in rewriteLoadStores() 1116 PrepForm Form) { in dispFormPrep() [all …]
|