| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | CommonOptionsParser.cpp | 89 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 D | FileMatchTrie.cpp | 136 getAll(AllChildren, MatchingChild); in findEquivalent() 153 void getAll(std::vector<StringRef> &Results, in getAll() function in clang::tooling::FileMatchTrieNode 166 It->getValue().getAll(Results, Children.end()); in getAll()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervalCalc.cpp | 101 extendToUses(LI, Reg, LaneBitmask::getAll()); in calculate() 119 extendToUses(MainRange, LI.reg(), LaneBitmask::getAll(), &LI); in constructMainRangeFromSubranges()
|
| H A D | RegisterPressure.cpp | 431 : LaneBitmask::getAll(); in getLanesWithProperty() 441 return Property(*LR, Pos) ? LaneBitmask::getAll() : LaneBitmask::getNone(); in getLanesWithProperty() 450 LaneBitmask::getAll(), in getLiveLanesAt() 517 addRegLanes(RegUnits, VRegMaskOrUnit(Reg, LaneBitmask::getAll())); in pushReg() 520 addRegLanes(RegUnits, VRegMaskOrUnit(Unit, LaneBitmask::getAll())); in pushReg() 555 addRegLanes(RegUnits, VRegMaskOrUnit(Unit, LaneBitmask::getAll())); in pushRegLanes() 1237 LaneBitmask::getAll(), in getLiveLanesAt()
|
| H A D | DetectDeadLanes.cpp | 272 return LaneBitmask::getAll(); in determineInitialDefinedLanes() 302 MODefinedLanes = LaneBitmask::getAll(); in determineInitialDefinedLanes() 304 MODefinedLanes = LaneBitmask::getAll(); in determineInitialDefinedLanes()
|
| H A D | ScheduleDAGInstrs.cpp | 404 return LaneBitmask::getAll(); in getLaneMaskForMO() 437 KillLaneMask = IsKill ? LaneBitmask::getAll() : DefLaneMask; in addVRegDefDeps() 454 DefLaneMask = LaneBitmask::getAll(); in addVRegDefDeps() 455 KillLaneMask = LaneBitmask::getAll(); in addVRegDefDeps() 554 : LaneBitmask::getAll(); in addVRegUseDeps()
|
| H A D | RDFRegisters.cpp | 57 UnitInfos[U].Mask = LaneBitmask::getAll(); in PhysicalRegisterInfo() 173 RI.RegClass ? RI.RegClass->LaneMask : LaneBitmask::getAll(); in mapTo()
|
| H A D | SplitKit.cpp | 663 LaneMask = LaneBitmask::getAll(); in defFromParent() 1326 extendPHIRange(B, LIC, LI, LaneBitmask::getAll(), /*Undefs=*/{}); in extendPHIKillRanges()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervalCalc.h | 56 extendToUses(LR, PhysReg, LaneBitmask::getAll()); in extendToUses()
|
| H A D | RegisterScavenging.h | 147 void setRegUsed(Register Reg, LaneBitmask LaneMask = LaneBitmask::getAll());
|
| H A D | MachineBasicBlock.h | 479 LaneBitmask LaneMask = LaneBitmask::getAll()) { 506 LaneBitmask LaneMask = LaneBitmask::getAll()); 510 LaneBitmask LaneMask = LaneBitmask::getAll()) const;
|
| H A D | LiveIntervals.h | 506 LaneBitmask LaneMask = LaneBitmask::getAll());
|
| H A D | RDFRegisters.h | 94 LaneBitmask M = LaneBitmask::getAll())
|
| H A D | RDFGraph.h | 473 return K == 0 ? LaneBitmask::getAll() : get(K); in getLaneMaskForIndex()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | timing.h | 164 getAll(Str); in printAll() 168 void getAll(ScopedString &Str) EXCLUDES(Mutex) { in getAll() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 181 if (Opt.Subs.size() == 1 && *Opt.Subs.begin() == &SubCommand::getAll()) { in forEachSubCommand() 184 Action(SubCommand::getAll()); in forEachSubCommand() 188 assert(SC != &SubCommand::getAll() && in forEachSubCommand() 350 assert(sub != &SubCommand::getAll() && in registerSubCommand() 352 for (auto &E : SubCommand::getAll().OptionsMap) { in registerSubCommand() 384 SubCommand::getAll().reset(); in reset() 482 SubCommand &SubCommand::getAll() { return *AllSubCommands; } in getAll() function in SubCommand 516 assert(&Sub != &SubCommand::getAll()); in LookupOption() 549 assert(S != &SubCommand::getAll() && in LookupSubCommand() 2582 cl::sub(SubCommand::getAll())}; [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | SubtargetFeatureInfo.h | 54 static SubtargetFeaturesInfoVec getAll(const RecordKeeper &Records);
|
| H A D | SubtargetFeatureInfo.cpp | 24 SubtargetFeatureInfo::getAll(const RecordKeeper &Records) { in getAll() function in SubtargetFeatureInfo
|
| H A D | CodeGenRegisters.cpp | 116 LaneMask = LaneBitmask::getAll(); in computeLaneMask() 1502 CoveringLanes = LaneBitmask::getAll(); in computeSubRegLaneMasks() 1584 LaneTransforms[0].Mask = LaneBitmask::getAll(); in computeSubRegLaneMasks() 1590 MaskRolPair P = {LaneBitmask::getAll(), 0}; in computeSubRegLaneMasks() 2165 RegUnits.count(), LaneBitmask::getAll()); in computeRegUnitLaneMasks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | LaneBitmask.h | 82 static constexpr LaneBitmask getAll() { return ~LaneBitmask(0); } in getAll() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.h | 428 LaneBitmask LaneMaskFilter = LaneBitmask::getAll()); 432 LaneBitmask LaneMaskFilter = LaneBitmask::getAll());
|
| H A D | GCNRegPressure.cpp | 323 : LaneBitmask::getAll(); in getLanesWithProperty() 332 return Property(*LR, Pos) ? LaneBitmask::getAll() : LaneBitmask::getNone(); in getLanesWithProperty() 840 LaneBitmask Mask = LaneBitmask::getAll()) { in getRegLiveThroughMask()
|
| H A D | SIFormMemoryClauses.cpp | 234 : LaneBitmask::getAll(); in collectRegUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1483 void MDAttachments::getAll( in getAll() function in MDAttachments 1549 Info.getAll(MDs); in getAllMetadata()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrInfoEmitter.cpp | 626 const auto &All = SubtargetFeatureInfo::getAll(Records); in emitFeatureVerifier()
|