Home
last modified time | relevance | path

Searched refs:kRepMask (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dsimplified-lowering.cc156 DCHECK((output & kRepMask) == 0 || in SetOutput()
157 base::bits::IsPowerOfTwo32(output & kRepMask)); in SetOutput()
174 if ((use & kRepMask) == 0) return; // No input requirement on the use. in ProcessInput()
176 if ((output & kRepMask & use) == 0) { in ProcessInput()
286 MachineTypeUnion use_rep = GetUseInfo(node) & kRepMask; in VisitPhi()
511 MachineTypeUnion use_rep = use & kRepMask; in VisitNode()
514 if ((in & kTypeMask) == kTypeInt32 || (in & kRepMask) == kRepWord32) { in VisitNode()
532 MachineTypeUnion use_rep = use & kRepMask; in VisitNode()
536 (in & kRepMask) == kRepWord32) { in VisitNode()
Dmachine-type.h62 const MachineTypeUnion kRepMask = kRepBit | kRepWord8 | kRepWord16 | variable
77 int result = machine_type & kRepMask; in RepresentationOf()
Drepresentation-change.h37 if (!base::bits::IsPowerOfTwo32(output_type & kRepMask)) { in GetRepresentationFor()
41 if ((use_type & kRepMask) == (output_type & kRepMask)) { in GetRepresentationFor()