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

  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 123 APInt Demanded = APInt::getAllOnesValue(BitWidth);
124 return SimplifyDemandedBits(Op, Demanded);
127 bool SimplifyDemandedBits(SDValue Op, const APInt &Demanded);
643 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &Demanded) {
646 if (!TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 185 APInt Demanded = APInt::getAllOnesValue(BitWidth);
186 return SimplifyDemandedBits(Op, Demanded);
189 bool SimplifyDemandedBits(SDValue Op, const APInt &Demanded);
    [all...]

Completed in 61 milliseconds