Home
last modified time | relevance | path

Searched refs:none_of (Results 1 – 25 of 100) sorted by relevance

1234

/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dnone_of.h23 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in none_of() function
H A Dranges_none_of.h65 inline constexpr auto none_of = __none_of::__fn{};
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp96 assert(none_of(Aliases, [&](auto &Cur) { return R == Cur; }) && in getCachedAliasesOf()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp129 return none_of(Assume.bundle_op_infos(), in isAssumeWithEmptyBundle()
H A DAssumptionCache.cpp105 if (llvm::none_of(AVV, [&](ResultElem &Elem) { in updateAffectedValues()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp224 if (llvm::none_of(Defs, [](Value *V) { return isa<Instruction>(V); })) in runOnUse()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h82 assert(llvm::none_of(getLookupResult(), ShouldErase) && "Still exists!"); in erase_if()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUImageIntrinsicOptimizer.cpp296 if (llvm::none_of(*M, [](Function &F) { in imageIntrinsicOptimizerImpl()
H A DSIOptimizeExecMaskingPreRA.cpp235 std::none_of(std::next(Cmp->getIterator()), Andn2->getIterator(), in optimizeVcndVcmpPair()
H A DAMDGPUTargetTransformInfo.cpp88 if (llvm::none_of(L->getSubLoops(), [PHI](const Loop* SubLoop) { in dependsOnLocalPhi()
1314 bool SingleBB = none_of(*CB->getCalledFunction(), [](const BasicBlock &BB) { in getCallerAllocaCost()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc40 using std::none_of;
42 using std::ranges::none_of;
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp231 if (llvm::none_of(PathRange, IsSameAsBaseSpec)) in accumCXXBase()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp121 assert(llvm::none_of(llvm::ArrayRef(Mapping->SymbolNames, SymIndex), in initialize()
/src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp240 if (llvm::none_of(CurFPOData->Instructions, [](const FPOInstruction &Inst) { in emitFPOStackAlign()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp482 if (llvm::none_of(OptionList, SameOptName)) { in isOptionContainedIn()
/src/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp156 if (llvm::none_of(llvm::drop_begin(llvm::reverse(Stack)), in end()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp170 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1476 assert(llvm::none_of(external_symbols(), in removeExternalSymbol()
1491 assert(llvm::none_of(external_symbols(), in removeAbsoluteSymbol()
1508 assert(llvm::none_of(B.getSection().symbols(), in removeBlock()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp243 assert(llvm::none_of(MI->operands(), IsRegMask) && in canHandle()
H A DFixupStatepointCallerSaved.cpp347 bool Last = std::none_of(++MI.getIterator(), MBB->end().getInstrIterator(), in StatepointState()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp200 llvm::none_of(Group, [&](MachineInstr *I) { return I->mayLoad(); })) in runOnMachineFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp734 none_of(SubRegion, [&](BasicBlock *Block) { in outlineColdRegions()
/src/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp278 assert(llvm::none_of( in propagateAttributes()
/src/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp42 return llvm::none_of( in isInPrimaryFile()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp409 llvm::none_of(insts(), [&](HexagonInstr const &I) { in restrictStoreLoadOrder()

1234