HomeSort by relevance Sort by last modified time
    Searched defs:Result (Results 176 - 200 of 356) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 200 /// incorporating info about the result values into this state.
289 unsigned Result = StackOffset;
291 return Result;
  /external/llvm/lib/Analysis/
Lint.cpp 240 AliasAnalysis::AliasResult Result = AA->alias(*AI, *BI);
241 Assert1(Result != AliasAnalysis::MustAlias &&
242 Result != AliasAnalysis::PartialAlias,
443 "Undefined result: xor(undef, undef)", &I);
449 "Undefined result: sub(undef, undef)", &I);
456 "Undefined result: Shift count out of range", &I);
463 "Undefined result: Shift count out of range", &I);
470 "Undefined result: Shift count out of range", &I);
530 "Undefined result: extractelement index out of range", &I);
538 "Undefined result: insertelement index out of range", &I)
    [all...]
MemoryBuiltins.cpp 199 // The size of the malloc's result type must be known to determine array size.
239 /// 1: PointerType is the bitcast's result type.
271 /// 1: PointerType is the bitcast's result type.
571 SizeOffsetEvalType Result = compute_(V);
573 if (!bothKnown(Result)) {
586 return Result;
614 SizeOffsetEvalType Result;
616 Result = visitGEPOperator(*GEP);
618 Result = visit(*I);
624 Result = unknown()
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 233 MachineInstr::mmo_iterator Result = allocateMemRefsArray(Num);
239 Result[Index] = *I;
247 Result[Index] = JustLoad;
252 return std::make_pair(Result, Result + Num);
265 MachineInstr::mmo_iterator Result = allocateMemRefsArray(Num);
271 Result[Index] = *I;
279 Result[Index] = JustStore;
284 return std::make_pair(Result, Result + Num)
    [all...]
MachineModuleInfo.cpp 94 std::vector<MCSymbol*> &Result);
120 MCSymbol *Result = Context.CreateTempSymbol();
121 Entry.Symbols = Result;
122 return Result;
131 std::vector<MCSymbol*> Result;
135 Result.push_back(getAddrLabelSymbol(BB));
137 Result.push_back(Sym);
139 Result = *Entry.Symbols.get<std::vector<MCSymbol*>*>();
140 return Result;
147 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 56 SDValue TranslateLegalizeResults(SDValue Op, SDValue Result);
72 // operands to a different type and bitcasting the result back to the
110 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDValue Result) {
113 AddLegalizedOperand(Op.getValue(i), Result.getValue(i));
114 return Result.getValue(Op.getResNo());
130 SDValue Result =
138 return TranslateLegalizeResults(Op, Result);
150 return TranslateLegalizeResults(Op, Result);
153 return LegalizeOp(TLI.LowerOperation(Result, DAG));
166 return TranslateLegalizeResults(Op, Result);
    [all...]
  /external/llvm/lib/Target/
TargetData.cpp 129 int Result = 0;
130 R.getAsInteger(10, Result);
131 return Result;
441 std::string Result;
442 raw_string_ostream OS(Result);
601 uint64_t Result = 0;
617 Result += Layout->getElementOffset(FieldNo);
627 Result += (uint64_t)arrayIdx * getTypeAllocSize(Ty);
631 return Result;
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 105 /// This means that some function calls G and passes its result as an
398 Liveness Result = MaybeLive;
401 Result = SurveyUse(I, MaybeLiveUses, RetValNum);
402 if (Result == Live)
405 return Result;
440 /// Adds all uses that cause the result to be MaybeLive to MaybeLiveRetUses. If
441 /// the result is Live, MaybeLiveUses might be modified but its content should
445 Liveness Result = MaybeLive;
449 Result = SurveyUse(I, MaybeLiveUses);
450 if (Result == Live
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 71 SetVector<BasicBlock *> Result;
78 if (!Result.insert(*I))
82 Result.clear();
83 return Result;
88 for (SetVector<BasicBlock *>::iterator I = llvm::next(Result.begin()),
89 E = Result.end();
93 assert(Result.count(*PI) &&
98 return Result;
564 // dominated by the result of the invocation
  /external/llvm/lib/VMCore/
ConstantsContext.h 223 GetElementPtrConstantExpr *Result =
225 Result->SubclassOptionalData = Flags;
226 return Result;
581 ConstantClass* Result =
584 assert(Result->getType() == Ty && "Type specified is not correct!");
585 I = Map.insert(I, std::make_pair(MapKey(Ty, V), Result));
588 InverseMap.insert(std::make_pair(Result, I));
590 return Result;
598 ConstantClass* Result = 0;
603 Result = I->second
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 105 // kept passes, we can update our bitcode file to include the result of the
129 // passes on the result of the prefix passes.
158 // Run the result...
793 // Call the old main function and return its result
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 180 bool Result = diff(L, R, true, true);
181 assert(!Result && "structural differences second time around?");
182 (void) Result;
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 158 std::string Result = "return " + TargetPrefix + "Intrinsic::" +
162 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
170 << Result << '\n';
403 unsigned Result = 0;
410 Result = (Result << 4) | TypeSig[e-i-1];
414 if (!Failed && (Result >> 31) == 0) {
415 FixedEncodings.push_back(Result);
711 OS << "// in as TargetPrefix. The result is assigned to 'IntrinsicID'.\n";
  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 134 class Result {};
141 MOCK_METHOD1(ReturnResult, Result(int n)); // NOLINT
249 .WillByDefault(Return(Result()));
930 bool result = false; local
931 EXPECT_NONFATAL_FAILURE(result = a.Binary(1, 2),
933 EXPECT_TRUE(result);
1117 bool result = false; local
1118 EXPECT_NONFATAL_FAILURE(result = a.Binary(0, 0),
1120 EXPECT_TRUE(result);
2185 bool result = true; local
2223 bool result = true; local
2355 bool result = true; local
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 628 bool Result = InnerMatcher.matches(Node, Finder, Builder);
629 if (Result) {
632 return Result;
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 612 /// \brief Cached result of the last \see getPreprocessedEntitiesInRange
616 std::pair<PPEntityID, PPEntityID> Result;
  /external/clang/lib/AST/
DeclObjC.cpp 635 // Cache the result.
721 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc,
723 C.getObjCInterfaceType(Result, PrevDecl);
724 return Result;
    [all...]
ExprCXX.cpp 551 /// isAlwaysNull - Return whether the result of the dynamic_cast is proven
    [all...]
MicrosoftMangle.cpp     [all...]
Stmt.cpp 474 std::string Result;
478 Result += "$$";
481 Result += *CurPtr;
485 Pieces.push_back(AsmStringPiece(Result));
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 69 bool Result = (this->*traverse)(Node);
71 return Result;
90 // result. It consists of an ID of the MatcherInterface (for
101 // Used to store the result of a match and possibly bound nodes.
439 // result callback for every node that matches.
463 // Maps (matcher, node) -> the match result for memoization.
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 173 std::pair<iterator, bool> Result = DiagMap.insert(
177 if (Result.second)
178 Result.first->second = GetDefaultDiagMappingInfo(Diag);
180 return Result.first->second;
377 DiagnosticIDs::Level Result = DiagnosticIDs::Fatal;
389 Result = DiagnosticIDs::Ignored;
392 Result = DiagnosticIDs::Warning;
395 Result = DiagnosticIDs::Error;
398 Result = DiagnosticIDs::Fatal;
403 if (Diag.EnableAllWarnings && Result == DiagnosticIDs::Ignored &
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 520 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
835 llvm::Type *Result = llvm::StructType::get(LLVMContext, Elements);
836 return ABIArgInfo::getDirectInReg(Result);
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 521 LookupResult Result = statChained(Path, StatBuf, FileDescriptor);
523 if (Result == CacheMissing) // Failed 'stat'.
528 return Result;
533 return Result;
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]

Completed in 1536 milliseconds

1 2 3 4 5 6 78 91011>>