Searched refs:NewConstant (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | types.cc | 812 Type Type::NewConstant(double value, Zone* zone) { in NewConstant() function in v8::internal::compiler::Type 825 Type Type::NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value, in NewConstant() function in v8::internal::compiler::Type 829 return NewConstant(static_cast<double>(ref.AsSmi()), zone); in NewConstant() 832 return NewConstant(ref.AsHeapNumber().value(), zone); in NewConstant()
|
D | types.h | 373 static Type NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value, 375 static Type NewConstant(double value, Zone* zone);
|
D | typer.cc | 506 return Type::NewConstant(0, t->zone()); in ToLength() 509 return Type::NewConstant(kMaxSafeInteger, t->zone()); in ToLength() 712 return Type::NewConstant(number, zone()); in TypeNumberConstant() 2211 return Type::NewConstant(typer_->js_heap_broker(), value, zone()); in TypeConstant()
|
D | operation-typer.cc | 24 Type::NewConstant(js_heap_broker, factory->infinity_value(), zone); in OperationTyper() 26 Type::NewConstant(js_heap_broker, factory->minus_infinity_value(), zone); in OperationTyper()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 74 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) in getNewICmpValue() local 75 return NewConstant; in getNewICmpValue() 1222 Value *NewConstant = ConstantExpr::getBitCast(C, SrcTy); in foldCastedBitwiseLogic() local 1223 Value *NewOp = Builder->CreateBinOp(LogicOpc, BC, NewConstant, I.getName()); in foldCastedBitwiseLogic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 59 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) in getNewICmpValue() local 60 return NewConstant; in getNewICmpValue()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 30034 SDValue NewConstant = DAG.getConstant(AddConstant, SDLoc(Add), VT); in promoteSextBeforeAddNSW() local 30040 return DAG.getNode(ISD::ADD, SDLoc(Add), VT, NewSext, NewConstant, &Flags); in promoteSextBeforeAddNSW()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 37495 SDValue NewConstant = DAG.getConstant(AddConstant, SDLoc(Add), VT); in promoteExtBeforeAdd() local 37502 return DAG.getNode(ISD::ADD, SDLoc(Add), VT, NewExt, NewConstant, Flags); in promoteExtBeforeAdd()
|