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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1138 /// ShrinkDemandedOp - Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the
1143 TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op, function in class:TargetLowering::TargetLoweringOpt
1148 "ShrinkDemandedOp only supports binary operators!");
1150 "ShrinkDemandedOp only supports nodes with one result!");
1269 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
1303 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
1328 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
1820 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
/external/llvm/include/llvm/Target/
H A DTargetLowering.h878 /// ShrinkDemandedOp - Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the
882 bool ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded,

Completed in 1375 milliseconds