Home
last modified time | relevance | path

Searched defs:Search (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c406 ACPI_PARSE_OBJECT *Search; in AcpiDmDisplayPath() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp67 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search() function in DeltaAlgorithm
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp208 void SearchFilter::Search(Searcher &searcher) { in Search() function in SearchFilter
415 void SearchFilterByModule::Search(Searcher &searcher) { in Search() function in SearchFilterByModule
535 void SearchFilterByModuleList::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleList
730 void SearchFilterByModuleListAndCU::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleListAndCU
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp206 void buildGEPIndexChain(IRBuilder<> &B, Type *Search, Type *Aggregate, in buildGEPIndexChain()
236 bool isTypeFirstElementAggregate(Type *Search, Type *Aggregate) { in isTypeFirstElementAggregate()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed, in getBestGuess()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp189 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp528 auto Search = PointerTable.find(CI->getPredicate()); in calcPointerHeuristics() local
996 ProbabilityTable::const_iterator Search; in calcZeroHeuristics() local
1044 auto Search = FCmpTable.find(FCmp->getPredicate()); in calcFloatingPointHeuristics() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp44 void ExceptionSearchFilter::Search(Searcher &searcher) { in Search() function in ExceptionSearchFilter
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp90 const HeaderSearch &Search; member in __anon90aee0a50111::MissingFileCollector
94 MissingFileCollector(llvm::StringSet<> &Out, const HeaderSearch &Search, in MissingFileCollector()
H A DVerifyDiagnosticConsumer.cpp182 bool Search(StringRef S, bool EnsureStartOfWord = false, in Search() function in __anonf81695cf0211::ParseHelper
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp640 llvm::StringRef Search; member in __anon36efa97a0111::TypeSubstitutor
644 void reset(llvm::StringRef Mangled, llvm::StringRef Search, in reset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp1071 Value *Search, *Needle; in recognizeFindFirstByte() local
1294 PHINode *Search = Builder.CreatePHI(PtrTy, 2, "psearch"); in expandFindFirstByte() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp428 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search() function in ARMParallelDSP
H A DARMLowOverheadLoops.cpp143 std::function<void(MachineBasicBlock *)> Search = in ProcessLoop() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp921 bool opts::pretty::shouldDumpSymLevel(SymLevel Search) { in shouldDumpSymLevel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2352 SCEVFindUnsafe Search(SE, CanonicalMode); in isSafeToExpand() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1467 const Record *Search = nullptr) { in createArgument()