/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 158 SmallVector<SlotIndex, 4> Undefs; in extendToUses() local 160 LI->computeSubRangeUndefs(Undefs, Mask, *MRI, *Indexes); in extendToUses() 212 extend(LR, UseIdx, Reg, Undefs); in extendToUses() 242 ArrayRef<SlotIndex> Undefs) { in extend() argument 251 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend() 259 if (findReachingDefs(LR, *UseMBB, Use, PhysReg, Undefs)) in extend() 276 bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs, in isDefOnEntry() argument 322 if (LR.isUndefIn(Undefs, Seg.end, End)) in isDefOnEntry() 330 if (UndefOnEntry[N] || LR.isUndefIn(Undefs, Begin, End)) { in isDefOnEntry() 348 ArrayRef<SlotIndex> Undefs) { in findReachingDefs() argument [all …]
|
D | LiveInterval.cpp | 135 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() argument 142 return std::make_pair(nullptr, LR->isUndefIn(Undefs, StartIdx, BeforeUse)); in extendInBlock() 145 return std::make_pair(nullptr, LR->isUndefIn(Undefs, StartIdx, BeforeUse)); in extendInBlock() 147 if (LR->isUndefIn(Undefs, I->end, BeforeUse)) in extendInBlock() 564 std::pair<VNInfo*,bool> LiveRange::extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() argument 568 return CalcLiveRangeUtilSet(this).extendInBlock(Undefs, StartIdx, Kill); in extendInBlock() 570 return CalcLiveRangeUtilVector(this).extendInBlock(Undefs, StartIdx, Kill); in extendInBlock() 976 void LiveInterval::computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs, in computeSubRangeUndefs() argument 995 Undefs.push_back(Pos); in computeSubRangeUndefs()
|
D | SplitKit.cpp | 1243 ArrayRef<SlotIndex> Undefs) { in extendPHIRange() argument 1255 LRC.extend(LR, End, /*PhysReg=*/0, Undefs); in extendPHIRange() 1279 SmallVector<SlotIndex, 4> Undefs; in extendPHIKillRanges() local 1295 Undefs.clear(); in extendPHIKillRanges() 1296 LI.computeSubRangeUndefs(Undefs, PS.LaneMask, MRI, *LIS.getSlotIndexes()); in extendPHIKillRanges() 1297 extendPHIRange(B, SubLRC, S, PS.LaneMask, Undefs); in extendPHIKillRanges() 1391 SmallVector<SlotIndex, 4> Undefs; in rewriteAssigned() local 1392 LI.computeSubRangeUndefs(Undefs, S.LaneMask, MRI, *LIS.getSlotIndexes()); in rewriteAssigned() 1393 SubLRC.extend(S, EP.Next, 0, Undefs); in rewriteAssigned()
|
D | LiveIntervals.cpp | 436 SmallVector<SlotIndex,8> Undefs; in extendSegmentsToUses() local 437 LI.computeSubRangeUndefs(Undefs, LaneMask, *MRI, *Indexes); in extendSegmentsToUses() 438 assert(LiveRangeCalc::isJointlyDominated(Pred, Undefs, *Indexes) && in extendSegmentsToUses() 625 ArrayRef<SlotIndex> Undefs) { in extendToIndices() argument 629 LRCalc->extend(LR, Idx, /*PhysReg=*/0, Undefs); in extendToIndices()
|
D | SplitKit.h | 419 ArrayRef<SlotIndex> Undefs);
|
D | MachineVerifier.cpp | 2634 SmallVector<SlotIndex, 4> Undefs; in verifyLiveRangeSegment() local 2637 OwnerLI.computeSubRangeUndefs(Undefs, LaneMask, *MRI, *Indexes); in verifyLiveRangeSegment() 2665 if (LiveRangeCalc::isJointlyDominated(*PI, Undefs, *Indexes)) in verifyLiveRangeSegment()
|
D | ModuloSchedule.cpp | 1255 DenseMap<const TargetRegisterClass *, Register> Undefs; member in __anon8484f8e80111::KernelRewriter 1500 Register &R = Undefs[RC]; in undef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveRangeCalc.h | 128 bool isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs, 149 unsigned PhysReg, ArrayRef<SlotIndex> Undefs); 211 ArrayRef<SlotIndex> Undefs);
|
D | LiveInterval.h | 487 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, 598 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin, in isUndefIn() argument 600 return std::any_of(Undefs.begin(), Undefs.end(), in isUndefIn() 819 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
|
D | LiveIntervals.h | 185 ArrayRef<SlotIndex> Undefs);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 425 SmallVector<SlotIndex,8> Undefs; in updateDeadsInRange() local 427 LI.computeSubRangeUndefs(Undefs, LM, *MRI, *LIS->getSlotIndexes()); in updateDeadsInRange() 431 auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI); in updateDeadsInRange() 460 LIS->extendToIndices(Range, ExtTo, Undefs); in updateDeadsInRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 215 UndefPool Undefs; member in Ice::ConstantPool 739 return getConstPool()->Undefs.getOrAdd(this, Ty); in getConstantUndef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2254 auto *Undefs = UndefValue::get(BlockInMaskPart->getType()); in vectorizeInterleaveGroup() local 2257 BlockInMaskPart, Undefs, RepMask, "interleaved.mask"); in vectorizeInterleaveGroup() 2339 auto *Undefs = UndefValue::get(BlockInMaskPart->getType()); in vectorizeInterleaveGroup() local 2342 BlockInMaskPart, Undefs, RepMask, "interleaved.mask"); in vectorizeInterleaveGroup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5552 static SDValue getConstVector(ArrayRef<APInt> Bits, APInt &Undefs, in getConstVector() argument 5554 assert(Bits.size() == Undefs.getBitWidth() && in getConstVector() 5569 if (Undefs[i]) { in getConstVector() 6204 auto CollectConstantBits = [](const Constant *Cst, APInt &Mask, APInt &Undefs, in getTargetConstantBitsFromNode() 6209 Undefs.setBit(UndefBitIndex); in getTargetConstantBitsFromNode() 7821 std::bitset<4> Zeroable, Undefs; in LowerBuildVectorv4x32() local 7824 Undefs[i] = Elt.isUndef(); in LowerBuildVectorv4x32() 7876 SDValue VZeroOrUndef = (Zeroable == Undefs) in LowerBuildVectorv4x32() 39535 APInt Undefs(NumDstElts, 0); in combineVectorPack() local 39544 Undefs.setBit(Lane * NumDstEltsPerLane + Elt); in combineVectorPack() [all …]
|