reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/SmallBitVector.h
  223     return getPointer()->none();
include/llvm/CodeGen/LiveRegUnits.h
   84   bool empty() const { return Units.none(); }
lib/CodeGen/AggressiveAntiDepBreaker.cpp
  135     if (CriticalPathSet.none())
lib/CodeGen/PrologEpilogInserter.cpp
  713   if (StackBytesFree.none()) {
lib/CodeGen/RegUsageInfoCollector.cpp
  203   if (SavedRegs.none())
lib/CodeGen/RegisterScavenging.cpp
  355     if (Candidates.none())
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1690       if (Splat && UndefElements.none()) {
 8729     if (CN && (UndefElements.none() || AllowUndefs)) {
 8753     if (CN && (UndefElements.none() || AllowUndefs)) {
 8772     if (CN && (UndefElements.none() || AllowUndefs))
 8789     if (CN && (UndefElements.none() || AllowUndefs))
lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  521   if (ClauseDefs.none())
lib/Target/Hexagon/RDFRegisters.cpp
  256     return T.reset(Units).none();
lib/Target/Hexagon/RDFRegisters.h
  162     bool empty() const { return Units.none(); }
lib/Target/PowerPC/PPCFrameLowering.cpp
 2163     if (BVAllocatable.none())
unittests/ADT/BitVectorTest.cpp
   31   EXPECT_TRUE(Vec.none());
   39   EXPECT_FALSE(Vec.none());
   47   EXPECT_FALSE(Vec.none());
   56   EXPECT_FALSE(Inv.none());
  137   EXPECT_TRUE(Vec.none());
  145   EXPECT_FALSE(Vec.none());
  153   EXPECT_FALSE(Vec.none());
  161   EXPECT_TRUE(Vec.none());
  169   EXPECT_TRUE(Inv.none());
  177   EXPECT_TRUE(Vec.none());
  731   EXPECT_TRUE(Vec.none());
  735   EXPECT_TRUE(Vec.none());
 1018   EXPECT_TRUE(A.none());
 1021   EXPECT_TRUE(A.none());
 1027   EXPECT_TRUE(C.none());
 1062   EXPECT_TRUE(A.none());
unittests/IR/ConstantRangeTest.cpp
 1102     if (Results.none()) {
utils/TableGen/RegisterInfoEmitter.cpp
 1332         if (MaskBV.none())