Home
last modified time | relevance | path

Searched refs:getAll (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp89 cl::sub(cl::SubCommand::getAll())); in init()
93 cl::cat(Category), cl::sub(cl::SubCommand::getAll())); in init()
98 cl::cat(Category), cl::sub(cl::SubCommand::getAll())); in init()
103 cl::cat(Category), cl::sub(cl::SubCommand::getAll())); in init()
H A DFileMatchTrie.cpp137 getAll(AllChildren, MatchingChild); in findEquivalent()
154 void getAll(std::vector<StringRef> &Results, in getAll() function in clang::tooling::FileMatchTrieNode
167 It->getValue().getAll(Results, Children.end()); in getAll()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalCalc.h55 extendToUses(LR, PhysReg, LaneBitmask::getAll()); in extendToUses()
H A DRegisterScavenging.h147 void setRegUsed(Register Reg, LaneBitmask LaneMask = LaneBitmask::getAll());
H A DMachineBasicBlock.h429 LaneBitmask LaneMask = LaneBitmask::getAll()) {
451 LaneBitmask LaneMask = LaneBitmask::getAll());
455 LaneBitmask LaneMask = LaneBitmask::getAll()) const;
H A DLiveIntervals.h488 LaneBitmask LaneMask = LaneBitmask::getAll());
H A DRDFRegisters.h94 LaneBitmask M = LaneBitmask::getAll())
H A DRDFGraph.h473 return K == 0 ? LaneBitmask::getAll() : get(K); in getLaneMaskForIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp102 extendToUses(LI, Reg, LaneBitmask::getAll()); in calculate()
120 extendToUses(MainRange, LI.reg(), LaneBitmask::getAll(), &LI); in constructMainRangeFromSubranges()
H A DRegisterPressure.cpp435 : LaneBitmask::getAll(); in getLanesWithProperty()
445 return Property(*LR, Pos) ? LaneBitmask::getAll() : LaneBitmask::getNone(); in getLanesWithProperty()
454 LaneBitmask::getAll(), in getLiveLanesAt()
522 addRegLanes(RegUnits, RegisterMaskPair(Reg, LaneBitmask::getAll())); in pushReg()
525 addRegLanes(RegUnits, RegisterMaskPair(Unit, LaneBitmask::getAll())); in pushReg()
560 addRegLanes(RegUnits, RegisterMaskPair(Unit, LaneBitmask::getAll())); in pushRegLanes()
1246 LaneBitmask::getAll(), in getLiveLanesAt()
H A DDetectDeadLanes.cpp272 return LaneBitmask::getAll(); in determineInitialDefinedLanes()
302 MODefinedLanes = LaneBitmask::getAll(); in determineInitialDefinedLanes()
304 MODefinedLanes = LaneBitmask::getAll(); in determineInitialDefinedLanes()
H A DScheduleDAGInstrs.cpp382 return LaneBitmask::getAll(); in getLaneMaskForMO()
415 KillLaneMask = IsKill ? LaneBitmask::getAll() : DefLaneMask; in addVRegDefDeps()
432 DefLaneMask = LaneBitmask::getAll(); in addVRegDefDeps()
433 KillLaneMask = LaneBitmask::getAll(); in addVRegDefDeps()
531 : LaneBitmask::getAll(); in addVRegUseDeps()
H A DRDFRegisters.cpp57 UnitInfos[U].Mask = LaneBitmask::getAll(); in PhysicalRegisterInfo()
173 RI.RegClass ? RI.RegClass->LaneMask : LaneBitmask::getAll(); in mapTo()
H A DSplitKit.cpp628 LaneMask = LaneBitmask::getAll(); in defFromParent()
1291 extendPHIRange(B, LIC, LI, LaneBitmask::getAll(), /*Undefs=*/{}); in extendPHIKillRanges()
H A DLiveInterval.cpp1080 : LaneBitmask::getAll(); in verify()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp183 Action(SubCommand::getAll()); in forEachSubCommand()
187 assert(SC != &SubCommand::getAll() && in forEachSubCommand()
383 SubCommand::getAll().reset(); in reset()
499 assert(&Sub != &SubCommand::getAll()); in LookupOption()
532 assert(S != &SubCommand::getAll() && in LookupSubCommand()
2589 cl::sub(SubCommand::getAll())};
2598 cl::sub(SubCommand::getAll())};
2609 cl::sub(SubCommand::getAll())};
2621 cl::sub(SubCommand::getAll())};
2629 cl::sub(SubCommand::getAll())};
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.h51 getAll(const RecordKeeper &Records);
H A DSubtargetFeatureInfo.cpp24 SubtargetFeatureInfo::getAll(const RecordKeeper &Records) { in getAll() function in SubtargetFeatureInfo
H A DCodeGenRegisters.cpp108 LaneMask = LaneBitmask::getAll(); in computeLaneMask()
1526 CoveringLanes = LaneBitmask::getAll(); in computeSubRegLaneMasks()
1608 LaneTransforms[0].Mask = LaneBitmask::getAll(); in computeSubRegLaneMasks()
1614 MaskRolPair P = { LaneBitmask::getAll(), 0 }; in computeSubRegLaneMasks()
2147 RegUnits.count(), LaneBitmask::getAll()); in computeRegUnitLaneMasks()
H A DInstrInfoEmitter.cpp733 const auto &All = SubtargetFeatureInfo::getAll(Records); in emitFeatureVerifier()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp227 : LaneBitmask::getAll(); in collectRegUses()
H A DGCNRegPressure.cpp517 LaneBitmask Mask = LaneBitmask::getAll()) { in getRegLiveThroughMask()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1409 void MDAttachments::getAll( in getAll() function in MDAttachments
1475 Info.getAll(MDs); in getAllMetadata()
/freebsd-14.2/contrib/libxo/xohtml/external/
H A Djquery.js6228 function getAll( elem ) { function
6276 srcElements = getAll( elem );
6277 destElements = getAll( clone );
6295 srcElements = getAll( elem );
6296 destElements = getAll( clone );

12