Searched refs:isCompatible (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp32 if (!isCompatible(R))
59 assert(isCompatible(R));
72 assert(isCompatible(R));
149 bool DbiModuleSourceFilesIterator::isCompatible( function in class:DbiModuleSourceFilesIterator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h60 bool isCompatible(const DbiModuleSourceFilesIterator &R) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp82 bool isCompatible(Status &S) { function in struct:Status
87 return !(Mask & S.Mask) || isCompatible(S);
276 } else if (!NewInfo->Change.isCompatible(InstrMode)) {
366 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp52 return Match.isCompatible(Entry);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp130 static bool isCompatible(InputFile *file) { function in namespace:lld::elf
159 if (!isCompatible(file))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h184 bool isCompatible(const TypePairAndMemDesc &Other) const { function in struct:llvm::LegalityPredicates::TypePairAndMemDesc

Completed in 143 milliseconds