Home
last modified time | relevance | path

Searched refs:SILowerControlFlow (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp69 class SILowerControlFlow : public MachineFunctionPass { class
120 SILowerControlFlow() : in SILowerControlFlow() function in __anon65737cf30111::SILowerControlFlow
132 char SILowerControlFlow::ID = 0;
134 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
137 char &llvm::SILowerControlFlowPassID = SILowerControlFlow::ID;
141 return new SILowerControlFlow(); in createSILowerControlFlowPass()
159 bool SILowerControlFlow::shouldSkip(MachineBasicBlock *From, in shouldSkip()
201 void SILowerControlFlow::Skip(MachineInstr &From, MachineOperand &To) { in Skip()
211 bool SILowerControlFlow::skipIfDead(MachineInstr &MI, MachineBasicBlock &NextBB) { in skipIfDead()
248 void SILowerControlFlow::If(MachineInstr &MI) { in If()
[all …]
DCMakeLists.txt74 SILowerControlFlow.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp79 class SILowerControlFlow : public MachineFunctionPass { class
102 SILowerControlFlow() : MachineFunctionPass(ID) {} in SILowerControlFlow() function in __anond636332b0111::SILowerControlFlow
124 char SILowerControlFlow::ID = 0;
126 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
136 char &llvm::SILowerControlFlowID = SILowerControlFlow::ID;
171 void SILowerControlFlow::emitIf(MachineInstr &MI) { in emitIf()
258 void SILowerControlFlow::emitElse(MachineInstr &MI) { in emitElse()
332 void SILowerControlFlow::emitBreak(MachineInstr &MI) { in emitBreak()
346 void SILowerControlFlow::emitIfBreak(MachineInstr &MI) { in emitIfBreak()
387 void SILowerControlFlow::emitElseBreak(MachineInstr &MI) { in emitElseBreak()
[all …]
DCMakeLists.txt107 SILowerControlFlow.cpp