Searched defs:input (Results 26 - 27 of 27) sorted by relevance

12

/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc1347 HInstruction* input = invoke->InputAt(i); local
1348 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType()));
1527 // Boolean input is a result of code transformations.
1545 // Boolean input is a result of code transformations.
1591 // Boolean input is a result of code transformations.
1598 // Location::RegisterOrStackSlot requirement for this input.
1626 // Boolean input is a result of code transformations.
1644 // Boolean input is a result of code transformations.
1675 // Boolean input is a result of code transformations.
1720 // Boolean input i
1788 XmmRegister input = in.AsFpuRegister<XmmRegister>(); local
1813 XmmRegister input = in.AsFpuRegister<XmmRegister>(); local
1858 XmmRegister input = in.AsFpuRegister<XmmRegister>(); local
1883 XmmRegister input = in.AsFpuRegister<XmmRegister>(); local
[all...]
H A Dnodes.h1154 // input to the loop phi instead. This is for inserting instructions that
1333 void SetRawInputAt(size_t index, HInstruction* input) { argument
1334 SetRawInputRecordAt(index, HUserRecord<HInstruction*>(input));
1383 void RemoveAsUserOfInput(size_t input) { argument
1384 HUserRecord<HInstruction*> input_use = InputRecordAt(input);
1531 virtual void SetRawInputRecordAt(size_t index, const HUserRecord<HInstruction*>& input) = 0;
1548 // List of instructions that have this instruction as input.
1699 void SetRawInputRecordAt(size_t i, const HUserRecord<HInstruction*>& input) OVERRIDE {
1700 inputs_[i] = input;
1789 explicit HIf(HInstruction* input) argument
1832 HUnaryOperation(Primitive::Type result_type, HInstruction* input) argument
2529 HInstruction* input = input_record.GetInstruction(); variable
2640 HNeg(Primitive::Type result_type, HInstruction* input) argument
2949 HNot(Primitive::Type result_type, HInstruction* input) argument
2969 HBooleanNot(HInstruction* input) argument
2997 HTypeConversion(Primitive::Type result_type, HInstruction* input, uint32_t dex_pc) argument
3704 HBoundType(HInstruction* input, ReferenceTypeInfo bound_type) argument
[all...]

Completed in 72 milliseconds

12