Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp33 if (!isCompatible(R)) in operator ==()
60 assert(isCompatible(R)); in operator <()
73 assert(isCompatible(R)); in operator -()
150 bool DbiModuleSourceFilesIterator::isCompatible( in isCompatible() function in DbiModuleSourceFilesIterator
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp72 bool isCompatible(Status &S) { in isCompatible() function
76 bool isCombinable(Status &S) { return !(Mask & S.Mask) || isCompatible(S); } in isCombinable()
310 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1()
427 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h58 bool isCompatible(const DbiModuleSourceFilesIterator &R) const;
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp62 return Match.isCompatible(Entry); in typePairAndMemDescInSet()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp438 bool isCompatible(const DemandedFields &Used, const VSETVLIInfo &Require) const { in isCompatible() function in __anon47c3fb320111::VSETVLIInfo
827 if (CurInfo.isCompatible(Used, Require)) in needVSETVLI()
/openbsd/gnu/llvm/lld/ELF/
H A DInputFiles.cpp234 static bool isCompatible(InputFile *file) { in isCompatible() function
267 if (!isCompatible(file)) in doParseFile()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h217 bool isCompatible(const TypePairAndMemDesc &Other) const { in isCompatible() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2918 bool isCompatible = in checkExtParameterInfos() local
2922 if (isCompatible || emittedError) in checkExtParameterInfos()