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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp316 /// ShrinkDemandedOp - Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the
321 TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
326 "ShrinkDemandedOp only supports binary operators!");
328 "ShrinkDemandedOp only supports nodes with one result!");
454 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
488 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
513 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
1066 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1964 bool ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded,

Completed in 216 milliseconds