Searched defs:New (Results 76 - 100 of 188) sorted by relevance

12345678

/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp334 MachineInstr *New; local
337 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
342 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)
347 MBB.insert(I, New);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h240 // InsertNewInstBefore - insert an instruction New before instruction Old
243 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
244 assert(New && New->getParent() == 0 &&
245 "New instruction already inserted into a basic block!");
247 BB->getInstList().insert(&Old, New); // Insert inst
248 Worklist.Add(New);
249 return New;
255 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { argument
256 New
[all...]
H A DInstCombineLoadStoreAlloca.cpp171 AllocaInst *New = Builder->CreateAlloca(NewTy, 0, AI.getName()); local
172 New->setAlignment(AI.getAlignment());
177 BasicBlock::iterator It = New;
188 GetElementPtrInst::CreateInBounds(New, Idx, New->getName()+".sub");
H A DInstCombineSimplifyDemanded.cpp710 } else if ((KnownOne & SignBit) != 0) { // New bits are known one.
883 BinaryOperator *New;
886 New = BinaryOperator::CreateShl(VarX, Amt);
888 New->setHasNoSignedWrap(Orig->hasNoSignedWrap());
889 New->setHasNoUnsignedWrap(Orig->hasNoUnsignedWrap());
892 New = isLshr ? BinaryOperator::CreateLShr(VarX, Amt) :
895 New->setIsExact(true);
898 return InsertNewInstWith(New, *Shl);
1262 Instruction *New = local
1267 InsertNewInstWith(New, *I
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp144 DEBUG(dbgs() << "New: " << *Retain << "\n");
197 DEBUG(dbgs() << " New Retain: "
253 Value *New = StripPointerCastsAndObjCCalls(Store->getValueOperand()); local
262 if (GetObjCArg(Retain) != New) return;
271 Value *Args[] = { Load->getPointerOperand(), New };
414 << " New = " << *Null << "\n");
/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp275 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It)); local
276 Header->getParent()->getBasicBlockList().push_back(New);
288 New->getInstList().erase(NewPHI);
292 LastValueMap[*BB] = New;
297 L->addBasicBlockToLoop(New, LI->getBase());
310 phi->addIncoming(Incoming, New);
316 Headers.push_back(New);
318 Latches.push_back(New);
320 NewBlocks.push_back(New);
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp324 Module *New = BD.runPassesOn(M, Passes); local
326 if (!New) {
330 M = New;
H A DExtractFunction.cpp125 Module *New = runPassesOn(Clone, Passes); local
127 if (!New) {
131 return New;
151 Module *New = runPassesOn(M, CleanupPasses); local
152 if (New == 0) {
157 return New;
305 Module *New = CloneModule(M, NewVMap); local
320 for (Module::iterator I = New->begin(), E = New->end(); I != E; ++I)
348 SplitStaticCtorDtor("llvm.global_ctors", M, New, NewVMa
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp44 Matcher *New = 0; local
47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(),
53 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType());
55 if (New) {
57 New->setNext(MatcherPtr.take());
58 MatcherPtr.reset(New);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc95 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon23945::SimpleDescriptorDatabaseTestCase
115 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon23945::EncodedDescriptorDatabaseTestCase
137 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon23945::DescriptorPoolDatabaseTestCase
475 testing::Values(&SimpleDescriptorDatabaseTestCase::New));
477 testing::Values(&EncodedDescriptorDatabaseTestCase::New));
479 testing::Values(&DescriptorPoolDatabaseTestCase::New));
H A Ddynamic_message.cc192 Message* New() const;
405 Message* DynamicMessage::New() const { function in class:google::protobuf::DynamicMessage
/external/chromium/base/metrics/
H A Dstats_table.cc106 static Private* New(const std::string& name, int size,
138 // Constructor is private because you should use New() instead.
166 StatsTable::Private* StatsTable::Private::New(const std::string& name, function in class:base::StatsTable::Private
269 impl_ = Private::New(name, table_size, max_threads, max_counters);
/external/chromium_org/base/metrics/
H A Dstats_table.cc106 static Private* New(const std::string& name, int size,
138 // Constructor is private because you should use New() instead.
166 StatsTable::Private* StatsTable::Private::New(const std::string& name, function in class:base::StatsTable::Private
265 impl_ = Private::New(name, table_size, max_threads, max_counters);
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc80 NPError WindowlessPluginTest::New(uint16 mode, int16 argc, function in class:NPAPIClient::WindowlessPluginTest
83 NPError error = PluginTest::New(mode, argc, argn, argv, saved);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc218 CodeGeneratorRequest* CodeGeneratorRequest::New() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
543 CodeGeneratorResponse_File* CodeGeneratorResponse_File::New() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
873 CodeGeneratorResponse* CodeGeneratorResponse::New() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h225 Cluster* c = New<Cluster>(1);
257 template <class T> T* New(int num) { function in class:AddressMap
275 hashtable_ = New<Cluster*>(kHashSize);
324 Entry* array = New<Entry>(ALLOC_COUNT);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h225 Cluster* c = New<Cluster>(1);
257 template <class T> T* New(int num) { function in class:AddressMap
275 hashtable_ = New<Cluster*>(kHashSize);
324 Entry* array = New<Entry>(ALLOC_COUNT);
/external/clang/lib/Serialization/
H A DModuleManager.cpp78 ModuleFile *New = new ModuleFile(Type, Generation); local
79 New->Index = Chain.size();
80 New->FileName = FileName.str();
81 New->File = Entry;
82 New->ImportLoc = ImportLoc;
83 Chain.push_back(New);
85 ModuleEntry = New;
91 New->Buffer.reset(Buffer);
96 ec = llvm::MemoryBuffer::getSTDIN(New->Buffer);
100 New
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp83 static void UpdateAssumption(Assumption &A, const Assumption &New);
443 const Assumption &New) {
445 if (A == New)
451 A = New;
442 UpdateAssumption(Assumption &A, const Assumption &New) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp432 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); local
433 return New.isEmpty() ? NULL : St->set<ConstraintRange>(Sym, New);
447 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); local
448 return New.isEmpty() ? NULL : St->set<ConstraintRange>(Sym, New);
476 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); local
477 return New.isEmpty() ? NULL : St->set<ConstraintRange>(Sym, New);
505 RangeSet New local
534 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); local
563 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); local
[all...]
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h551 void replaceWithNewValue(Value *Old, Value *New) { argument
552 copyValue(Old, New);
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp269 bool *New) {
285 if (New) *New = true;
267 getAliasSetForPointer(Value *Pointer, uint64_t Size, const MDNode *TBAAInfo, bool *New) argument
/external/llvm/lib/IR/
H A DModule.cpp145 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, Name); local
146 if (!New->isIntrinsic()) // Intrinsics get attrs set on construction
147 New->setAttributes(AttributeList);
148 FunctionList.push_back(New);
149 return New; // Return the new prototype.
255 GlobalVariable *New = local
258 return New; // Return the new declaration.
H A DValue.cpp303 void Value::replaceAllUsesWith(Value *New) { argument
304 assert(New && "Value::replaceAllUsesWith(<null>) is invalid!");
305 assert(New != this && "this->replaceAllUsesWith(this) is NOT valid!");
306 assert(New->getType() == getType() &&
311 ValueHandleBase::ValueIsRAUWd(this, New);
319 C->replaceUsesOfWithOnConstant(this, New, &U);
324 U.set(New);
328 BB->replaceSuccessorsPhiUsesWith(cast<BasicBlock>(New));
640 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { argument
642 assert(Old != New
[all...]
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp143 bool operator()(const BlockPair &Old, const BlockPair &New) { argument
145 < fde.getUnprocPredCount(New.first);

Completed in 678 milliseconds

12345678