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

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXRegAlloc.cpp 39 AU.addRequiredID(TwoAddressInstructionPassID);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Passes.h 82 extern char &TwoAddressInstructionPassID;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
Passes.h 111 extern char &TwoAddressInstructionPassID;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 312 addPass(&TwoAddressInstructionPassID);
323 addPass(&TwoAddressInstructionPassID);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 326 addPass(&TwoAddressInstructionPassID);
337 addPass(&TwoAddressInstructionPassID);
  /external/llvm/include/llvm/CodeGen/
Passes.h 96 extern char &TwoAddressInstructionPassID;
  /external/llvm/lib/CodeGen/
TargetPassConfig.cpp 791 addPass(&TwoAddressInstructionPassID, false);
821 addPass(&TwoAddressInstructionPassID, false);
    [all...]
TwoAddressInstructionPass.cpp 180 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
    [all...]
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetPassConfig.cpp     [all...]
TwoAddressInstructionPass.cpp 203 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
    [all...]

Completed in 815 milliseconds