Searched refs:SubBuilder (Results 1 – 3 of 3) sorted by relevance
533 unsigned PartitionIdx, GIMatchTreeBuilder &Builder, GIMatchTreeBuilder &SubBuilder) { in applyForPartition() argument554 SubBuilder.addLeaf(Leaf); in applyForPartition()562 GIMatchTreeBuilder::LeafVec &NewLeaves = SubBuilder.getPossibleLeaves(); in applyForPartition()592 SubBuilder.addPartitionersForOperand(InstrID, OpIdx); in applyForPartition()713 GIMatchTreeBuilder &SubBuilder) { in applyForPartition() argument727 SubBuilder.addLeaf(Leaf); in applyForPartition()734 NewInstrID = SubBuilder.allocInstrID(); in applyForPartition()736 GIMatchTreeBuilder::LeafVec &NewLeaves = SubBuilder.getPossibleLeaves(); in applyForPartition()749 SubBuilder.addPartitionersForInstr(NewInstrID); in applyForPartition()
495 GIMatchTreeBuilder &SubBuilder) = 0;576 void applyForPartition(unsigned Idx, GIMatchTreeBuilder &SubBuilder,618 GIMatchTreeBuilder &SubBuilder) override;
2221 auto SubBuilder) -> Instruction * { in visitSub() argument2232 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub()