Home
last modified time | relevance | path

Searched refs:TypeIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dasm-wasm-builder.cc741 TypeIndex type = TypeIndexOf(expr->left()); in VisitBinaryOperation()
753 TypeIndex type = TypeIndexOf(GetLeft(expr)); in VisitBinaryOperation()
776 TypeIndex type = TypeIndexOf(expr->left(), expr->right(), false); in VisitBinaryOperation()
855 enum TypeIndex { enum in v8::internal::wasm::AsmWasmBuilderImpl
863 TypeIndex TypeIndexOf(Expression* left, Expression* right, bool ignore_sign) { in TypeIndexOf()
864 TypeIndex left_index = TypeIndexOf(left); in TypeIndexOf()
865 TypeIndex right_index = TypeIndexOf(right); in TypeIndexOf()
881 TypeIndex TypeIndexOf(Expression* expr) { in TypeIndexOf()
/external/deqp/scripts/khr_util/
Dregistry.py164 class TypeIndex(NameApiIndex): class
181 self.types = TypeIndex(eRegistry.findall('types/type'))
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1662 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
1665 case MVT::i8: TypeIndex = 0; break; in X86SelectDivRem()
1666 case MVT::i16: TypeIndex = 1; break; in X86SelectDivRem()
1667 case MVT::i32: TypeIndex = 2; break; in X86SelectDivRem()
1668 case MVT::i64: TypeIndex = 3; in X86SelectDivRem()
1682 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h780 ULONG TypeIndex; member