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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 1 //===-- TwoAddressInstructionPass.cpp - Two-Address instruction pass ------===//
61 class TwoAddressInstructionPass : public MachineFunctionPass {
145 TwoAddressInstructionPass() : MachineFunctionPass(ID) {
164 char TwoAddressInstructionPass::ID = 0;
165 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, "twoaddressinstruction",
168 INITIALIZE_PASS_END(TwoAddressInstructionPass, "twoaddressinstruction",
171 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
177 bool TwoAddressInstructionPass::Sink3AddrInstruction(MachineBasicBlock *MBB,
306 TwoAddressInstructionPass::isProfitableToReMat(unsigned Reg,
341 bool TwoAddressInstructionPass::NoUseAfterLastDef(unsigned Reg
    [all...]
RegisterCoalescer.cpp 210 INITIALIZE_PASS_DEPENDENCY(TwoAddressInstructionPass)
    [all...]
LiveIntervalAnalysis.cpp 64 INITIALIZE_PASS_DEPENDENCY(TwoAddressInstructionPass)
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 1 //===-- TwoAddressInstructionPass.cpp - Two-Address instruction pass ------===//
72 class TwoAddressInstructionPass : public MachineFunctionPass {
152 TwoAddressInstructionPass() : MachineFunctionPass(ID) {
173 char TwoAddressInstructionPass::ID = 0;
174 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, "twoaddressinstruction",
177 INITIALIZE_PASS_END(TwoAddressInstructionPass, "twoaddressinstruction",
180 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
187 bool TwoAddressInstructionPass::
336 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg,
356 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 1 //===- TwoAddressInstructionPass.cpp - Two-Address instruction pass -------===//
93 class TwoAddressInstructionPass : public MachineFunctionPass {
179 TwoAddressInstructionPass() : MachineFunctionPass(ID) {
201 char TwoAddressInstructionPass::ID = 0;
203 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;
205 INITIALIZE_PASS_BEGIN(TwoAddressInstructionPass, DEBUG_TYPE,
208 INITIALIZE_PASS_END(TwoAddressInstructionPass, DEBUG_TYPE,
216 bool TwoAddressInstructionPass::
365 bool TwoAddressInstructionPass::isRevCopyChain(unsigned FromReg, unsigned ToReg,
385 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 152 lib/CodeGen/TwoAddressInstructionPass.cpp \
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 333 llvm/lib/CodeGen/TwoAddressInstructionPass.cpp \
    [all...]

Completed in 216 milliseconds