Searched defs:Undefs (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 90 ArrayRef<SlotIndex> Undefs) { in extend() 124 bool LiveRangeCalc::isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs, in isDefOnEntry() 195 ArrayRef<SlotIndex> Undefs) { in findReachingDefs()
|
H A D | LiveIntervalCalc.cpp | 149 SmallVector<SlotIndex, 4> Undefs; in extendToUses() local
|
H A D | LiveInterval.cpp | 135 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() 564 std::pair<VNInfo*,bool> LiveRange::extendInBlock(ArrayRef<SlotIndex> Undefs, in extendInBlock() 976 void LiveInterval::computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs, in computeSubRangeUndefs()
|
H A D | SplitKit.cpp | 1250 ArrayRef<SlotIndex> Undefs) { in extendPHIRange() 1286 SmallVector<SlotIndex, 4> Undefs; in extendPHIKillRanges() local 1396 SmallVector<SlotIndex, 4> Undefs; in rewriteAssigned() local
|
H A D | LiveIntervals.cpp | 446 SmallVector<SlotIndex,8> Undefs; in extendSegmentsToUses() local 635 ArrayRef<SlotIndex> Undefs) { in extendToIndices()
|
H A D | ModuloSchedule.cpp | 1259 DenseMap<const TargetRegisterClass *, Register> Undefs; member in __anon2104b89c0111::KernelRewriter
|
H A D | MachineVerifier.cpp | 2976 SmallVector<SlotIndex, 4> Undefs; in verifyLiveRangeSegment() local
|
H A D | RegisterCoalescer.cpp | 1230 SmallVector<SlotIndex, 8> Undefs; in removePartialRedundancy() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 599 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin, in isUndefIn()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 426 SmallVector<SlotIndex,8> Undefs; in updateDeadsInRange() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5818 static SDValue getConstVector(ArrayRef<APInt> Bits, APInt &Undefs, in getConstVector() 6588 unsigned UndefBitIndex) { in getTargetConstantBitsFromNode() 8242 std::bitset<4> Zeroable, Undefs; in LowerBuildVectorv4x32() local 43654 APInt Undefs(NumDstElts, 0); in combineVectorPack() local
|