Searched refs:HBinaryOperation (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dhydrogen-dehoist.cc18 HBinaryOperation* binary_operation = HBinaryOperation::cast(index);
H A Dhydrogen-range-analysis.cc261 HBinaryOperation* instr = HBinaryOperation::cast(value);
271 HBinaryOperation* instr = HBinaryOperation::cast(value);
H A Dhydrogen-instructions.h3770 class HBinaryOperation : public HTemplateInstruction<3> { class in class:v8::FINAL
3772 HBinaryOperation(HValue* context, HValue* left, HValue* right, function in class:v8::FINAL::HBinaryOperation
4140 class HBitwiseBinaryOperation : public HBinaryOperation {
4144 : HBinaryOperation(context, left, right, type) {
4168 HBinaryOperation::UpdateRepresentation(new_rep, h_infer, reason);
4172 Representation r = HBinaryOperation::observed_input_representation(index);
4179 HBinaryOperation::initialize_output_representation(observed);
4189 class HMathFloorOfDiv FINAL : public HBinaryOperation {
4202 : HBinaryOperation(context, left, right) {
4219 class HArithmeticBinaryOperation : public HBinaryOperation {
[all...]
H A Dhydrogen-instructions.cc2958 OStream& HBinaryOperation::PrintDataTo(OStream& os) const { // NOLINT
2966 void HBinaryOperation::InferRepresentation(HInferRepresentationPhase* h_infer) {
2986 Representation HBinaryOperation::RepresentationFromInputs() {
3004 bool HBinaryOperation::IgnoreObservedOutputRepresentation(
3013 Representation HBinaryOperation::RepresentationFromOutput() {
3026 void HBinaryOperation::AssumeRepresentation(Representation r) {
3187 return HBinaryOperation::PrintDataTo(os);
4107 HBinaryOperation::PrintDataTo(os);
4469 HBinaryOperation::cast(use)->set_observed_input_representation(
H A Dhydrogen.cc10458 HBinaryOperation* binop = HBinaryOperation::cast(instr);
10634 HBinaryOperation::cast(result)->SetOperandPositions(
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc802 HBinaryOperation* instr) {
1418 LInstruction* LChunkBuilder::DoDivI(HBinaryOperation* instr) {
2106 HBinaryOperation* hinstr = HBinaryOperation::cast(val);
2169 HBinaryOperation* instr) {
2181 HBinaryOperation* hinstr, HValue* hleft, HBitwiseBinaryOperation* hshift) {
H A Dlithium-arm64.h3113 LInstruction* DoDivI(HBinaryOperation* instr);
3236 LInstruction* TryDoOpWithShiftedRightOperand(HBinaryOperation* op);
3237 LInstruction* DoShiftedBinaryOp(HBinaryOperation* instr,
3245 HBinaryOperation* instr);
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc736 HBinaryOperation* instr) {
1530 HBinaryOperation* use = HBinaryOperation::cast(instr->uses().value());
H A Dlithium-arm.h2883 HBinaryOperation* instr);
H A Dlithium-codegen-arm.cc1384 HBinaryOperation* hdiv = instr->hydrogen();
1560 HBinaryOperation* hdiv = instr->hydrogen();
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2878 HBinaryOperation* instr);
H A Dlithium-codegen-ia32.cc1286 HBinaryOperation* hdiv = instr->hydrogen();
1425 HBinaryOperation* hdiv = instr->hydrogen();
H A Dlithium-ia32.cc776 HBinaryOperation* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2842 HBinaryOperation* instr);
H A Dlithium-codegen-mips.cc1272 HBinaryOperation* hdiv = instr->hydrogen();
1426 HBinaryOperation* hdiv = instr->hydrogen();
H A Dlithium-mips.cc746 HBinaryOperation* instr) {
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h2826 HBinaryOperation* instr);
H A Dlithium-mips64.cc746 HBinaryOperation* instr) {
H A Dlithium-codegen-mips64.cc1223 HBinaryOperation* hdiv = instr->hydrogen();
1382 HBinaryOperation* hdiv = instr->hydrogen();
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2874 HBinaryOperation* instr);
H A Dlithium-codegen-x64.cc1221 HBinaryOperation* hdiv = instr->hydrogen();
1341 HBinaryOperation* hdiv = instr->hydrogen();
H A Dlithium-x64.cc759 HBinaryOperation* instr) {
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h2892 HBinaryOperation* instr);
H A Dlithium-x87.cc775 HBinaryOperation* instr) {
H A Dlithium-codegen-x87.cc1578 HBinaryOperation* hdiv = instr->hydrogen();
1717 HBinaryOperation* hdiv = instr->hydrogen();

Completed in 1160 milliseconds

12