| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCommand.h | 86 auto IsMatch = [&](const std::string &Other) { in hasFlag() 89 return std::any_of(Args.begin(), endMutableArgs(), IsMatch); in hasFlag() 97 auto IsMatch = [&](const std::string &Other) { in getFlagValue() 101 auto j = std::find_if(Args.begin(), i, IsMatch); in getFlagValue() 117 auto IsMatch = [&](const std::string &Other) { in removeFlag() 121 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 54 bool IsMatch = in equalBaseIndex() local 56 if (IsMatch) { in equalBaseIndex() 58 IsMatch = A->getMachineCPVal() == B->getMachineCPVal(); in equalBaseIndex() 60 IsMatch = A->getConstVal() == B->getConstVal(); in equalBaseIndex() 62 if (IsMatch) { in equalBaseIndex()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86EVEX2VEXTablesEmitter.cpp | |
| H A D | X86InstrMappingEmitter.cpp | 121 class IsMatch { class 125 IsMatch(const CodeGenInstruction *OldInst) : OldInst(OldInst) {} in IsMatch() function in __anon4f70c9770111::IsMatch 232 auto Match = llvm::find_if(Insts, IsMatch(Inst)); in emitCompressEVEXTable()
|
| H A D | X86FoldTablesEmitter.cpp | 333 class IsMatch { class 340 IsMatch(const CodeGenInstruction *Inst, bool IsBroadcast, unsigned V) in IsMatch() function in __anon982d773b0111::IsMatch 698 find_if(OpcRegInsts, IsMatch(MemInst, /*IsBroadcast=*/false, Variant)); in run() 714 IsMatch(MemInst, /*IsBroadcast=*/true, Variant)); in run()
|
| H A D | GlobalISelCombinerEmitter.cpp | 1198 bool IsMatch) { in checkSemantics() argument 1206 if (IsMatch && &Op != &IP.operands_back()) { in checkSemantics()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 507 bool IsMatch(const ArchSpec &rhs, MatchType match) const; 511 return IsMatch(rhs, ExactMatch); in IsExactMatch() 516 return IsMatch(rhs, CompatibleMatch); in IsCompatibleMatch()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 103 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch() function
|
| H A D | FormattersContainer.h | 196 if (candidate.IsMatch(entry)) in Get()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 987 std::function<Expected<bool>(const Elf_Shdr &)> IsMatch) const { in getSectionAndRelocations() 991 Expected<bool> DoesSectionMatch = IsMatch(Sec); in getSectionAndRelocations() 1014 Expected<bool> DoesRelTargetMatch = IsMatch(*ContentsSec); in getSectionAndRelocations()
|
| H A D | ELFObjectFile.cpp | 934 auto IsMatch = [&](const Elf_Shdr &Sec) -> Expected<bool> { in readBBAddrMapImpl() local 953 EF.getSectionAndRelocations(IsMatch); in readBBAddrMapImpl()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 6853 auto IsMatch = [&](const Elf_Shdr &Sec) -> bool { in printRelocatableStackSizes() local 6864 StackSizeRelocMapOrErr = Obj.getSectionAndRelocations(IsMatch); in printRelocatableStackSizes() 7824 auto IsMatch = [](const Elf_Shdr &Sec) -> bool { in printCGProfile() local 7829 this->Obj.getSectionAndRelocations(IsMatch); in printCGProfile() 7877 auto IsMatch = [](const Elf_Shdr &Sec) -> bool { in printBBAddrMaps() local 7881 this->Obj.getSectionAndRelocations(IsMatch); in printBBAddrMaps()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 527 std::function<Expected<bool>(const Elf_Shdr &)> IsMatch) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 998 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch() function in ArchSpec
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 1107 if (arch.IsMatch(platform_arch, match)) { in IsCompatibleArchitecture()
|