Home
last modified time | relevance | path

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

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