Home
last modified time | relevance | path

Searched refs:Equal (Results 1 – 25 of 42) sorted by relevance

12

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLowerAtomic.cpp31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in LowerAtomicCmpXchgInst() local
32 Value *Res = Builder.CreateSelect(Equal, Val, Orig); in LowerAtomicCmpXchgInst()
36 Res = Builder.CreateInsertValue(Res, Equal, 1); in LowerAtomicCmpXchgInst()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleSpec.h414 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
420 … if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
428 … if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDDeclaration.cpp113 return FileSpec::Equal(lhs.GetFile(),rhs.GetFile(), true, true); in operator ==()
HDSymbolContext.cpp865 if (!FileSpec::Equal (module_file_spec, sc.module_sp->GetFileSpec(), false)) in SymbolContextMatches()
886 … if (!FileSpec::Equal (inline_info->GetDeclaration().GetFile(), *(m_file_spec_ap.get()), false)) in SymbolContextMatches()
894 if (!FileSpec::Equal (*(sc.comp_unit), *(m_file_spec_ap.get()), false)) in SymbolContextMatches()
HDCompileUnit.cpp329 …bool file_spec_matches_cu_file_spec = FileSpec::Equal(file_spec, *this, full_match, remove_backup_… in ResolveSymbolContext()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDSearchFilter.cpp370 if (module_sp && FileSpec::Equal(module_sp->GetFileSpec(), m_module_spec, false)) in ModulePasses()
381 return FileSpec::Equal(spec, m_module_spec, full_match); in ModulePasses()
429 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match)) in Search()
HDFileSpecList.cpp127 if (FileSpec::Equal (m_files[idx], file_spec, full, remove_dots)) in FindFileIndex()
HDModule.cpp750 if (FileSpec::Equal (*sc.comp_unit, path, compare_directory)) in FindCompileUnits()
1683 if (!FileSpec::Equal (file_spec, m_file, (bool)file_spec.GetDirectory())) in MatchesModuleSpec()
1690 …if (!FileSpec::Equal (platform_file_spec, GetPlatformFileSpec (), (bool)platform_file_spec.GetDire… in MatchesModuleSpec()
HDSourceManager.cpp571 return FileSpec::Equal (m_file_spec, file_spec, false); in FileSpecMatches()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcInstrInfo.td214 def ICC_NE : ICC_VAL< 9>; // Not Equal
215 def ICC_E : ICC_VAL< 1>; // Equal
217 def ICC_LE : ICC_VAL< 2>; // Less or Equal
218 def ICC_GE : ICC_VAL<11>; // Greater or Equal
221 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned
222 def ICC_CC : ICC_VAL<13>; // Carry Clear/Great or Equal Unsigned
236 def FCC_NE : FCC_VAL<17>; // Not Equal
237 def FCC_E : FCC_VAL<25>; // Equal
238 def FCC_UE : FCC_VAL<24>; // Unordered or Equal
239 def FCC_GE : FCC_VAL<25>; // Greater or Equal
[all …]
/NextBSD/contrib/llvm/include/llvm/MC/MCParser/
HDMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDFileSpec.h257 Equal (const FileSpec& a, const FileSpec& b, bool full, bool remove_backups = false);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp227 if (FileSpec::Equal(source, destination, true)) in PutFile()
366 if (FileSpec::Equal(source, destination, true)) in GetFile()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDOperatorKinds.def73 OVERLOADED_OPERATOR(Equal , "=" , equal , false, true , true)
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepInRange.cpp358 if (FileSpec::Equal (file_spec, frame_library, false)) in FrameMatchesAvoidCriteria()
HDTargetList.cpp553 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match)) in FindTargetWithExecutableAndArchitecture()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmLexer.cpp552 return AsmToken(AsmToken::Equal, StringRef(TokStart, 1)); in LexToken()
HDAsmParser.cpp1373 case AsmToken::Equal: in parseStatement()
1936 case AsmToken::Equal: in isOperator()
1990 if (Lexer.is(AsmToken::Eof) || Lexer.is(AsmToken::Equal)) in parseMacroArgument()
2059 if (Lexer.is(AsmToken::Identifier) && Lexer.peekTok().is(AsmToken::Equal)) { in parseMacroArguments()
2066 if (!Lexer.is(AsmToken::Equal)) { in parseMacroArguments()
3302 if (getLexer().is(AsmToken::Equal)) { in parseDirectiveMacro()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips16InstrInfo.td591 // Purpose: Branch on Equal to Zero
599 // Purpose: Branch on Equal to Zero (Extended)
620 // Purpose: Branch on Not Equal to Zero
627 // Purpose: Branch on Not Equal to Zero (Extended)
641 // Purpose: Branch on T Equal to Zero (Extended)
668 // Purpose: Branch on T Not Equal to Zero (Extended)
/NextBSD/contrib/compiler-rt/lib/builtins/sparc64/
HDdivmod.m423 * be required. Equal to CEIL( lg2(quotient)/N )
/NextBSD/contrib/llvm/tools/llvm-mc/
HDllvm-mc.cpp285 case AsmToken::Equal: OS << "Equal"; break; in AsLexInput()
/NextBSD/contrib/gcc/config/arm/
HDieee754-sf.S826 moveq r0, #1 @ Equal to.
837 movcs r0, #0 @ Equal to, greater than, or unordered.
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpoint.cpp551 if (FileSpec::Equal(*old_sc.comp_unit, *new_sc.comp_unit, true)) in SymbolContextsMightBeEquivalent()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDFileSpec.cpp527 FileSpec::Equal (const FileSpec& a, const FileSpec& b, bool full, bool remove_backups) in Equal() function in FileSpec
/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp3906 if (getLexer().isNot(AsmToken::Equal)) { in parseSetAtDirective()
4095 if (Tok.isNot(AsmToken::Equal)) { in parseSetFpDirective()
4240 if (getLexer().isNot(AsmToken::Equal)) in parseSetArchDirective()
4822 if (Lexer.isNot(AsmToken::Equal)) { in parseDirectiveModuleFP()

12