Searched refs:BitVector (Results 201 - 225 of 285) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp12 #include "llvm/ADT/BitVector.h"
472 BitVector Visited(NumRegs);
H A DBitTracker.cpp57 #include "llvm/ADT/BitVector.h"
1054 void BT::runEdgeQueue(BitVector &BlockScanned) {
1134 BitVector BlockScanned(MaxBN+1);
H A DHexagonSplitDouble.cpp12 #include "llvm/ADT/BitVector.h"
225 BitVector DoubleRegs(NumRegs);
232 BitVector FixedRegs(NumRegs);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp419 BitVector &SavedRegs,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp66 BitVector MayLiveAcrossBlocks;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp398 BitVector &SavedRegs,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h166 BitVector Blocked;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp19 #include "llvm/ADT/BitVector.h"
854 static void setAliasRegs(MachineFunction &MF, BitVector &SavedRegs,
862 BitVector &SavedRegs,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp25 #include "llvm/ADT/BitVector.h"
916 auto CopyLiveIns = [this](MachineBasicBlock *B, BitVector &LV) -> void {
932 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs());
H A DRegAllocGreedy.cpp24 #include "llvm/ADT/BitVector.h"
731 BitVector Todo = SA->getThroughBlocks();
873 const BitVector &LiveBundles = Cand.LiveBundles;
983 BitVector Todo = SA->getThroughBlocks();
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc179 BitVector *AffinityMask) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h42 #include "llvm/ADT/BitVector.h"
750 llvm::BitVector SLocEntryLoaded;
756 llvm::BitVector SLocEntryOffsetLoaded;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h18 #include "llvm/ADT/BitVector.h"
584 Expected<BitVector>
591 const BitVector &Bitmap,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp488 BitVector BV = RS.getRegsAvailable(Subtarget.isPPC64() ? &PPC::G8RCRegClass :
1973 BitVector &SavedRegs,
2354 // Build a BitVector of VSRs that can be used for spilling GPRs.
2355 BitVector BVAllocatable = TRI->getAllocatableSet(MF);
2356 BitVector BVCalleeSaved(TRI->getNumRegs());
2412 BitVector Spilled(TRI->getNumRegs());
2607 BitVector Restored(TRI->getNumRegs());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp85 const BitVector &ClearRegs);
88 const BitVector &ClearRegs);
1216 BitVector &ClearRegs) {
1247 BitVector ClearRegs(16, true);
1261 const BitVector &ClearRegs) {
1370 const BitVector &ClearRegs) {
1556 BitVector ClearRegs(32, true);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp19 #include "llvm/ADT/BitVector.h"
2084 BitVector UndefElements;
2158 BitVector UndefElements;
6284 BitVector UndefElts1, UndefElts2;
6299 BitVector DstUndefs;
6302 BitVector(RawBits.size(), false));
11670 BitVector UndefElements;
11703 BitVector UndefElements;
12472 BitVector *UndefElements) const {
12506 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElement
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp266 const BitVector &CalleeSavedRegs;
270 const BitVector &CalleeSavedRegs, const TargetPassConfig &TPC)
2272 SmallVector<BitVector, 32> BlockMasks;
2342 BitVector UsedRegs(TRI->getNumRegs());
2355 BitVector &BV = BlockMasks[I];
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp48 #include "llvm/ADT/BitVector.h"
313 llvm::BitVector Queued(Body->getNumBlockIDs());
350 llvm::BitVector Reachable(BodyCFG->getNumBlockIDs());
432 llvm::BitVector live(cfg->getNumBlockIDs());
H A DJumpDiagnostics.cpp22 #include "llvm/ADT/BitVector.h"
783 llvm::BitVector Reachable(Scopes.size(), false);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp592 static void addRegUnits(const SIRegisterInfo &TRI, BitVector &BV,
600 BitVector &DefSet, BitVector &UseSet) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp243 BitVector &SavedRegs,
1063 BitVector &SavedRegs,
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp540 llvm::BitVector everAnalyzedBlock(cfg->getNumBlockIDs());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp530 BitVector &SavedRegs,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp775 BitVector &SavedRegs,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp358 BitVector &SavedRegs,

Completed in 511 milliseconds

1234567891011>>