Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:ParsedValues

591     struct ParsedValues {
592 ParsedValues() = default;
605 bool matchLeftShift(SelectInst *SelI, Value *CIV, ParsedValues &PV);
606 bool matchRightShift(SelectInst *SelI, ParsedValues &PV);
608 Value *CIV, ParsedValues &PV, bool PreScan);
610 Value *generate(BasicBlock::iterator At, ParsedValues &PV);
667 Value *CIV, ParsedValues &PV) {
782 ParsedValues &PV) {
857 BasicBlock *LoopB, BasicBlock *PrehB, Value *CIV, ParsedValues &PV,
1522 ParsedValues &PV) {
1788 ParsedValues PV;