Home
last modified time | relevance | path

Searched defs:InputAt (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/compiler/
Dnode.h83 Node* InputAt(int index) const { in InputAt() function
Dinstruction.h821 const InstructionOperand* InputAt(size_t i) const { in InputAt() function
825 InstructionOperand* InputAt(size_t i) { in InputAt() function
Dnode-matchers.h33 Node* InputAt(int index) const { return node()->InputAt(index); } in InputAt() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h300 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1383 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
2022 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/x87/
Dlithium-x87.h302 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1671 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h297 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1683 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h301 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1672 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h296 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1658 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/s390/
Dlithium-s390.h287 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1499 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h299 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1681 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h294 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1625 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/mips/
Dlithium-mips.h294 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1621 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function