Searched refs:ShrinkDemandedOp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp536 bool TargetLowering::ShrinkDemandedOp(SDValue Op, unsigned BitWidth, function in class:TargetLowering
540 "ShrinkDemandedOp only supports binary operators!");
542 "ShrinkDemandedOp only supports nodes with one result!");
1123 if (ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO))
1169 if (ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO))
1212 if (ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO))
1365 ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO))
1998 ShrinkDemandedOp(Op, BitWidth, DemandedBits, TLO)) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3119 bool ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded,

Completed in 118 milliseconds