Home
last modified time | relevance | path

Searched refs:isCompatible (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp32 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp71 bool isCompatible(Status &S) { in isCompatible() function
75 bool isCombinable(Status &S) { return !(Mask & S.Mask) || isCompatible(S); } in isCombinable()
273 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h60 bool isCompatible(const DbiModuleSourceFilesIterator &R) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp62 return Match.isCompatible(Entry); in typePairAndMemDescInSet()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h187 bool isCompatible(const TypePairAndMemDesc &Other) const { in isCompatible() function