Searched defs:Undefs (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 88 ArrayRef<SlotIndex> Undefs) { in extend() 122 bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs, in isDefOnEntry() 193 ArrayRef<SlotIndex> Undefs) { in findReachingDefs()
|
H A D | LiveIntervalCalc.cpp | 140 SmallVector<SlotIndex, 4> Undefs; in extendToUses() local
|
H A D | LiveInterval.cpp | 135 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() 549 std::pair<VNInfo*,bool> LiveRange::extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() 962 void LiveInterval::computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs, in computeSubRangeUndefs()
|
H A D | SplitKit.cpp | 1244 ArrayRef<SlotIndex> Undefs) { in extendPHIRange() 1280 SmallVector<SlotIndex, 4> Undefs; in extendPHIKillRanges() local 1411 SmallVector<SlotIndex, 4> Undefs; in rewriteAssigned() local
|
H A D | LiveIntervals.cpp | 439 SmallVector<SlotIndex,8> Undefs; in extendSegmentsToUses() local 622 ArrayRef<SlotIndex> Undefs) { in extendToIndices()
|
H A D | ModuloSchedule.cpp | 1270 DenseMap<const TargetRegisterClass *, Register> Undefs; member in __anon2a4328680111::KernelRewriter
|
H A D | MachineVerifier.cpp | 3216 SmallVector<SlotIndex, 4> Undefs; in verifyLiveRangeSegment() local
|
H A D | RegisterCoalescer.cpp | 1242 SmallVector<SlotIndex, 8> Undefs; in removePartialRedundancy() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteUndefForPHI.cpp | 117 SmallVector<BasicBlock *> Undefs; in INITIALIZE_PASS_DEPENDENCY() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 607 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin, in isUndefIn()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 427 SmallVector<SlotIndex,8> Undefs; in updateDeadsInRange() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6411 static SDValue getConstVector(ArrayRef<APInt> Bits, APInt &Undefs, in getConstVector() 7351 unsigned UndefBitIndex) { in getTargetConstantBitsFromNode() 7391 BitVector Undefs; in getTargetConstantBitsFromNode() local 9071 std::bitset<4> Zeroable, Undefs; in LowerBuildVectorv4x32() local 48107 APInt Undefs(NumDstElts, 0); in combineVectorPack() local
|