Home
last modified time | relevance | path

Searched refs:TwoAddressInstructionPassID (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXRegAlloc.cpp39 AU.addRequiredID(TwoAddressInstructionPassID); in getAnalysisUsage()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp312 addPass(&TwoAddressInstructionPassID); in addFastRegAlloc()
323 addPass(&TwoAddressInstructionPassID); in addOptimizedRegAlloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp326 addPass(&TwoAddressInstructionPassID); in addFastRegAlloc()
337 addPass(&TwoAddressInstructionPassID); in addOptimizedRegAlloc()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DPasses.h82 extern char &TwoAddressInstructionPassID;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DPasses.h111 extern char &TwoAddressInstructionPassID;
/external/llvm/include/llvm/CodeGen/
DPasses.h96 extern char &TwoAddressInstructionPassID;
/external/llvm/lib/CodeGen/
DTargetPassConfig.cpp791 addPass(&TwoAddressInstructionPassID, false); in addFastRegAlloc()
821 addPass(&TwoAddressInstructionPassID, false); in addOptimizedRegAlloc()
DTwoAddressInstructionPass.cpp180 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DProcessImplicitDefs.cpp42 AU.addPreservedID(TwoAddressInstructionPassID); in INITIALIZE_PASS_DEPENDENCY()
DRegAllocFast.cpp141 AU.addRequiredID(TwoAddressInstructionPassID); in getAnalysisUsage()
DTwoAddressInstructionPass.cpp171 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
DRegisterCoalescer.cpp384 AU.addPreservedID(TwoAddressInstructionPassID); in getAnalysisUsage()
DLiveIntervalAnalysis.cpp86 AU.addRequiredID(TwoAddressInstructionPassID); in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp1051 addPass(&TwoAddressInstructionPassID, false); in addFastRegAlloc()
1081 addPass(&TwoAddressInstructionPassID, false); in addOptimizedRegAlloc()
DTwoAddressInstructionPass.cpp203 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID; member in llvm