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

1234567891011>>

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp18 CGSCCAnalysisManagerModuleProxy::Result
21 return Result(*CGAM);
24 CGSCCAnalysisManagerModuleProxy::Result::~Result() {
30 bool CGSCCAnalysisManagerModuleProxy::Result::invalidate(
47 FunctionAnalysisManagerCGSCCProxy::Result
50 return Result(*FAM);
53 FunctionAnalysisManagerCGSCCProxy::Result::~Result() {
59 bool FunctionAnalysisManagerCGSCCProxy::Result
[all...]
H A DLazyValueInfo.cpp367 void insertResult(Value *Val, BasicBlock *BB, const LVILatticeVal &Result) { argument
372 if (Result.isOverdefined())
375 lookup(Val)[BB] = Result;
380 LVILatticeVal &Result,
509 "Result should be in cache!");
545 ConstantRange Result = getConstantRangeFromMetadata(*Ranges); local
546 return LVILatticeVal::getRange(Result);
604 LVILatticeVal Result; local
665 LVILatticeVal Result; // Start Undefined. local
695 Result
741 LVILatticeVal Result; // Start Undefined. local
801 LVILatticeVal Result; local
845 LVILatticeVal Result; local
896 getValueFromFromCondition(Value *Val, ICmpInst *ICI, LVILatticeVal &Result, bool isTrueDest) argument
939 getEdgeValueLocal(Value *Val, BasicBlock *BBFrom, BasicBlock *BBTo, LVILatticeVal &Result) argument
996 getEdgeValue(Value *Val, BasicBlock *BBFrom, BasicBlock *BBTo, LVILatticeVal &Result, Instruction *CxtI) argument
1066 LVILatticeVal Result = getBlockValue(V, BB); local
1077 LVILatticeVal Result; local
1092 LVILatticeVal Result; local
1209 LVILatticeVal Result = local
1228 LVILatticeVal Result = local
1241 getPredicateResult(unsigned Pred, Constant *C, LVILatticeVal &Result, const DataLayout &DL, TargetLibraryInfo *TLI) argument
1316 LVILatticeVal Result = local
1326 LVILatticeVal Result = getCache(PImpl, AC, &DL, DT).getValueAt(V, CxtI); local
1373 Tristate Result = getPredicateOnEdge(Pred, Incoming, C, PredBB, BB, local
[all...]
H A DAliasAnalysis.cpp85 auto Result = AA->alias(LocA, LocB); local
86 if (Result != MayAlias)
87 return Result;
102 ModRefInfo Result = MRI_ModRef; local
105 Result = ModRefInfo(Result & AA->getArgModRefInfo(CS, ArgIdx));
108 if (Result == MRI_NoModRef)
109 return Result;
112 return Result;
134 ModRefInfo Result local
149 ModRefInfo Result = MRI_ModRef; local
163 FunctionModRefBehavior Result = FMRB_UnknownModRefBehavior; local
177 FunctionModRefBehavior Result = FMRB_UnknownModRefBehavior; local
[all...]
H A DScalarEvolutionNormalization.cpp119 const SCEV *Result = SE.getAddRecExpr(Operands, L, SCEV::FlagAnyWrap); local
137 Result = SE.getMinusSCEV(Result, TransformedStep);
145 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
168 Result = SE.getMinusSCEV(Result, TransformedStep);
172 assert(S == TransformSubExpr(Result, User, OperandValToReplace) &&
183 Result = SE.getAddExpr(Result, TransformedStep);
187 return Result;
234 const SCEV *Result = Transformed.lookup(S); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DPassManager.cpp18 FunctionAnalysisManagerModuleProxy::Result
21 return Result(*FAM);
24 FunctionAnalysisManagerModuleProxy::Result::~Result() {
30 bool FunctionAnalysisManagerModuleProxy::Result::invalidate(
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp48 MacroArgs *Result; local
51 Result = (MacroArgs*)malloc(sizeof(MacroArgs) +
54 new (Result) MacroArgs(UnexpArgTokens.size(), VarargsElided);
56 Result = *ResultEnt;
58 *ResultEnt = Result->ArgCache;
59 Result->NumUnexpArgTokens = UnexpArgTokens.size();
60 Result->VarargsElided = VarargsElided;
66 const_cast<Token*>(Result->getUnexpArgument(0)));
68 return Result;
117 const Token *Result local
155 std::vector<Token> &Result = PreExpArgTokens[Arg]; local
205 SmallString<128> Result; local
[all...]
H A DLexer.cpp203 std::string Result = Str; local
205 for (unsigned i = 0, e = Result.size(); i != e; ++i) {
206 if (Result[i] == '\\' || Result[i] == Quote) {
207 Result.insert(Result.begin()+i, '\\');
211 return Result;
342 std::string Result;
343 Result.resize(Tok.getLength());
344 Result
417 getRawToken(SourceLocation Loc, Token &Result, const SourceManager &SM, const LangOptions &LangOpts, bool IgnoreWhiteSpace) argument
1432 tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, Token &Result) argument
1457 ConversionResult Result = local
1475 LexIdentifier(Token &Result, const char *CurPtr) argument
1563 LexNumericConstant(Token &Result, const char *CurPtr) argument
1625 LexUDSuffix(Token &Result, const char *CurPtr, bool IsStringLiteral) argument
1716 LexStringLiteral(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
1774 LexRawStringLiteral(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
1854 LexAngledStringLiteral(Token &Result, const char *CurPtr) argument
1891 LexCharConstant(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
1959 SkipWhitespace(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2018 SkipLineComment(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2154 SaveLineComment(Token &Result, const char *CurPtr) argument
2256 SkipBlockComment(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2424 ReadToEndOfLine(SmallVectorImpl<char> *Result) argument
2478 LexEndOfFile(Token &Result, const char *CurPtr) argument
2695 tryReadUCN(const char *&StartPtr, const char *SlashLoc, Token *Result) argument
2807 CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr) argument
2822 LexUnicode(Token &Result, uint32_t C, const char *CurPtr) argument
2861 PropagateLineStartLeadingSpaceInfo(Token &Result) argument
2868 Lex(Token &Result) argument
2903 LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) argument
[all...]
H A DHeaderMap.cpp61 unsigned Result = 0; local
65 Result += toLowercase(*S) * 13;
66 return Result;
135 HMapBucket Result; local
136 Result.Key = HMAP_EmptyBucketKey;
144 Result.Prefix = 0;
145 Result.Suffix = 0;
146 return Result; // Invalid buffer, corrupt hmap.
150 Result.Key = getEndianAdjustedWord(BucketPtr->Key);
151 Result
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c86 UINT64 Result; local
94 Result = DtEvaluateExpression (Field->Value);
95 *ReturnValue = Result;
120 UINT64 Result; local
129 Result = ~RightValue;
134 Result = !RightValue;
139 Result = LeftValue * RightValue;
151 Result = LeftValue / RightValue;
163 Result = LeftValue % RightValue;
167 Result
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp690 MCInst Result; local
702 Result.setOpcode(Hexagon::V4_SA1_inc);
703 addOps(Result, Inst, 0);
704 addOps(Result, Inst, 1);
708 Result.setOpcode(Hexagon::V4_SA1_dec);
709 addOps(Result, Inst, 0);
710 addOps(Result, Inst, 1);
714 Result.setOpcode(Hexagon::V4_SA1_addsp);
715 addOps(Result, Inst, 0);
716 addOps(Result, Ins
[all...]
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp23 HRESULT Result = SourceFile->get_fileName(&FileName16); local
24 if (S_OK != Result)
41 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); local
45 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]);
46 if (S_OK != Result)
53 HRESULT Result = SourceFile->get_checksumType(&Type); local
54 if (S_OK != Result)
61 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator); local
62 if (S_OK != Result)
H A DDIASession.cpp33 HRESULT Result = ::CoCreateInstance( local
36 if (FAILED(Result))
44 if (FAILED(Result = DiaDataSource->loadDataFromPdb(Path16Str))) {
45 if (Result == E_PDB_NOT_FOUND)
47 else if (Result == E_PDB_FORMAT)
49 else if (Result == E_INVALIDARG)
51 else if (Result == E_UNEXPECTED)
57 if (FAILED(Result = DiaDataSource->openSession(&DiaSession))) {
58 if (Result == E_OUTOFMEMORY)
74 HRESULT Result local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp41 const ast_matchers::MatchFinder::MatchResult &Result) {
42 if (const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId)) {
44 *Result.SourceManager,
54 const ast_matchers::MatchFinder::MatchResult &Result) {
55 const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId);
56 const Stmt *ToMatch = Result.Nodes.getStmtAs<Stmt>(ToId);
59 *Result.SourceManager, *FromMatch, *ToMatch));
67 const ast_matchers::MatchFinder::MatchResult &Result) {
68 if (const IfStmt *Node = Result.Nodes.getStmtAs<IfStmt>(Id)) {
71 Replace.insert(replaceStmtWithStmt(*Result
40 run( const ast_matchers::MatchFinder::MatchResult &Result) argument
53 run( const ast_matchers::MatchFinder::MatchResult &Result) argument
66 run( const ast_matchers::MatchFinder::MatchResult &Result) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp201 llvm::raw_svector_ostream &Result) {
202 Result << "<" << C->getTagName();
206 Result << " ";
208 Result << Attr.Name;
210 Result << "=\"" << Attr.Value << "\"";
215 Result << ">";
217 Result << "/>";
227 FC(FC), Result(Str), Traits(Traits)
258 llvm::raw_svector_ostream Result; member in class:__anon3915::CommentASTToHTMLConverter
283 Result << " ";
200 printHTMLStartTagComment(const HTMLStartTagComment *C, llvm::raw_svector_ostream &Result) argument
573 llvm::raw_svector_ostream Result; member in class:__anon3916::CommentASTToXMLConverter
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DStringSwitch.h49 const T *Result; member in class:llvm::StringSwitch
54 : Str(S), Result(nullptr) { }
59 if (!Result && N-1 == Str.size() &&
61 Result = &Value;
70 if (!Result && Str.size() >= N-1 &&
72 Result = &Value;
81 if (!Result && Str.size() >= N-1 &&
83 Result = &Value;
93 if (!Result && (
96 Result
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h54 class Result { class in class:llvm::CGSCCAnalysisManagerModuleProxy
56 explicit Result(CGSCCAnalysisManager &CGAM) : CGAM(&CGAM) {} function in class:llvm::CGSCCAnalysisManagerModuleProxy::Result
59 Result(const Result &Arg) : CGAM(Arg.CGAM) {} function in class:llvm::CGSCCAnalysisManagerModuleProxy::Result
60 Result(Result &&Arg) : CGAM(std::move(Arg.CGAM)) {} function in class:llvm::CGSCCAnalysisManagerModuleProxy::Result
61 Result &operator=(Result RHS) {
65 ~Result();
113 Result ru
136 class Result { class in class:llvm::ModuleAnalysisManagerCGSCCProxy
138 explicit Result(const ModuleAnalysisManager &MAM) : MAM(&MAM) {} function in class:llvm::ModuleAnalysisManagerCGSCCProxy::Result
141 Result(const Result &Arg) : MAM(Arg.MAM) {} function in class:llvm::ModuleAnalysisManagerCGSCCProxy::Result
142 Result(Result &&Arg) : MAM(std::move(Arg.MAM)) {} function in class:llvm::ModuleAnalysisManagerCGSCCProxy::Result
279 class Result { class in class:llvm::FunctionAnalysisManagerCGSCCProxy
281 explicit Result(FunctionAnalysisManager &FAM) : FAM(&FAM) {} function in class:llvm::FunctionAnalysisManagerCGSCCProxy::Result
284 Result(const Result &Arg) : FAM(Arg.FAM) {} function in class:llvm::FunctionAnalysisManagerCGSCCProxy::Result
285 Result(Result &&Arg) : FAM(std::move(Arg.FAM)) {} function in class:llvm::FunctionAnalysisManagerCGSCCProxy::Result
362 class Result { class in class:llvm::CGSCCAnalysisManagerFunctionProxy
364 explicit Result(const CGSCCAnalysisManager &CGAM) : CGAM(&CGAM) {} function in class:llvm::CGSCCAnalysisManagerFunctionProxy::Result
367 Result(const Result &Arg) : CGAM(Arg.CGAM) {} function in class:llvm::CGSCCAnalysisManagerFunctionProxy::Result
368 Result(Result &&Arg) : CGAM(std::move(Arg.CGAM)) {} function in class:llvm::CGSCCAnalysisManagerFunctionProxy::Result
[all...]
H A DCFLAliasAnalysis.h82 FunctionHandle(Function *Fn, CFLAAResult *Result) argument
83 : CallbackVH(Fn), Result(Result) {
85 assert(Result != nullptr);
92 CFLAAResult *Result; member in struct:llvm::CFLAAResult::final
95 assert(Result != nullptr);
97 Result->evict(cast<Function>(Val));
119 typedef CFLAAResult Result; typedef in class:llvm::CFLAA
135 std::unique_ptr<CFLAAResult> Result; member in class:llvm::CFLAAWrapperPass
142 CFLAAResult &getResult() { return *Result; }
[all...]
H A DObjCARCAliasAnalysis.h68 typedef ObjCARCAAResult Result; typedef in class:llvm::objcarc::ObjCARCAA
84 std::unique_ptr<ObjCARCAAResult> Result; member in class:llvm::objcarc::ObjCARCAAWrapperPass
91 ObjCARCAAResult &getResult() { return *Result; }
92 const ObjCARCAAResult &getResult() const { return *Result; }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp375 void ObjCIvarBitfieldGroupDecl(ObjCIvarDecl *IV, std::string &Result);
377 void ObjCIvarBitfieldGroupType(ObjCIvarDecl *IV, std::string &Result);
379 void ObjCIvarBitfieldGroupOffset(ObjCIvarDecl *IV, std::string &Result);
397 std::string &Result);
399 void RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result);
403 std::string &Result);
405 bool RewriteObjCFieldDeclType(QualType &Type, std::string &Result);
408 std::string &Result);
448 std::string &Result);
450 std::string &Result);
837 WriteInternalIvarName(const ObjCInterfaceDecl *IDecl, ObjCIvarDecl *IvarDecl, std::string &Result) argument
1992 std::string Result; local
3698 RewriteObjCFieldDeclType(QualType &Type, std::string &Result) argument
3763 RewriteObjCFieldDecl(FieldDecl *fieldDecl, std::string &Result) argument
3793 RewriteLocallyDefinedNamedAggregates(FieldDecl *fieldDecl, std::string &Result) argument
3907 ObjCIvarBitfieldGroupDecl(ObjCIvarDecl *IV, std::string &Result) argument
3920 ObjCIvarBitfieldGroupType(ObjCIvarDecl *IV, std::string &Result) argument
3933 ObjCIvarBitfieldGroupOffset(ObjCIvarDecl *IV, std::string &Result) argument
3948 RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, std::string &Result) argument
4025 RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, std::string &Result) argument
5900 Write_ProtocolExprReferencedMetadata(ASTContext *Context, ObjCProtocolDecl *PDecl, std::string &Result) argument
6150 RewriteIvarOffsetComputation(ObjCIvarDecl *ivar, std::string &Result) argument
6266 WriteModernMetadataDeclarations(ASTContext *Context, std::string &Result) argument
6344 Write_protocol_list_t_TypeDecl(std::string &Result, long super_protocol_count) argument
6353 Write_method_list_t_TypeDecl(std::string &Result, unsigned int method_count) argument
6363 Write__prop_list_t_TypeDecl(std::string &Result, unsigned int property_count) argument
6373 Write__ivar_list_t_TypeDecl(std::string &Result, unsigned int ivar_count) argument
6383 Write_protocol_list_initializer(ASTContext *Context, std::string &Result, ArrayRef<ObjCProtocolDecl *> SuperProtocols, StringRef VarName, StringRef ProtocolName) argument
6406 Write_method_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef TopLevelDeclName, bool MethodImpl) argument
6447 Write_prop_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCPropertyDecl *> Properties, const Decl *Container, StringRef VarName, StringRef ProtocolName) argument
6495 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument
6562 Write_class_t(ASTContext *Context, std::string &Result, StringRef VarName, const ObjCInterfaceDecl *CDecl, bool metaclass) argument
6702 Write_category_t(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ObjCCategoryDecl *CatDecl, ObjCInterfaceDecl *ClassDecl, ArrayRef<ObjCMethodDecl *> InstanceMethods, ArrayRef<ObjCMethodDecl *> ClassMethods, ArrayRef<ObjCProtocolDecl *> RefedProtocols, ArrayRef<ObjCPropertyDecl *> ClassProperties) argument
6784 Write__extendedMethodTypes_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCMethodDecl *> Methods, StringRef VarName, StringRef ProtocolName) argument
6810 Write_IvarOffsetVar(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCIvarDecl *> Ivars, ObjCInterfaceDecl *CDecl) argument
6853 Write__ivar_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCIvarDecl *> OriginalIvars, StringRef VarName, ObjCInterfaceDecl *CDecl) argument
6928 RewriteObjCProtocolMetaData(ObjCProtocolDecl *PDecl, std::string &Result) argument
7078 RewriteObjCProtocolListMetaData( const ObjCList<ObjCProtocolDecl> &Protocols, StringRef prefix, StringRef ClassName, std::string &Result) argument
7135 RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, std::string &Result) argument
7294 RewriteClassSetupInitHook(std::string &Result) argument
7310 RewriteMetaDataIntoBuffer(std::string &Result) argument
7388 WriteImageInfo(std::string &Result) argument
7399 RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, std::string &Result) argument
7476 RewriteCategorySetupInitHook(std::string &Result) argument
7499 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h139 bool Lex(Token &Result);
148 void IndirectLex(Token &Result) override { Lex(Result); } variable
154 bool LexFromRawLexer(Token &Result) { argument
156 Lex(Result);
208 void ReadToEndOfLine(SmallVectorImpl<char> *Result = nullptr);
287 static bool getRawToken(SourceLocation Loc, Token &Result,
468 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
470 bool CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr);
475 bool LexUnicode(Token &Result, uint32_
482 FormTokenWithChars(Token &Result, const char *TokEnd, tok::TokenKind Kind) argument
[all...]
H A DPTHLexer.h53 bool LexEndOfFile(Token &Result);
92 void IndirectLex(Token &Result) override { Lex(Result); } variable
/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DBugDriver.cpp61 std::string Result; local
63 if (i) Result += " ";
64 Result += "-";
65 Result += Passes[i];
67 return Result;
89 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt); local
90 if (!Result) {
92 return Result;
95 if (verifyModule(*Result, &errs())) {
103 Triple TheTriple(Result
[all...]
/freebsd-11.0-release/usr.sbin/ppp/
H A Dsig.c66 sig_type Result; local
74 Result = handler[sig - 1];
83 return Result;
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DPassManagerInternal.h188 explicit AnalysisResultModel(ResultT Result) : Result(std::move(Result)) {} argument
191 AnalysisResultModel(const AnalysisResultModel &Arg) : Result(Arg.Result) {}
193 : Result(std::move(Arg.Result)) {}
196 swap(LHS.Result, RHS.Result);
212 ResultT Result; member in struct:llvm::detail::AnalysisResultModel
221 AnalysisResultModel(ResultT Result) argument
241 ResultT Result; member in struct:llvm::detail::AnalysisResultModel
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DMD5.h58 void final(MD5Result &Result);
62 static void stringifyResult(MD5Result &Result, SmallString<32> &Str);

Completed in 412 milliseconds

1234567891011>>