Searched refs:HSub (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | hydrogen-bce.cc | 48 HSub* index = HSub::cast(check->index()); in Create()
|
D | hydrogen-instructions.cc | 1459 HValue* HSub::Canonicalize() { in Canonicalize() 1833 Range* HSub::InferRange(Zone* zone) { in InferRange() 2046 HSub* sub = HSub::cast(base); in DecomposeBitwise() 2211 HSub* operation = HSub::cast(phi_operand); in ComputeIncrement() 4068 DEFINE_NEW_H_SIMPLE_ARITHMETIC_INSTR(HSub, -)
|
D | code-stubs-hydrogen.cc | 672 HValue* adjusted_length = AddUncasted<HSub>(elements_length, constant_two); in BuildCodeStub() 1417 HValue* start_pos = AddUncasted<HSub>(array_length, in BuildInstallFromOptimizedCodeMap()
|
D | hydrogen.cc | 1105 increment_ = HSub::New(zone(), context_, phi_, one); in BeginBody() 1150 increment_ = HSub::New(zone(), context_, phi_, increment_amount_); in EndBody() 1454 HValue* sub_result = AddUncasted<HSub>(and_result, in BuildJSObjectCheck() 1677 HValue* mask = AddUncasted<HSub>(capacity, graph()->GetConstant1()); in BuildUncheckedDictionaryElementLoad() 1901 mask = AddUncasted<HSub>(mask, graph()->GetConstant1()); in BuildNumberToString() 2812 HValue* adjusted_key = AddUncasted<HSub>(key, graph()->GetConstant1()); in BuildFillElementsWithValue() 2891 key = AddUncasted<HSub>(key, graph()->GetConstant1()); in BuildCopyElements() 8285 reduced_length = AddUncasted<HSub>(length, graph()->GetConstant1()); in TryInlineBuiltinMethodCall() 8431 HValue* new_length = AddUncasted<HSub>( in TryInlineBuiltinMethodCall() 10126 HSub* sub = HSub::cast(const32_minus_sa); in ShiftAmountsAllowReplaceByRotate() [all …]
|
D | hydrogen-instructions.h | 4870 class HSub FINAL : public HArithmeticBinaryOperation { 4896 HSub(HValue* context, HValue* left, HValue* right) in HSub() function
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 1556 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub() 1586 LInstruction* LChunkBuilder::DoRSub(HSub* instr) { in DoRSub()
|
D | lithium-arm.h | 2777 LInstruction* DoRSub(HSub* instr);
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 1544 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
|
/external/v8/src/mips64/ |
D | lithium-mips64.cc | 1545 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 1532 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
|
/external/v8/src/arm64/ |
D | lithium-arm64.cc | 2477 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
|
/external/v8/src/x87/ |
D | lithium-x87.cc | 1567 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 1556 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
|