Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
592 SubBuilder.addPartitionersForOperand(InstrID, OpIdx); in applyForPartition()
713 GIMatchTreeBuilder &SubBuilder) { in applyForPartition() argument
727 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()
H A DGIMatchTree.h495 GIMatchTreeBuilder &SubBuilder) = 0;
576 void applyForPartition(unsigned Idx, GIMatchTreeBuilder &SubBuilder,
618 GIMatchTreeBuilder &SubBuilder) override;
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2221 auto SubBuilder) -> Instruction * { in visitSub() argument
2232 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub()