Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode.h82 Node* InputAt(int index) const { in InputAt() function
Dinstruction.h706 const InstructionOperand* InputAt(size_t i) const { in InputAt() function
710 InstructionOperand* InputAt(size_t i) { in InputAt() function
Dnode-matchers.h30 Node* InputAt(int index) const { return node()->InputAt(index); } in InputAt() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h307 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1522 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
2235 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h304 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1824 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/x87/
Dlithium-x87.h309 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1832 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/mips/
Dlithium-mips.h300 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1789 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h306 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1814 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h303 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1826 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h303 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1851 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h299 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function
1758 LOperand* InputAt(int i) final { return inputs_[i]; } in InputAt() function