| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LowerAtomic.cpp | 31 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/ |
| HD | ModuleSpec.h | 414 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/ |
| HD | Declaration.cpp | 113 return FileSpec::Equal(lhs.GetFile(),rhs.GetFile(), true, true); in operator ==()
|
| HD | SymbolContext.cpp | 865 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()
|
| HD | CompileUnit.cpp | 329 …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/ |
| HD | SearchFilter.cpp | 370 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()
|
| HD | FileSpecList.cpp | 127 if (FileSpec::Equal (m_files[idx], file_spec, full, remove_dots)) in FindFileIndex()
|
| HD | Module.cpp | 750 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()
|
| HD | SourceManager.cpp | 571 return FileSpec::Equal (m_file_spec, file_spec, false); in FileSpecMatches()
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcInstrInfo.td | 214 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/ |
| HD | MCAsmLexer.h | 47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | FileSpec.h | 257 Equal (const FileSpec& a, const FileSpec& b, bool full, bool remove_backups = false);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.cpp | 227 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/ |
| HD | OperatorKinds.def | 73 OVERLOADED_OPERATOR(Equal , "=" , equal , false, true , true)
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | ThreadPlanStepInRange.cpp | 358 if (FileSpec::Equal (file_spec, frame_library, false)) in FrameMatchesAvoidCriteria()
|
| HD | TargetList.cpp | 553 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match)) in FindTargetWithExecutableAndArchitecture()
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | AsmLexer.cpp | 552 return AsmToken(AsmToken::Equal, StringRef(TokStart, 1)); in LexToken()
|
| HD | AsmParser.cpp | 1373 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/ |
| HD | Mips16InstrInfo.td | 591 // 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/ |
| HD | divmod.m4 | 23 * be required. Equal to CEIL( lg2(quotient)/N )
|
| /NextBSD/contrib/llvm/tools/llvm-mc/ |
| HD | llvm-mc.cpp | 285 case AsmToken::Equal: OS << "Equal"; break; in AsLexInput()
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | ieee754-sf.S | 826 moveq r0, #1 @ Equal to. 837 movcs r0, #0 @ Equal to, greater than, or unordered.
|
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | Breakpoint.cpp | 551 if (FileSpec::Equal(*old_sc.comp_unit, *new_sc.comp_unit, true)) in SymbolContextsMightBeEquivalent()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileSpec.cpp | 527 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/ |
| HD | MipsAsmParser.cpp | 3906 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()
|