Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/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()
304 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1()
421 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h60 bool isCompatible(const DbiModuleSourceFilesIterator &R) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp73 return Match.isCompatible(Entry); in typePairAndMemDescInSet()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp704 bool isCompatible(const DemandedFields &Used, const VSETVLIInfo &Require, in isCompatible() function in __anoncddf45c50111::VSETVLIInfo
1161 if (CurInfo.isCompatible(Used, Require, LIS)) in needVSETVLI()
1424 if (!PrevInfo.isCompatible(DemandedFields::all(), CurInfo, LIS)) { in emitVSETVLIs()
1434 if (!PrevInfo.isCompatible(DemandedFields::all(), CurInfo, LIS)) { in emitVSETVLIs()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp271 static bool isCompatible(Ctx &ctx, InputFile *file) { in isCompatible() function
304 if (!isCompatible(ctx, file)) in doParseFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h217 bool isCompatible(const TypePairAndMemDesc &Other) const { in isCompatible() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2589 bool isCompatible = in checkExtParameterInfos() local
2593 if (isCompatible || emittedError) in checkExtParameterInfos()