Searched refs:TypeIndex (Results 1 – 4 of 4) sorted by relevance
741 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::AsmWasmBuilderImpl863 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()
164 class TypeIndex(NameApiIndex): class181 self.types = TypeIndex(eRegistry.findall('types/type'))
1662 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local1665 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()
780 ULONG TypeIndex; member