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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 377 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op,
382 "ShrinkDemandedOp only supports binary operators!");
384 "ShrinkDemandedOp only supports nodes with one result!");
511 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
545 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
570 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl))
    [all...]

Completed in 70 milliseconds