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

  /external/llvm/lib/Target/PTX/
PTXRegAlloc.cpp 39 AU.addRequiredID(TwoAddressInstructionPassID);
  /external/llvm/include/llvm/CodeGen/
Passes.h 82 extern char &TwoAddressInstructionPassID;
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 42 AU.addPreservedID(TwoAddressInstructionPassID);
RegAllocFast.cpp 141 AU.addRequiredID(TwoAddressInstructionPassID);
    [all...]
TwoAddressInstructionPass.cpp 171 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
    [all...]
RegisterCoalescer.cpp 384 AU.addPreservedID(TwoAddressInstructionPassID);
    [all...]
LiveIntervalAnalysis.cpp 86 AU.addRequiredID(TwoAddressInstructionPassID);
    [all...]

Completed in 482 milliseconds