Searched refs:isCompatible (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 32 if (!isCompatible(R)) in operator ==() 59 assert(isCompatible(R)); in operator <() 72 assert(isCompatible(R)); in operator -() 149 bool DbiModuleSourceFilesIterator::isCompatible( in isCompatible() function in DbiModuleSourceFilesIterator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIModeRegister.cpp | 72 bool isCompatible(Status &S) { in isCompatible() function 76 bool isCombinable(Status &S) { return !(Mask & S.Mask) || isCompatible(S); } in isCombinable() 304 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1() 421 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 60 bool isCompatible(const DbiModuleSourceFilesIterator &R) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalityPredicates.cpp | 73 return Match.isCompatible(Entry); in typePairAndMemDescInSet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertVSETVLI.cpp | 704 bool isCompatible(const DemandedFields &Used, const VSETVLIInfo &Require, in isCompatible() function in __anoncddf45c50111::VSETVLIInfo 1161 if (CurInfo.isCompatible(Used, Require, LIS)) in needVSETVLI() 1424 if (!PrevInfo.isCompatible(DemandedFields::all(), CurInfo, LIS)) { in emitVSETVLIs() 1434 if (!PrevInfo.isCompatible(DemandedFields::all(), CurInfo, LIS)) { in emitVSETVLIs()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 271 static bool isCompatible(Ctx &ctx, InputFile *file) { in isCompatible() function 304 if (!isCompatible(ctx, file)) in doParseFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 217 bool isCompatible(const TypePairAndMemDesc &Other) const { in isCompatible() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2589 bool isCompatible = in checkExtParameterInfos() local 2593 if (isCompatible || emittedError) in checkExtParameterInfos()
|