Searched refs:PrepForm (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 217 enum PrepForm { UpdateForm = 1, DSForm = 4, DQForm = 16, ChainCommoning }; enum 254 const SCEV *BasePtrIncSCEV, PrepForm Form); 292 bool dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, PrepForm Form); 300 bool prepareBaseForDispFormChain(Bucket &BucketChain, PrepForm Form); 313 PrepForm Form); 318 Instruction *BaseMemI, bool CanPreInc, PrepForm Form, 642 PrepForm Form, SCEVExpander &SCEVE, in rewriteForBase() 893 PrepForm Form) { in prepareBaseForDispFormChain() 1010 PrepForm Form) { in rewriteLoadStores() 1107 PrepForm Form) { in dispFormPrep() [all …]
|