HomeSort by relevance Sort by last modified time
    Searched refs:ShrinkDemandedOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 331 /// ShrinkDemandedOp - Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the
336 TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op,
341 "ShrinkDemandedOp only supports binary operators!");
343 "ShrinkDemandedOp only supports nodes with one result!");
470 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
504 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
529 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 119 milliseconds