Searched refs:Result (Results 76 - 100 of 858) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h40 SmallVectorImpl<MachineBasicBlock*> &Result,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp161 llvm::APSInt Result; local
163 Result = CommonFXSema.isSigned() ? ThisVal.sadd_sat(OtherVal)
166 Result = ThisVal.isSigned() ? ThisVal.sadd_ov(OtherVal, Overflowed)
173 return APFixedPoint(Result, CommonFXSema);
223 llvm::APSInt Result = getIntPart(); local
230 Result = Result.extend(DstWidth);
237 if (Result.isSigned() && !DstSign) {
238 *Overflow = Result.isNegative() || Result
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFLSteensAliasAnalysis.h117 using Result = CFLSteensAAResult;
124 std::unique_ptr<CFLSteensAAResult> Result; member in class:llvm::CFLSteensAAWrapperPass
131 CFLSteensAAResult &getResult() { return *Result; }
132 const CFLSteensAAResult &getResult() const { return *Result; }
H A DCFLAndersAliasAnalysis.h100 using Result = CFLAndersAAResult;
107 std::unique_ptr<CFLAndersAAResult> Result; member in class:llvm::CFLAndersAAWrapperPass
114 CFLAndersAAResult &getResult() { return *Result; }
115 const CFLAndersAAResult &getResult() const { return *Result; }
H A DPhiValues.h123 using Result = PhiValues;
142 std::unique_ptr<PhiValues> Result; member in class:llvm::PhiValuesWrapperPass
148 PhiValues &getResult() { return *Result; }
149 const PhiValues &getResult() const { return *Result; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h43 auto Result = local
45 return Result.first;
49 auto Result = local
51 return Result.second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp34 std::vector<Constant *> Result; local
35 makeConstantsWithType(T, Result);
36 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp19 std::string Result; local
21 llvm::raw_string_ostream Out(Result);
24 return Result;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DSimpleFormatContext.h54 std::string Result; local
55 llvm::raw_string_ostream OS(Result);
58 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPredIteratorCache.h58 auto Result = BlockToPredCountMap.find(BB); local
59 if (Result != BlockToPredCountMap.end())
60 return Result->second;
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.cpp27 std::vector<std::string> Result;
36 Result.emplace_back(sys::path::filename(It->path()));
39 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h51 S1Ty Result; local
55 Result.insert(*SI);
56 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp68 std::string Result; local
71 Result += " ";
72 Result += "-";
73 Result += Passes[i];
75 return Result;
95 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt); local
96 if (!Result) {
98 return Result;
101 if (verifyModule(*Result, &errs())) {
109 Triple TheTriple(Result
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DEnvironment.cpp16 char *Result = static_cast<char *>( local
18 char *Next = Result;
25 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSubtargetFeature.h112 FeatureBitset Result = *this; local
113 Result ^= RHS;
114 return Result;
124 FeatureBitset Result = *this; local
125 Result &= RHS;
126 return Result;
136 FeatureBitset Result = *this; local
137 Result |= RHS;
138 return Result;
142 FeatureBitset Result local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp33 transformer::detail::translateEdits(const MatchResult &Result, argument
37 Expected<CharSourceRange> Range = Edit.TargetRange(Result);
41 tooling::getRangeForEdit(*Range, *Result.Context);
46 auto Replacement = Edit.Replacement->eval(Result);
72 std::string *Result) const override {
73 Result->append(S);
168 SourceLocation transformer::detail::getRuleMatchLoc(const MatchResult &Result) { argument
169 auto &NodesMap = Result.Nodes.getMap();
174 *Result.Context);
179 return Result
186 findSelectedCase(const MatchResult &Result, const RewriteRule &Rule) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h66 RefType Result(static_cast<const RefType &>(*this));
68 return Result;
70 Result.ViewOffset += N;
71 if (Result.Length.hasValue())
72 *Result.Length -= N;
73 return Result;
83 RefType Result(static_cast<const RefType &>(*this));
87 return Result;
91 if (!Result.Length.hasValue())
92 Result
[all...]
H A DCFGUpdate.h64 SmallVectorImpl<Update<NodePtr>> &Result,
83 Result.clear();
84 Result.reserve(Operations.size());
92 Result.push_back({UK, Op.first.first, Op.first.second});
107 llvm::sort(Result,
63 LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates, SmallVectorImpl<Update<NodePtr>> &Result, bool InverseGraph) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp75 std::vector<CandidateInfo> Result; local
76 PImpl->get(Kind, Result);
77 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DPlatform.cpp58 PlatformSet Result; local
60 Result.insert(mapToPlatformKind(Target));
61 return Result;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h50 bool evaluateAsRValue(State &Parent, const Expr *E, APValue &Result);
53 bool evaluateAsInitializer(State &Parent, const VarDecl *VD, APValue &Result);
69 bool Run(State &Parent, Function *Func, APValue &Result);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp109 TokenInfo Result; local
110 Result.Range.Start = currentLocation();
113 Result.Kind = TokenInfo::TK_CodeCompletion;
114 Result.Text = StringRef(CodeCompletionLocation, 0);
116 return Result;
120 Result.Kind = TokenInfo::TK_Eof;
121 Result.Text = "";
122 return Result;
130 Result.Kind = TokenInfo::TK_Comma;
131 Result
212 consumeNumberLiteral(TokenInfo *Result) argument
268 consumeStringLiteral(TokenInfo *Result) argument
373 llvm::Optional<DynTypedMatcher> Result = local
531 VariantMatcher Result = S->actOnMatcherExpression( local
706 llvm::Optional<DynTypedMatcher> Result = local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h186 uint64_t Result = variable
190 Result |= ISASelectionBit;
191 assert(Result <= UINT32_MAX && "relocation overflow");
195 << " Value: " << format("0x%08" PRIx32, Result)
197 writeBytesUnaligned(Result, Target, 4);
203 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - variable
205 assert(Result <= UINT32_MAX && "relocation overflow");
209 << " Value: " << format("0x%08" PRIx32, Result)
211 Result |= ISASelectionBit;
212 writeBytesUnaligned(Result, Targe
235 uint64_t Result = variable
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp88 std::string Result; local
89 llvm::raw_string_ostream Stream(Result);
452 ReplacementsImpl Result; local
476 Result.insert(Merged.asReplacement());
478 return Replacements(Result.begin(), Result.end());
490 std::vector<Range> Result; local
492 if (Result.empty() ||
493 Result.back().getOffset() + Result
568 bool Result = true; local
604 std::string Result; local
614 std::map<std::string, Replacements> Result; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp48 void Preprocessor::CachingLex(Token &Result) { argument
57 Result = CachedTokens[CachedLexPos++];
58 Result.setFlag(Token::IsReinjected);
63 Lex(Result);
68 CachedTokens.push_back(Result);

Completed in 342 milliseconds

1234567891011>>