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

  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 1 //===-- LiveRegMatrix.cpp - Track register interference -------------------===//
10 // This file defines the LiveRegMatrix analysis pass.
14 #include "llvm/CodeGen/LiveRegMatrix.h"
31 char LiveRegMatrix::ID = 0;
32 INITIALIZE_PASS_BEGIN(LiveRegMatrix, "liveregmatrix",
36 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix",
39 LiveRegMatrix::LiveRegMatrix() : MachineFunctionPass(ID)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 1 //===-- LiveRegMatrix.h - Track register interference ---------*- C++ -*---===//
10 // The LiveRegMatrix analysis pass keeps track of virtual register interference
17 // LiveRegMatrix is represented as a LiveIntervalUnion per register unit. When
38 class LiveRegMatrix : public MachineFunctionPass {
64 LiveRegMatrix();
106 /// This will mark VirtReg's live range as occupied in the LiveRegMatrix and
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 1 //===- LiveRegMatrix.h - Track register interference ----------*- C++ -*---===//
10 // The LiveRegMatrix analysis pass keeps track of virtual register interference
17 // LiveRegMatrix is represented as a LiveIntervalUnion per register unit. When
41 class LiveRegMatrix : public MachineFunctionPass {
69 LiveRegMatrix();
118 /// This will mark VirtReg's live range as occupied in the LiveRegMatrix and
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRegMatrix.cpp 1 //===- LiveRegMatrix.cpp - Track register interference --------------------===//
10 // This file defines the LiveRegMatrix analysis pass.
14 #include "llvm/CodeGen/LiveRegMatrix.h"
38 char LiveRegMatrix::ID = 0;
39 INITIALIZE_PASS_BEGIN(LiveRegMatrix, "liveregmatrix",
43 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix",
46 LiveRegMatrix::LiveRegMatrix() : MachineFunctionPass(ID) {
    [all...]

Completed in 112 milliseconds