HomeSort by relevance Sort by last modified time
    Searched refs:MachineTypeUnion (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/compiler/
representation-change.h 32 static const MachineTypeUnion rWord =
35 Node* GetRepresentationFor(Node* node, MachineTypeUnion output_type,
36 MachineTypeUnion use_type) {
70 Node* GetTaggedRepresentationFor(Node* node, MachineTypeUnion output_type) {
114 Node* GetFloat64RepresentationFor(Node* node, MachineTypeUnion output_type) {
150 Node* GetWord32RepresentationFor(Node* node, MachineTypeUnion output_type,
192 Node* GetBitRepresentationFor(Node* node, MachineTypeUnion output_type) {
224 Node* GetWord64RepresentationFor(Node* node, MachineTypeUnion output_type) {
332 Node* TypeError(Node* node, MachineTypeUnion output_type,
333 MachineTypeUnion use)
    [all...]
simplified-lowering.cc 56 MachineTypeUnion use : 15; // Union of all usages for the node.
59 MachineTypeUnion output : 15; // Output type of the node.
116 void Enqueue(Node* node, MachineTypeUnion use = 0) {
149 Enqueue(node, static_cast<MachineTypeUnion>(use));
152 void SetOutput(Node* node, MachineTypeUnion output) {
167 void ProcessInput(Node* node, int index, MachineTypeUnion use) {
175 MachineTypeUnion output = GetInfo(input)->output;
230 void VisitBinop(Node* node, MachineTypeUnion input_use,
231 MachineTypeUnion output) {
239 void VisitUnop(Node* node, MachineTypeUnion input_use
    [all...]
machine-type.h 59 typedef uint16_t MachineTypeUnion;
62 const MachineTypeUnion kRepMask = kRepBit | kRepWord8 | kRepWord16 |
65 const MachineTypeUnion kTypeMask = kTypeBool | kTypeInt32 | kTypeUint32 |
  /external/chromium_org/v8/test/cctest/compiler/
test-representation-change.cc 71 void CheckTypeError(MachineTypeUnion from, MachineTypeUnion to) {
80 void CheckNop(MachineTypeUnion from, MachineTypeUnion to) {
167 static void CheckChange(IrOpcode::Value expected, MachineTypeUnion from,
168 MachineTypeUnion to) {

Completed in 277 milliseconds