Home
last modified time | relevance | path

Searched refs:SubBuilder (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp533 unsigned PartitionIdx, GIMatchTreeBuilder &Builder, GIMatchTreeBuilder &SubBuilder) { in applyForPartition() argument
554 SubBuilder.addLeaf(Leaf); in applyForPartition()
562 GIMatchTreeBuilder::LeafVec &NewLeaves = SubBuilder.getPossibleLeaves(); in applyForPartition()
588 SubBuilder.addPartitionersForOperand(InstrID, OpIdx); in applyForPartition()
707 GIMatchTreeBuilder &SubBuilder) { in applyForPartition() argument
721 SubBuilder.addLeaf(Leaf); in applyForPartition()
728 NewInstrID = SubBuilder.allocInstrID(); in applyForPartition()
730 GIMatchTreeBuilder::LeafVec &NewLeaves = SubBuilder.getPossibleLeaves(); in applyForPartition()
743 SubBuilder.addPartitionersForInstr(NewInstrID); in applyForPartition()
H A DGIMatchTree.h495 GIMatchTreeBuilder &SubBuilder) = 0;
576 void applyForPartition(unsigned Idx, GIMatchTreeBuilder &SubBuilder,
618 GIMatchTreeBuilder &SubBuilder) override;
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1979 auto SubBuilder) -> Instruction * { in visitSub() argument
1990 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub()