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 316 /// ShrinkDemandedOp - Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the
321 TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op,
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))
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 180 milliseconds