Searched refs:ShrinkDemandedOp (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1162 TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op, in ShrinkDemandedOp() function in TargetLowering::TargetLoweringOpt 1289 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl)) in SimplifyDemandedBits() 1323 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl)) in SimplifyDemandedBits() 1348 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl)) in SimplifyDemandedBits() 1821 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl)) in SimplifyDemandedBits()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 377 bool TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op, in ShrinkDemandedOp() function in TargetLowering::TargetLoweringOpt 511 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl)) in SimplifyDemandedBits() 545 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl)) in SimplifyDemandedBits() 570 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl)) in SimplifyDemandedBits() 1148 if (TLO.ShrinkDemandedOp(Op, BitWidth, NewMask, dl)) in SimplifyDemandedBits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 388 bool TargetLowering::ShrinkDemandedOp(SDValue Op, unsigned BitWidth, in ShrinkDemandedOp() function in TargetLowering 627 if (ShrinkDemandedOp(Op, BitWidth, NewMask, TLO)) in SimplifyDemandedBits() 654 if (ShrinkDemandedOp(Op, BitWidth, NewMask, TLO)) in SimplifyDemandedBits() 677 if (ShrinkDemandedOp(Op, BitWidth, NewMask, TLO)) in SimplifyDemandedBits() 1223 ShrinkDemandedOp(Op, BitWidth, NewMask, TLO)) { in SimplifyDemandedBits()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 848 bool ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded,
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2283 bool ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2774 bool ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded,
|