|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/SmallBitVector.h 410 getPointer()->reset(Idx);
include/llvm/CodeGen/LiveRegUnits.h 105 Units.reset(*Unit);
include/llvm/CodeGen/MachineFunction.h 168 Properties.reset(static_cast<unsigned>(P));
lib/CodeGen/CriticalAntiDepBreaker.cpp 269 KeepRegs.reset(i);
296 KeepRegs.reset(SubregReg);
lib/CodeGen/DeadMachineInstructionElim.cpp 150 LivePhysRegs.reset(*SR);
lib/CodeGen/DetectDeadLanes.cpp 509 WorklistMembers.reset(RegIdx);
lib/CodeGen/LiveRegUnits.cpp 30 Units.reset(U);
lib/CodeGen/MachineFrameInfo.cpp 131 BV.reset(*S);
lib/CodeGen/MachinePipeliner.cpp 1238 Blocked.reset(U);
lib/CodeGen/RegAllocGreedy.cpp 1333 Todo.reset(Block);
1744 Todo.reset(Number);
lib/CodeGen/RegisterScavenging.cpp 106 BV.reset(*RUI);
340 Candidates.reset(*AI);
547 Candidates.reset(*AI);
lib/CodeGen/SafeStackColoring.cpp 133 BlockInfo.End.reset(M.AllocaNo);
137 BlockInfo.Begin.reset(M.AllocaNo);
235 Ended.reset(AllocaNo);
242 Started.reset(AllocaNo);
lib/CodeGen/ScheduleDAG.cpp 690 Visited.reset(w);
lib/CodeGen/SpillPlacement.cpp 377 ActiveNodes->reset(n);
lib/CodeGen/StackColoring.cpp 664 BetweenStartEnd.reset(Slot);
730 BlockInfo.Begin.reset(Slot);
746 BlockInfo.End.reset(Slot);
lib/DebugInfo/MSF/MSFBuilder.cpp 138 FreeBlocks.reset(NextBlock);
175 FreeBlocks.reset(Block);
lib/Target/AArch64/AArch64SpeculationHardening.cpp 500 RegsAlreadyMasked.reset(*AI);
lib/Target/AMDGPU/SIFrameLowering.cpp 1015 SavedVGPRs.reset(SSpill.VGPR);
1072 SavedRegs.reset(MFI->getStackPtrOffsetReg());
lib/Target/ARM/Thumb1FrameLowering.cpp 691 GPRsNoLRSP.reset(ARM::LR);
692 GPRsNoLRSP.reset(ARM::SP);
693 GPRsNoLRSP.reset(ARM::PC);
lib/Target/AVR/AVRExpandPseudoInsts.cpp 878 Candidates.reset(MO.getReg());
lib/Target/BPF/BPFFrameLowering.cpp 35 SavedRegs.reset(BPF::R6);
36 SavedRegs.reset(BPF::R7);
37 SavedRegs.reset(BPF::R8);
38 SavedRegs.reset(BPF::R9);
lib/Target/Hexagon/HexagonBitSimplify.cpp 105 return static_cast<RegisterSet&>(BitVector::reset(Idx));
lib/Target/Hexagon/HexagonGenInsert.cpp 121 return static_cast<RegisterSet&>(BitVector::reset(Idx));
lib/Target/Hexagon/RDFLiveness.cpp 896 Live.reset(*SR);
lib/Target/Lanai/LanaiFrameLowering.cpp 217 SavedRegs.reset(LRI->getBaseRegister());
lib/Target/Mips/Mips16InstrInfo.cpp 362 Candidates.reset(MO.getReg());
395 Candidates.reset(Reg);
403 Available.reset(Reg);
419 Available.reset(SpReg);
lib/Target/Mips/MipsDelaySlotFiller.cpp 362 Defs.reset(Mips::AT);
380 CallerSavedRegs.reset(Mips::ZERO);
381 CallerSavedRegs.reset(Mips::ZERO_64);
386 CallerSavedRegs.reset(*AI);
lib/Target/PowerPC/PPCFrameLowering.cpp 671 BV.reset(CSRegs[i]);
1775 SavedRegs.reset(LR);
1814 SavedRegs.reset(isPPC64 ? PPC::X31 : PPC::R31);
1816 SavedRegs.reset(RegInfo->getBaseRegister(MF));
1818 SavedRegs.reset(PPC::R30);
2158 BVAllocatable.reset(Reg);
2175 BVAllocatable.reset(VolatileVFReg);
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h 107 VRegStackified.reset(I);
lib/Target/XCore/XCoreFrameLowering.cpp 562 SavedRegs.reset(XCore::LR);
lib/Transforms/Coroutines/CoroFrame.cpp 257 S.Kills.reset(SuccNo);
lib/Transforms/Scalar/NewGVN.cpp 3279 TouchedInstructions.reset(0);
3362 TouchedInstructions.reset(InstrNum);
3387 TouchedInstructions.reset(InstrNum);
tools/llvm-exegesis/lib/RegisterAliasing.h 110 A.reset(I);
tools/llvm-exegesis/lib/Target.cpp 104 AllowedRegs.reset(I);
tools/llvm-exegesis/lib/Uops.cpp 153 OtherPossibleRegs.reset(NextPossibleReg);
tools/opt/Debugify.cpp 248 MissingLines.reset(DL.getLine() - 1);
272 MissingVars.reset(Var - 1);
unittests/ADT/BitVectorTest.cpp 122 Vec.reset(32);
330 Vec.reset(199);
345 Vec.reset(199);
473 B.reset(2);
474 B.reset(7);
808 B.reset(63);
1111 ToFill.reset(0);