Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h60 bool isCompatible(const DbiModuleSourceFilesIterator &R) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp178 bool isCompatible(const VSETVLIInfo &InstrInfo) const { in isCompatible() function in __anone594c2dd0111::VSETVLIInfo
281 if (isCompatible(Other)) in merge()
483 if (CurInfo.isCompatible(Require)) in needVSETVLI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp62 return Match.isCompatible(Entry); in typePairAndMemDescInSet()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputFiles.cpp137 static bool isCompatible(InputFile *file) { in isCompatible() function
171 if (!isCompatible(file)) in doParseFile()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h209 bool isCompatible(const TypePairAndMemDesc &Other) const { in isCompatible() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp2797 bool isCompatible = in checkExtParameterInfos() local
2801 if (isCompatible || emittedError) in checkExtParameterInfos()