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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 444 APInt InputDemandedBits = DemandedMask &
451 InputDemandedBits.setBit(SrcBitWidth-1);
453 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
456 if (SimplifyDemandedBits(I->getOperandUse(0), InputDemandedBits,
459 InputDemandedBits = InputDemandedBits.zext(BitWidth);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 490 APInt InputDemandedBits = DemandedMask &
497 InputDemandedBits.setBit(SrcBitWidth-1);
499 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
502 if (SimplifyDemandedBits(I->getOperandUse(0), InputDemandedBits, KnownZero,
505 InputDemandedBits = InputDemandedBits.zext(BitWidth);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 379 APInt InputDemandedBits = DemandedMask.trunc(SrcBitWidth);
384 InputDemandedBits.setBit(SrcBitWidth-1);
387 if (SimplifyDemandedBits(I, 0, InputDemandedBits, InputKnown, Depth + 1))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 227 milliseconds