Searched defs:New (Results 151 - 175 of 186) sorted by relevance

12345678

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1335 /// \brief Replace all the use of \p Inst by \p New.
1336 UsesReplacer(Instruction *Inst, Value *New) : TypePromotionAction(Inst) { argument
1337 DEBUG(dbgs() << "Do: UsersReplacer: " << *Inst << " with " << *New local
1345 Inst->replaceAllUsesWith(New);
1371 /// uses with New.
1372 /// \pre If !Inst->use_empty(), then New != nullptr
1373 InstructionRemover(Instruction *Inst, Value *New = nullptr)
1376 if (New)
1377 Replacer = new UsesReplacer(Inst, New);
1417 void replaceAllUsesWith(Instruction *Inst, Value *New);
1446 replaceAllUsesWith(Instruction *Inst, Value *New) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp302 SDValue New = DAG.getNode(Op.getOpcode(), dl, VT, Op.getOperand(0), local
306 return CombineTo(Op, New);
368 /// return true, returning the original and new nodes in Old and New. Otherwise,
552 SDValue New = TLO.DAG.getNode(Op.getOpcode(), dl,VT, Op.getOperand(0), local
554 return TLO.CombineTo(Op, New);
787 // New bits are known one.
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2211 SDNode *New = CurDAG->getMachineNode(Op, dl, NVT, N0->getOperand(0),NewCst); local
2212 return CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0),
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1205 Value *New = new ICmpInst(SCI, SCI->getPredicate(), NPtr, local
1208 SCI->replaceAllUsesWith(New);
1961 Constant *New = ConstantFoldConstantExpression(CE, DL, TLI); local
1962 if (New && New != CE)
1963 GV->setInitializer(New);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp323 BinaryOperator *New = BinaryOperator::Create(Opcode, A, B); local
324 if (isa<FPMathOperator>(New)) {
328 New->setFastMathFlags(Flags);
330 InsertNewInstWith(New, I);
331 New->takeName(Op1);
332 I.setOperand(0, New);
2259 SmallVector<Constant *, 16> NewFilterElts; // New elements.
2328 assert(MakeNewInstruction && "New filter but not a new instruction!");
2754 << " New = " << *Result << '\n');
2783 << " New
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2421 CallInst *New = IRB.CreateMemSet( local
2424 (void)New;
2425 DEBUG(dbgs() << " to: " << *New << "\n");
2487 Value *New = IRB.CreateAlignedStore(V, &NewAI, NewAI.getAlignment(), local
2489 (void)New;
2490 DEBUG(dbgs() << " to: " << *New << "\n");
2588 CallInst *New = IRB.CreateMemCpy( local
2591 (void)New;
2592 DEBUG(dbgs() << " to: " << *New << "\n");
2679 Value *New; local
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1207 TreePatternNode *New; local
1209 New = new TreePatternNode(getLeafValue(), getNumTypes());
1215 New = new TreePatternNode(getOperator(), CChildren, getNumTypes());
1217 New->setName(getName());
1218 New->Types = Types;
1219 New->setPredicateFns(getPredicateFns());
1220 New->setTransformFn(getTransformFn());
1221 return New;
1960 TreePatternNode *New = ParseTreePattern(Dag->getArg(0), Dag->getArgName(0)); local
1963 assert(New
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc699 FileDescriptorSet* FileDescriptorSet::New() const { function in class:google::protobuf::FileDescriptorSet
924 FileDescriptorProto* FileDescriptorProto::New() const { function in class:google::protobuf::FileDescriptorProto
1457 DescriptorProto_ExtensionRange* DescriptorProto_ExtensionRange::New() const { function in class:google::protobuf::DescriptorProto_ExtensionRange
1715 DescriptorProto* DescriptorProto::New() const { function in class:google::protobuf::DescriptorProto
2295 FieldDescriptorProto* FieldDescriptorProto::New() const { function in class:google::protobuf::FieldDescriptorProto
2851 EnumDescriptorProto* EnumDescriptorProto::New() const { function in class:google::protobuf::EnumDescriptorProto
3168 EnumValueDescriptorProto* EnumValueDescriptorProto::New() const { function in class:google::protobuf::EnumValueDescriptorProto
3480 ServiceDescriptorProto* ServiceDescriptorProto::New() const { function in class:google::protobuf::ServiceDescriptorProto
3807 MethodDescriptorProto* MethodDescriptorProto::New() const { function in class:google::protobuf::MethodDescriptorProto
4220 FileOptions* FileOptions::New() cons function in class:google::protobuf::FileOptions
4745 MessageOptions* MessageOptions::New() const { function in class:google::protobuf::MessageOptions
5081 FieldOptions* FieldOptions::New() const { function in class:google::protobuf::FieldOptions
5478 EnumOptions* EnumOptions::New() const { function in class:google::protobuf::EnumOptions
5702 EnumValueOptions* EnumValueOptions::New() const { function in class:google::protobuf::EnumValueOptions
5926 ServiceOptions* ServiceOptions::New() const { function in class:google::protobuf::ServiceOptions
6150 MethodOptions* MethodOptions::New() const { function in class:google::protobuf::MethodOptions
6381 UninterpretedOption_NamePart* UninterpretedOption_NamePart::New() const { function in class:google::protobuf::UninterpretedOption_NamePart
6656 UninterpretedOption* UninterpretedOption::New() const { function in class:google::protobuf::UninterpretedOption
[all...]
/external/chromium_org/v8/src/
H A Dfactory.cc18 Handle<T> Factory::New(Handle<Map> map, AllocationSpace space) { function in class:v8::internal::Factory
27 Handle<T> Factory::New(Handle<Map> map, function in class:v8::internal::Factory
58 Handle<Oddball> oddball = New<Oddball>(map, OLD_POINTER_SPACE);
544 Handle<ConsString> result = New<ConsString>(map, NEW_SPACE);
611 Handle<SlicedString> slice = New<SlicedString>(map, NEW_SPACE);
630 New<ExternalOneByteString>(map, NEW_SPACE);
654 New<ExternalTwoByteString>(map, NEW_SPACE);
936 Handle<AllocationSite> site = New<AllocationSite>(map, OLD_POINTER_SPACE);
1248 Handle<JSFunction> result = New<JSFunction>(map, space);
1563 NameDictionary::New(isolat
[all...]
H A Dhydrogen-instructions.cc940 HCallJSFunction* HCallJSFunction::New( function in class:v8::internal::HCallJSFunction
990 HConstant* add_offset = HConstant::New(zone, context, actual_offset);
992 HInstruction* add = HAdd::New(zone, context,
1001 HConstant* sar_scale = HConstant::New(zone, context, actual_scale);
1003 HInstruction* sar = HSar::New(zone, context,
1512 HInstruction* HForceRepresentation::New(Zone* zone, HValue* context, function in class:v8::internal::HForceRepresentation
1583 return Prepend(HMathFloorOfDiv::New(
2103 set_added_constant(HConstant::New(zone, context, mask));
2112 HInstruction* new_index = HBitwise::New(zone, context, token, index_base,
3521 HCheckMapValue::New(bloc
4073 HInstruction* HStringAdd::New(Zone* zone, function in class:v8::internal::HStringAdd
4117 HInstruction* HStringCharFromCode::New( function in class:v8::internal::HStringCharFromCode
4135 HInstruction* HUnaryMathOperation::New( function in class:v8::internal::HUnaryMathOperation
4239 HInstruction* HPower::New(Zone* zone, function in class:v8::internal::HPower
4257 HInstruction* HMathMinMax::New( function in class:v8::internal::HMathMinMax
4290 HInstruction* HMod::New(Zone* zone, function in class:v8::internal::HMod
4316 HInstruction* HDiv::New( function in class:v8::internal::HDiv
4340 HInstruction* HBitwise::New( function in class:v8::internal::HBitwise
4392 HInstruction* HShr::New( function in class:v8::internal::HShr
4410 HInstruction* HSeqStringGetChar::New(Zone* zone, function in class:v8::internal::HSeqStringGetChar
[all...]
H A Dhydrogen.h1107 HInstruction* NewUncasted() { return I::New(zone(), context()); }
1110 I* New() { return I::New(zone(), context()); } function in class:v8::internal::HGraphBuilder
1116 I* Add() { return AddInstructionTyped(New<I>());}
1120 return I::New(zone(), context(), p1);
1124 I* New(P1 p1) { return I::New(zone(), context(), p1); } function in class:v8::internal::HGraphBuilder
1138 I* result = AddInstructionTyped(New<I>(p1));
1148 return I::New(zone(), context(), p1, p2);
1152 I* New(P function in class:v8::internal::HGraphBuilder
1180 I* New(P1 p1, P2 p2, P3 p3) { function in class:v8::internal::HGraphBuilder
1200 I* New(P1 p1, P2 p2, P3 p3, P4 p4) { function in class:v8::internal::HGraphBuilder
1220 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { function in class:v8::internal::HGraphBuilder
1240 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { function in class:v8::internal::HGraphBuilder
1262 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { function in class:v8::internal::HGraphBuilder
1287 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) { function in class:v8::internal::HGraphBuilder
2035 inline HContext* HGraphBuilder::New<HContext>() { function in class:v8::internal::HGraphBuilder
[all...]
H A Dapi.cc495 LOG_API(isolate, "Persistent::New");
813 v8::Integer::New(v8_isolate, attribute)};
837 v8::Integer::New(v8_isolate, attribute)};
857 result = Utils::OpenHandle(*ObjectTemplate::New(isolate));
904 Local<FunctionTemplate> FunctionTemplate::New( function in class:v8::FunctionTemplate
911 LOG_API(i_isolate, "FunctionTemplate::New");
918 Local<Signature> Signature::New(Isolate* isolate, function in class:v8::Signature
922 LOG_API(i_isolate, "Signature::New");
941 Local<AccessorSignature> AccessorSignature::New( function in class:v8::AccessorSignature
1064 Local<TypeSwitch> TypeSwitch::New(Handl function in class:v8::TypeSwitch
1070 Local<TypeSwitch> TypeSwitch::New(int argc, Handle<FunctionTemplate> types[]) { function in class:v8::TypeSwitch
1239 Local<ObjectTemplate> ObjectTemplate::New(Isolate* isolate) { function in class:v8::ObjectTemplate
1244 Local<ObjectTemplate> ObjectTemplate::New() { function in class:v8::ObjectTemplate
1249 Local<ObjectTemplate> ObjectTemplate::New( function in class:v8::ObjectTemplate
4052 Local<Function> Function::New(Isolate* v8_isolate, function in class:v8::Function
5204 Local<Context> v8::Context::New( function in class:v8::v8::Context
5337 Local<External> v8::External::New(Isolate* isolate, void* value) { function in class:v8::v8::External
5596 Local<v8::Object> v8::Object::New(Isolate* isolate) { function in class:v8::v8::Object
5606 Local<v8::Value> v8::NumberObject::New(Isolate* isolate, double value) { function in class:v8::v8::NumberObject
5626 Local<v8::Value> v8::BooleanObject::New(bool value) { function in class:v8::v8::BooleanObject
5649 Local<v8::Value> v8::StringObject::New(Handle<String> value) { function in class:v8::v8::StringObject
5670 Local<v8::Value> v8::SymbolObject::New(Isolate* isolate, Handle<Symbol> value) { function in class:v8::v8::SymbolObject
5690 Local<v8::Value> v8::Date::New(Isolate* isolate, double time) { function in class:v8::v8::Date
5754 Local<v8::RegExp> v8::RegExp::New(Handle<String> pattern, function in class:v8::v8::RegExp
5791 Local<v8::Array> v8::Array::New(Isolate* isolate, int length) { function in class:v8::v8::Array
5859 Local<Promise::Resolver> Promise::Resolver::New(Isolate* v8_isolate) { function in class:v8::Promise::Resolver
6010 Local<ArrayBuffer> v8::ArrayBuffer::New(Isolate* isolate, size_t byte_length) { function in class:v8::v8::ArrayBuffer
6021 Local<ArrayBuffer> v8::ArrayBuffer::New(Isolate* isolate, void* data, function in class:v8::v8::ArrayBuffer
6145 Local<DataView> DataView::New(Handle<ArrayBuffer> array_buffer, function in class:v8::DataView
6158 Local<Symbol> v8::Symbol::New(Isolate* isolate, Local<String> name) { function in class:v8::v8::Symbol
6222 Local<Private> v8::Private::New(Isolate* isolate, Local<String> name) { function in class:v8::v8::Private
6254 Local<Number> v8::Number::New(Isolate* isolate, double value) { function in class:v8::v8::Number
6267 Local<Integer> v8::Integer::New(Isolate* isolate, int32_t value) { function in class:v8::v8::Integer
6569 Isolate* Isolate::New(const Isolate::CreateParams& params) { function in class:v8::Isolate
[all...]
H A Dhydrogen-instructions.h958 static I* New(Zone* zone, HValue* context) { \
963 static I* New(Zone* zone, HValue* context, P1 p1) { \
968 static I* New(Zone* zone, HValue* context, P1 p1, P2 p2) { \
973 static I* New(Zone* zone, HValue* context, P1 p1, P2 p2, P3 p3) { \
978 static I* New(Zone* zone, \
988 static I* New(Zone* zone, \
999 static I* New(Zone* zone, \
1011 static I* New(Zone* zone, HValue* context) { \
1016 static I* New(Zone* zone, HValue* context, P1 p1) { \
1021 static I* New(Zon
1393 static HDeoptimize* New(Zone* zone, function in class:v8::FINAL
1537 static HContext* New(Zone* zone) { function in class:v8::FINAL
2004 static HEnterInlined* New(Zone* zone, HValue* context, BailoutId return_id, function in class:v8::FINAL
2093 static HPushArguments* New(Zone* zone, HValue* context) { function in class:v8::FINAL
2096 static HPushArguments* New(Zone* zone, HValue* context, HValue* arg1) { function in class:v8::FINAL
2101 static HPushArguments* New(Zone* zone, HValue* context, HValue* arg1, function in class:v8::FINAL
2108 static HPushArguments* New(Zone* zone, HValue* context, HValue* arg1, function in class:v8::FINAL
2116 static HPushArguments* New(Zone* zone, HValue* context, HValue* arg1, function in class:v8::FINAL
2323 static HCallWithDescriptor* New(Zone* zone, HValue* context, HValue* target, function in class:v8::FINAL
2422 static HInvokeFunction* New(Zone* zone, function in class:v8::FINAL::FINAL
2729 static HCheckMaps* New(Zone* zone, HValue* context, HValue* value, function in class:v8::FINAL::FINAL
2734 static HCheckMaps* New(Zone* zone, HValue* context, function in class:v8::FINAL::FINAL
2848 static HCheckValue* New(Zone* zone, HValue* context, function in class:v8::FINAL::FINAL
2859 static HCheckValue* New(Zone* zone, HValue* context, function in class:v8::FINAL::FINAL
3411 static HArgumentsObject* New(Zone* zone, HValue* context, int count) { function in class:v8::FINAL::FINAL
5242 static HInstruction* New(Zone* zone, function in class:v8::FINAL::FINAL
5522 static HAllocate* New(Zone* zone, function in class:v8::FINAL::FINAL
5704 static HStoreCodeEntry* New(Zone* zone, function in class:v8::FINAL::FINAL
5730 static HInnerAllocatedObject* New(Zone* zone, function in class:v8::FINAL::FINAL
7204 inline static HTransitionElementsKind* New(Zone* zone, function in class:v8::FINAL::FINAL
[all...]
/external/clang/lib/AST/
H A DDecl.cpp3693 FunctionDecl *New = local
3696 New->HasWrittenPrototype = hasWrittenPrototype;
3697 return New;
/external/clang/lib/CodeGen/
H A DCGCall.cpp2592 llvm::Value *New) {
2593 DeferredReplacements.push_back(std::make_pair(Old, New));
2591 deferPlaceholderReplacement(llvm::Instruction *Old, llvm::Value *New) argument
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3353 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id, local
3355 New->setExceptionVariable(true);
3358 if (getLangOpts().ObjCAutoRefCount && inferObjCARCLifetime(New))
3362 New->setInvalidDecl();
3363 return New;
3394 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, local
3404 New->setInvalidDecl();
3408 S->AddDecl(New);
3410 IdResolver.AddDecl(New);
3412 ProcessDeclAttributes(S, New,
[all...]
H A DSemaLookup.cpp2757 void ADLResult::insert(NamedDecl *New) { argument
2758 NamedDecl *&Old = Decls[cast<NamedDecl>(New->getCanonicalDecl())];
2762 if (Old == nullptr || Old == New) {
2763 Old = New;
2769 FunctionDecl *NewFD = New->getAsFunction();
2785 Old = New;
H A DSemaType.cpp4289 QualType wrap(Sema &S, const FunctionType *New) { argument
4291 if (New == get()) return Original;
4293 Fn = New;
4322 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); local
4323 return C.getParenType(New);
4327 QualType New = wrap(C, cast<PointerType>(Old)->getPointeeType(), I); local
4328 return C.getPointerType(New);
4332 QualType New = wrap(C, cast<BlockPointerType>(Old)->getPointeeType(),I); local
4333 return C.getBlockPointerType(New);
4338 QualType New local
4344 QualType New = wrap(C, OldRef->getPointeeType(), I); local
[all...]
H A DSemaTemplate.cpp5338 static bool MatchTemplateParameterKind(Sema &S, NamedDecl *New, NamedDecl *Old, argument
5343 if (Old->getKind() != New->getKind()) {
5350 S.Diag(New->getLocation(), NextDiag)
5363 if (Old->isTemplateParameterPack() != New->isTemplateParameterPack() &&
5374 unsigned ParamKind = isa<TemplateTypeParmDecl>(New)? 0
5375 : isa<NonTypeTemplateParmDecl>(New)? 1
5377 S.Diag(New->getLocation(), NextDiag)
5378 << ParamKind << New->isParameterPack();
5389 NonTypeTemplateParmDecl *NewNTTP = cast<NonTypeTemplateParmDecl>(New);
5427 TemplateTemplateParmDecl *NewTTP = cast<TemplateTemplateParmDecl>(New);
5443 DiagnoseTemplateParameterListArityMismatch(Sema &S, TemplateParameterList *New, TemplateParameterList *Old, Sema::TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc) argument
5486 TemplateParameterListsAreEqual(TemplateParameterList *New, TemplateParameterList *Old, bool Complain, TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp158 NamedDecl *New; member in class:clang::ASTDeclReader::FindExistingResult
166 : Reader(Reader), New(nullptr), Existing(nullptr), AddResult(false) {}
168 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing) argument
169 : Reader(Reader), New(New), Existing(Existing), AddResult(true) { }
172 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing),
2148 Attr *New = nullptr; local
2154 assert(New && "Unable to decode attribute?");
2155 Attrs.push_back(New);
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2170 Instruction *New = Cond->clone(); local
2171 if (BonusInst) New->replaceUsesOfWith(BonusInst, NewBonus);
2172 PredBlock->getInstList().insert(PBI, New);
2173 New->takeName(Cond);
2174 Cond->setName(New->getName()+".old");
2179 New, "or.cond"));
2245 NotCond, New,
2258 PBI->getCondition(), New,
2845 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); local
2849 New
[all...]
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc167 {"Courier", "Courier New", false, false},
168 {"Courier-Bold", "Courier New", true, false},
169 {"Courier-BoldOblique", "Courier New", true, true},
170 {"Courier-Oblique", "Courier New", false, true},
175 {"Times-Roman", "Times New Roman", false, false},
176 {"Times-Bold", "Times New Roman", true, false},
177 {"Times-BoldItalic", "Times New Roman", true, true},
178 {"Times-Italic", "Times New Roman", false, true},
671 bool PDFiumEngine::New(const char* url) { function in class:chrome_pdf::PDFiumEngine
677 bool PDFiumEngine::New(cons function in class:chrome_pdf::PDFiumEngine
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp198 void ReplaceStmt(Stmt *Old, Stmt *New) { argument
208 if (!Rewrite.ReplaceStmt(Old, New)) {
209 ReplacedNodes[Old] = New;
218 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { argument
219 assert(Old != nullptr && New != nullptr && "Expected non-null Stmt's");
233 New->printPretty(S, nullptr, PrintingPolicy(LangOpts));
238 ReplacedNodes[Old] = New;
/external/chromium_org/v8/include/
H A Dv8.h290 V8_INLINE static Handle<T> New(Isolate* isolate, Handle<T> that) { function in class:v8::Handle
291 return New(isolate, that.val_);
293 V8_INLINE static Handle<T> New(Isolate* isolate, function in class:v8::Handle
295 return New(isolate, that.val_);
321 V8_INLINE static Handle<T> New(Isolate* isolate, T* that);
370 V8_INLINE static Local<T> New(Isolate* isolate, Handle<T> that);
371 V8_INLINE static Local<T> New(Isolate* isolate,
393 V8_INLINE static Local<T> New(Isolate* isolate, T* that);
574 V8_INLINE static T* New(Isolate* isolate, T* that);
639 : PersistentBase<T>(PersistentBase<T>::New(isolat
5963 Local<T> Local<T>::New(Isolate* isolate, Handle<T> that) { function in class:v8::Local
5968 Local<T> Local<T>::New(Isolate* isolate, const PersistentBase<T>& that) { function in class:v8::Local
5973 Handle<T> Handle<T>::New(Isolate* isolate, T* that) { function in class:v8::Handle
5983 Local<T> Local<T>::New(Isolate* isolate, T* that) { function in class:v8::Local
6007 T* PersistentBase<T>::New(Isolate* isolate, T* that) { function in class:v8::PersistentBase
6392 Handle<Boolean> Boolean::New(Isolate* isolate, bool value) { function in class:v8::Boolean
[all...]
/external/clang/include/clang/AST/
H A DType.h2026 static void Profile(llvm::FoldingSetNodeID &ID, QualType Orig, QualType New) { argument
2028 ID.AddPointer(New.getAsOpaquePtr());

Completed in 3486 milliseconds

12345678