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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp30 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); local
31 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h387 if (!FileSpec::Equal(fspec, GetFileSpec(), fspec.GetDirectory().IsEmpty() == false))
393 if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false))
400 if (!FileSpec::Equal(fspec, GetSymbolFileSpec(), fspec.GetDirectory().IsEmpty() == false))
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h45 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSpec.h117 /// Equal to operator
242 Equal (const FileSpec& a, const FileSpec& b, bool full);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFileSpecList.cpp127 if (FileSpec::Equal (m_files[idx], file_spec, full))
H A DSearchFilter.cpp354 if (module_sp && FileSpec::Equal(module_sp->GetFileSpec(), m_module_spec, false))
365 return FileSpec::Equal(spec, m_module_spec, full_match);
413 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match))
H A DModule.cpp582 if (FileSpec::Equal (*sc.comp_unit, path, compare_directory))
1450 if (!FileSpec::Equal (file_spec, m_file, file_spec.GetDirectory()))
1457 if (!FileSpec::Equal (platform_file_spec, GetPlatformFileSpec (), platform_file_spec.GetDirectory()))
H A DSourceManager.cpp522 return FileSpec::Equal (m_file_spec, file_spec, false);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp80 enum Assumption { Possible = 0, Impossible, Equal, LHSis1, RHSis1, LHSis0, enumerator in enum:__anon3365::IdempotentOperationChecker::Assumption
199 UpdateAssumption(A, Equal);
225 UpdateAssumption(A, Equal);
387 case Equal:
/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp470 return AsmToken(AsmToken::Equal, StringRef(TokStart, 1));
H A DAsmParser.cpp1237 case AsmToken::Equal:
1766 case AsmToken::Equal:
1797 if (Lexer.is(AsmToken::Eof) || Lexer.is(AsmToken::Equal)) {
3016 if (getLexer().is(AsmToken::Equal)) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp328 bool file_spec_matches_cu_file_spec = FileSpec::Equal(file_spec, *this, full_match);
H A DSymbolContext.cpp788 if (!FileSpec::Equal (module_file_spec, sc.module_sp->GetFileSpec(), false))
809 if (!FileSpec::Equal (inline_info->GetDeclaration().GetFile(), *(m_file_spec_ap.get()), false))
817 if (!FileSpec::Equal (*(sc.comp_unit), *(m_file_spec_ap.get()), false))
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp375 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match))
/freebsd-10.0-release/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp283 case AsmToken::Equal: Out->os() << "Equal"; break;
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.history318 09/20 Equal Rights Party nominates Belva Lockwood for US President, 1884
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp376 // Equal to operator
509 FileSpec::Equal (const FileSpec& a, const FileSpec& b, bool full) function in class:FileSpec
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dieee754-sf.S826 moveq r0, #1 @ Equal to.
837 movcs r0, #0 @ Equal to, greater than, or unordered.
H A Dieee754-df.S1120 moveq r0, #1 @ Equal to.
1131 movcs r0, #0 @ Equal to, greater than, or unordered.
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp5867 bool Equal = !LHSValue.getDecl() && !RHSValue.getDecl();
5868 return Success(E->getOpcode() == BO_EQ ? Equal : !Equal, E);
5884 bool Equal = LHSValue == RHSValue;
5885 return Success(E->getOpcode() == BO_EQ ? Equal : !Equal, E);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp851 resolve = FileSpec::Equal (file_spec, so_file_spec, full_match);
H A DSymbolFileDWARF.cpp2849 bool file_spec_matches_cu_file_spec = dc_cu != NULL && FileSpec::Equal(file_spec, *dc_cu, full_match);
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1641 } else if (getLexer().is(AsmToken::Equal)) {
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2959 bool Equal = LHSUnsigned local
2962 if (!Equal) {
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6875 bool Equal = false; local
6880 Equal = true;
6889 Equal ? ISD::SETEQ : ISD::SETNE);

Completed in 342 milliseconds