|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/BitVector.h 202 return !any();
include/llvm/ADT/SmallBitVector.h 209 return getPointer()->any();
lib/CodeGen/AggressiveAntiDepBreaker.cpp 784 if (CriticalPathSet.any()) {
842 } else if (CriticalPathSet.any()) {
lib/CodeGen/RegAllocGreedy.cpp 1399 if (!Cand.LiveBundles.any()) {
1934 if (!Cand.LiveBundles.any()) {
lib/CodeGen/RegisterScavenging.cpp 554 if (Available.any())
lib/Target/AArch64/AArch64SpeculationHardening.cpp 628 if (RegsNeedingCSDBBeforeUse.any() && (MI.isCall() || MI.isTerminator()))
646 if (RegsNeedingCSDBBeforeUse.any() && !UsesFullSpeculationBarrier)
lib/Target/AArch64/AArch64Subtarget.h 306 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); }
lib/Target/AMDGPU/SIFrameLowering.cpp 1010 (SavedVGPRs.any() || !allStackObjectsAreDead(FrameInfo));
lib/Target/ARM/Thumb1FrameLowering.cpp 685 assert(PopFriendly.any() && "No allocatable pop-friendly register?!");
lib/Target/Hexagon/HexagonBitSimplify.cpp 133 return !BitVector::any();
lib/Target/Hexagon/HexagonGenInsert.cpp 149 return !BitVector::any();
lib/Transforms/Scalar/NewGVN.cpp 3351 while (TouchedInstructions.any()) {
tools/llvm-exegesis/lib/SnippetGenerator.cpp 202 assert(Vector.any());
tools/llvm-exegesis/lib/Uops.cpp 197 assert(PossibleRegisters.any() && "No register left to choose from");
210 assert(PossibleRegisters.any() && "No register left to choose from");
unittests/ADT/BitVectorTest.cpp 29 EXPECT_FALSE(Vec.any());
37 EXPECT_TRUE(Vec.any());
45 EXPECT_TRUE(Vec.any());
54 EXPECT_TRUE(Inv.any());
135 EXPECT_FALSE(Vec.any());
143 EXPECT_TRUE(Vec.any());
151 EXPECT_TRUE(Vec.any());
159 EXPECT_FALSE(Vec.any());
167 EXPECT_FALSE(Inv.any());
175 EXPECT_FALSE(Vec.any());
1060 EXPECT_FALSE(A.any());
utils/TableGen/CodeGenRegisters.cpp 1018 if (SuperRegClassesBV.any())