Searched defs:Result (Results 226 - 250 of 331) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1055 SDValue Result = AMDGPUTargetLowering::LowerSTORE(Op, DAG); local
1219 SDValue Result; local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2542 MachineInstr *Result = local
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp295 SDValue Result = DAG.getTargetBlockAddress(BA, getPointerTy()); local
381 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, LowShifted, HighShifted); local
447 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, Low, HighShifted); local
697 SDValue Result = TryExpandADDWithMul(N, DAG); local
1410 SDValue Result = DAG.getNode(ISD::AND, dl, VT, N2, local
1425 SDValue Result = DAG.getNode(ISD::ADD, dl, VT, N0, N2); local
1448 SDValue Result = DAG.getNode(ISD::SUB, dl, VT, local
1464 SDValue Result = DAG.getNode(ISD::SUB, dl, VT, N0, N2); local
1495 SDValue Result = local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp669 Value *Result; local
[all...]
H A DInstructionCombining.cpp2432 << " New = " << *Result << '\n'); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp914 ExtAddrMode Result; local
1420 ExtAddrMode Result; local
1570 Value *Result = 0; local
[all...]
H A DScalarReplAggregates.cpp1262 Value *Result = SI->getOperand(1+CI->isZero()); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h310 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None }; local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3435 BoundNodesTreeBuilder Result; local
3464 BoundNodesTreeBuilder Result; local
H A DASTMatchersInternal.h1039 bool Result = InnerMatcher.matches(Node, Finder, Builder); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h913 bool Result = DiagObj->EmitCurrentDiagnostic(IsForceEmit); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h777 FunctionScopeInfo::WeakObjectProfileTy Result; local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h418 PathPieces Result; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp54 void *Result = (char*)Start + 8; local
401 AvailabilityResult Result = AR_Available; local
1509 lookup_const_result Result local
[all...]
H A DDeclObjC.cpp1058 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc, local
1068 ObjCInterfaceDecl *Result = new (Mem) ObjCInterfaceDecl(0, SourceLocation(), local
1432 ObjCProtocolDecl *Result local
1441 ObjCProtocolDecl *Result = new (Mem) ObjCProtocolDecl(0, 0, SourceLocation(), local
[all...]
H A DItaniumMangle.cpp120 uint64_t>::iterator, bool> Result = local
H A DStmt.cpp453 std::string Result; local
H A DType.cpp1697 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result, argument
2123 CachedProperties Result = computeCachedProperties(T); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp668 ComplexPairTy Result = (this->*Func)(OpInfo); local
892 EmitScalarCompooundAssignWithComplex(const CompoundAssignOperator *E, llvm::Value *&Result) argument
H A DCGExprConstant.cpp519 llvm::Constant *Result = llvm::ConstantStruct::get(STy, Elements); local
1017 Expr::EvalResult Result; local
H A DCGStmt.cpp831 RValue Result = EmitReferenceBindingToExpr(RV); local
1331 std::string Result; local
1721 llvm::CallInst *Result = Builder.CreateCall(IA, Args); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1222 tooling::Replacements Result; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp222 std::string Result = Str; local
436 getRawToken(SourceLocation Loc, Token &Result, const SourceManager &SM, const LangOptions &LangOpts, bool IgnoreWhiteSpace) argument
1450 LexIdentifier(Token &Result, const char *CurPtr) argument
1528 ConversionResult Result = local
1575 LexNumericConstant(Token &Result, const char *CurPtr) argument
1630 LexUDSuffix(Token &Result, const char *CurPtr, bool IsStringLiteral) argument
1703 LexStringLiteral(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
1760 LexRawStringLiteral(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
1840 LexAngledStringLiteral(Token &Result, const char *CurPtr) argument
1876 LexCharConstant(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
1940 SkipWhitespace(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
1999 SkipLineComment(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2128 SaveLineComment(Token &Result, const char *CurPtr) argument
2230 SkipBlockComment(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2398 ReadToEndOfLine(SmallVectorImpl<char> *Result) argument
2452 LexEndOfFile(Token &Result, const char *CurPtr) argument
2669 tryReadUCN(const char *&StartPtr, const char *SlashLoc, Token *Result) argument
2781 CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr) argument
2796 LexUnicode(Token &Result, uint32_t C, const char *CurPtr) argument
2835 PropagateLineStartLeadingSpaceInfo(Token &Result) argument
2842 Lex(Token &Result) argument
2877 LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) argument
[all...]
H A DModuleMap.cpp174 ModuleMap::KnownHeader Result = KnownHeader(); local
233 Module *Result = KnownDir->second; local
911 SourceLocation Result = Tok.getLocation(); local
2137 bool Result = Parser.parseModuleMapFile(); local
[all...]
H A DPPDirectives.cpp708 void Preprocessor::HandleDirective(Token &Result) { argument
1617 Token &Result = IncludeTok; local
2176 HandleIfdefDirective(Token &Result, bool isIfndef, bool ReadAnyTokensBeforeDirective) argument
2304 HandleElseDirective(Token &Result) argument
[all...]

Completed in 609 milliseconds

1234567891011>>