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

  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_debug_allocator.cc 32 int64* NewMask(int64 word) {
40 int64* before_mask = NewMask(0xabababababababab);
41 int64* after_mask = NewMask(0xcdcdcdcdcdcdcdcd);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 247 UINT16 NewMask;
414 NewMask = 0xFFFF;
415 Private->Legacy8259->SetMask(Private->Legacy8259, &NewMask, NULL, NULL, NULL);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 349 APInt NewMask = ~(LHSKnownOne & RHSKnownOne & DemandedMask);
352 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
357 ConstantInt::get(I->getType(), NewMask & XorRHS->getValue());
    [all...]
InstCombineVectorOps.cpp 536 std::vector<int> NewMask;
551 NewMask.push_back(MaskElt);
556 if (isSplat || NewMask == LHSMask || NewMask == Mask) {
559 for (unsigned i = 0, e = NewMask.size(); i != e; ++i) {
560 if (NewMask[i] < 0) {
563 Elts.push_back(ConstantInt::get(Int32Ty, NewMask[i]));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 389 APInt NewMask = ~(LHSKnownOne & RHSKnownOne & DemandedMask);
392 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
397 ConstantInt::get(I->getType(), NewMask & XorRHS->getValue());
    [all...]
InstCombineAndOrXor.cpp 512 unsigned NewMask;
513 NewMask = (Mask & (FoldMskICmp_AMask_AllOnes | FoldMskICmp_BMask_AllOnes |
518 NewMask |=
524 return NewMask;
760 APInt NewMask = BCst->getValue() & DCst->getValue();
762 if (NewMask == BCst->getValue())
764 else if (NewMask == DCst->getValue())
772 APInt NewMask = BCst->getValue() | DCst->getValue();
774 if (NewMask == BCst->getValue())
776 else if (NewMask == DCst->getValue()
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp 437 APInt NewMask = DemandedMask;
453 // just set the NewMask to all bits.
454 NewMask = APInt::getAllOnesValue(BitWidth);
481 if ((LHSZero & NewMask) == (~RHSC->getAPIntValue() & NewMask))
485 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
489 if (SimplifyDemandedBits(Op.getOperand(1), NewMask, KnownZero,
493 if (SimplifyDemandedBits(Op.getOperand(0), ~KnownZero & NewMask,
500 if ((NewMask & ~KnownZero2 & KnownOne) == (~KnownZero2 & NewMask))
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1658 milliseconds