Lines Matching refs:AddUncasted
1224 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1()); in AddIncrementCounter()
1326 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap); in BuildCheckForCapacityGrow()
1342 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1()); in BuildCheckForCapacityGrow()
1451 HValue* and_result = AddUncasted<HBitwise>(Token::BIT_AND, in BuildJSObjectCheck()
1454 HValue* sub_result = AddUncasted<HSub>(and_result, in BuildJSObjectCheck()
1497 Push(AddUncasted<HForceRepresentation>(key, Representation::Smi())); in BuildKeyedIndexCheck()
1519 HValue* not_index_test = AddUncasted<HBitwise>( in BuildKeyedIndexCheck()
1535 HValue* not_internalized_bit = AddUncasted<HBitwise>( in BuildKeyedIndexCheck()
1619 HValue* shifted_map = AddUncasted<HShr>( in BuildKeyedLookupCacheHash()
1624 HValue* shifted_hash = AddUncasted<HShr>( in BuildKeyedLookupCacheHash()
1626 HValue* xor_result = AddUncasted<HBitwise>(Token::BIT_XOR, shifted_map, in BuildKeyedLookupCacheHash()
1629 return AddUncasted<HBitwise>(Token::BIT_AND, xor_result, in BuildKeyedLookupCacheHash()
1637 HValue* hash = AddUncasted<HBitwise>(Token::BIT_XOR, index, seed); in BuildElementIndexHash()
1640 HValue* shifted_hash = AddUncasted<HShl>(hash, Add<HConstant>(15)); in BuildElementIndexHash()
1641 HValue* not_hash = AddUncasted<HBitwise>(Token::BIT_XOR, hash, in BuildElementIndexHash()
1643 hash = AddUncasted<HAdd>(shifted_hash, not_hash); in BuildElementIndexHash()
1646 shifted_hash = AddUncasted<HShr>(hash, Add<HConstant>(12)); in BuildElementIndexHash()
1647 hash = AddUncasted<HBitwise>(Token::BIT_XOR, hash, shifted_hash); in BuildElementIndexHash()
1650 shifted_hash = AddUncasted<HShl>(hash, Add<HConstant>(2)); in BuildElementIndexHash()
1651 hash = AddUncasted<HAdd>(hash, shifted_hash); in BuildElementIndexHash()
1654 shifted_hash = AddUncasted<HShr>(hash, Add<HConstant>(4)); in BuildElementIndexHash()
1655 hash = AddUncasted<HBitwise>(Token::BIT_XOR, hash, shifted_hash); in BuildElementIndexHash()
1658 hash = AddUncasted<HMul>(hash, Add<HConstant>(2057)); in BuildElementIndexHash()
1662 shifted_hash = AddUncasted<HShr>(hash, Add<HConstant>(16)); in BuildElementIndexHash()
1663 return AddUncasted<HBitwise>(Token::BIT_XOR, hash, shifted_hash); in BuildElementIndexHash()
1677 HValue* mask = AddUncasted<HSub>(capacity, graph()->GetConstant1()); in BuildUncheckedDictionaryElementLoad()
1696 entry = AddUncasted<HBitwise>(Token::BIT_AND, entry, mask); in BuildUncheckedDictionaryElementLoad()
1698 HValue* base_index = AddUncasted<HMul>(entry, Add<HConstant>(entry_size)); in BuildUncheckedDictionaryElementLoad()
1702 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset)); in BuildUncheckedDictionaryElementLoad()
1734 HValue* not_internalized_bit = AddUncasted<HBitwise>( in BuildUncheckedDictionaryElementLoad()
1758 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset + 2)); in BuildUncheckedDictionaryElementLoad()
1764 details = AddUncasted<HBitwise>(Token::BIT_AND, details, in BuildUncheckedDictionaryElementLoad()
1771 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset + 1)); in BuildUncheckedDictionaryElementLoad()
1792 entry = AddUncasted<HAdd>(entry, count); in BuildUncheckedDictionaryElementLoad()
1794 count = AddUncasted<HAdd>(count, graph()->GetConstant1()); in BuildUncheckedDictionaryElementLoad()
1900 mask = AddUncasted<HSar>(mask, graph()->GetConstant1()); in BuildNumberToString()
1901 mask = AddUncasted<HSub>(mask, graph()->GetConstant1()); in BuildNumberToString()
1909 HValue* hash = AddUncasted<HBitwise>(Token::BIT_AND, object, mask); in BuildNumberToString()
1912 HValue* key_index = AddUncasted<HShl>(hash, graph()->GetConstant1()); in BuildNumberToString()
1945 HValue* hash = AddUncasted<HBitwise>(Token::BIT_XOR, low, high); in BuildNumberToString()
1946 hash = AddUncasted<HBitwise>(Token::BIT_AND, hash, mask); in BuildNumberToString()
1949 HValue* key_index = AddUncasted<HShl>(hash, graph()->GetConstant1()); in BuildNumberToString()
2003 HValue* value_index = AddUncasted<HAdd>(key_index, graph()->GetConstant1()); in BuildNumberToString()
2031 size = AddUncasted<HAdd>(size, Add<HConstant>(AllocationMemento::kSize)); in BuildAllocate()
2053 HValue* length = AddUncasted<HAdd>(left_length, right_length); in BuildAddStringLengths()
2081 HValue* anded_instance_types = AddUncasted<HBitwise>( in BuildCreateConsString()
2083 HValue* xored_instance_types = AddUncasted<HBitwise>( in BuildCreateConsString()
2099 AddUncasted<HBitwise>( in BuildCreateConsString()
2109 AddUncasted<HBitwise>( in BuildCreateConsString()
2157 HValue* src_index = AddUncasted<HAdd>(src_offset, index); in BuildCopySeqStringChars()
2159 AddUncasted<HSeqStringGetChar>(src_encoding, src, src_index); in BuildCopySeqStringChars()
2160 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index); in BuildCopySeqStringChars()
2170 HValue* size = AddUncasted<HAdd>( in BuildObjectSizeAlignment()
2174 return AddUncasted<HBitwise>( in BuildObjectSizeAlignment()
2224 HValue* ored_instance_types = AddUncasted<HBitwise>( in BuildUncheckedStringAdd()
2226 HValue* xored_instance_types = AddUncasted<HBitwise>( in BuildUncheckedStringAdd()
2233 AddUncasted<HBitwise>( in BuildUncheckedStringAdd()
2240 AddUncasted<HBitwise>( in BuildUncheckedStringAdd()
2255 AddUncasted<HBitwise>( in BuildUncheckedStringAdd()
2268 HValue* size = AddUncasted<HShl>(length, graph()->GetConstant1()); in BuildUncheckedStringAdd()
2482 val = AddUncasted<HForceRepresentation>(val, Representation::Smi()); in BuildUncheckedMonomorphicElementAccess()
2489 val = AddUncasted<HForceRepresentation>(val, representation); in BuildUncheckedMonomorphicElementAccess()
2576 HValue* total_size = AddUncasted<HAdd>(mul, header_size); in BuildCalculateElementsSize()
2634 capacity = AddUncasted<HForceRepresentation>(capacity, Representation::Smi()); in BuildAllocateElementsAndInitializeElementsHeader()
2732 HValue* half_old_capacity = AddUncasted<HShr>(old_capacity, in BuildNewElementsCapacity()
2735 HValue* new_capacity = AddUncasted<HAdd>(half_old_capacity, old_capacity); in BuildNewElementsCapacity()
2740 new_capacity = AddUncasted<HAdd>(new_capacity, min_growth); in BuildNewElementsCapacity()
2812 HValue* adjusted_key = AddUncasted<HSub>(key, graph()->GetConstant1()); in BuildFillElementsWithValue()
2891 key = AddUncasted<HSub>(key, graph()->GetConstant1()); in BuildCopyElements()
3093 memento_create_count = AddUncasted<HAdd>( in BuildCreateAllocationMemento()
3258 builder()->AddUncasted<HForceRepresentation>(capacity, in AllocateArray()
3261 builder()->AddUncasted<HForceRepresentation>(length_field, in AllocateArray()
5176 Push(AddUncasted<HAdd>(current_index, graph()->GetConstant1())); in VisitForInStatement()
8208 HInstruction* sqrt = AddUncasted<HUnaryMathOperation>( in TryInlineBuiltinMethodCall()
8285 reduced_length = AddUncasted<HSub>(length, graph()->GetConstant1()); in TryInlineBuiltinMethodCall()
8349 new_size = AddUncasted<HAdd>(length, graph()->GetConstant1()); in TryInlineBuiltinMethodCall()
8431 HValue* new_length = AddUncasted<HSub>( in TryInlineBuiltinMethodCall()
8440 HValue* key = AddUncasted<HAdd>(new_key, graph()->GetConstant1()); in TryInlineBuiltinMethodCall()
8442 HValue* element = AddUncasted<HLoadKeyed>( in TryInlineBuiltinMethodCall()
8836 search_element = AddUncasted<HForceRepresentation>( in BuildArrayIndexOf()
8843 HValue* element = AddUncasted<HLoadKeyed>( in BuildArrayIndexOf()
8866 HValue* element = AddUncasted<HLoadKeyed>( in BuildArrayIndexOf()
8892 AddUncasted<HForceRepresentation>(search_element, in BuildArrayIndexOf()
8897 HValue* element = AddUncasted<HLoadKeyed>( in BuildArrayIndexOf()
8908 AddUncasted<HForceRepresentation>(element, in BuildArrayIndexOf()
8930 HValue* element = AddUncasted<HLoadKeyed>( in BuildArrayIndexOf()
9501 length = AddUncasted<HForceRepresentation>(length, Representation::Smi()); in BuildAllocateExternalElements()
9522 AddUncasted<HAdd>(backing_store, byte_offset); in BuildAllocateExternalElements()
9551 total_size = AddUncasted<HAdd>(byte_length, in BuildAllocateFixedTypedArray()
9558 length = AddUncasted<HForceRepresentation>(length, Representation::Smi()); in BuildAllocateFixedTypedArray()
9671 HInstruction* length = AddUncasted<HDiv>(byte_length, in GenerateTypedArrayInitialize()
9941 HInstruction* number_input = AddUncasted<HForceRepresentation>(Pop(), rep); in BuildIncrement()
9955 HInstruction* instr = AddUncasted<HAdd>(Top(), delta); in BuildIncrement()
10177 return AddUncasted<HForceRepresentation>(number, Representation::Smi()); in EnforceNumberType()
10180 return AddUncasted<HForceRepresentation>(number, in EnforceNumberType()
10322 return AddUncasted<HInvokeFunction>(function, 2); in BuildBinaryOperation()
10333 return AddUncasted<HInvokeFunction>(function, 2); in BuildBinaryOperation()
10373 return AddUncasted<HStringAdd>( in BuildBinaryOperation()
10395 instr = AddUncasted<HInvokeFunction>(function, 2); in BuildBinaryOperation()
10399 instr = AddUncasted<HAdd>(left, right); in BuildBinaryOperation()
10402 instr = AddUncasted<HSub>(left, right); in BuildBinaryOperation()
10405 instr = AddUncasted<HMul>(left, right); in BuildBinaryOperation()
10418 instr = AddUncasted<HMod>(left, right); in BuildBinaryOperation()
10422 instr = AddUncasted<HDiv>(left, right); in BuildBinaryOperation()
10426 instr = AddUncasted<HBitwise>(op, left, right); in BuildBinaryOperation()
10433 instr = AddUncasted<HRor>(operand, shift_amount); in BuildBinaryOperation()
10435 instr = AddUncasted<HBitwise>(op, left, right); in BuildBinaryOperation()
10440 instr = AddUncasted<HSar>(left, right); in BuildBinaryOperation()
10443 instr = AddUncasted<HShr>(left, right); in BuildBinaryOperation()
10450 instr = AddUncasted<HShl>(left, right); in BuildBinaryOperation()