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 297 /// ShrinkDemandedOp - Convert x+y to (VT)((SmallVT)x+(SmallVT)y) if the
302 TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op,
307 "ShrinkDemandedOp only supports binary operators!");
309 "ShrinkDemandedOp only supports nodes with one result!");
431 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
465 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
490 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 73 milliseconds