Searched refs:IfBreak (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 70 Function *IfBreak; member in __anon0311751c0111::SIAnnotateControlFlow 153 IfBreak = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_if_break); in doInitialization() 310 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition() 319 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 62 Constant *IfBreak; member in __anoncda3c9e40111::SIAnnotateControlFlow 152 IfBreak = M.getOrInsertFunction( in doInitialization() 313 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition() 318 return CallInst::Create(IfBreak, Args, "", Term); in handleLoopCondition()
|
D | SILowerControlFlow.cpp | 84 void IfBreak(MachineInstr &MI); 318 void SILowerControlFlow::IfBreak(MachineInstr &MI) { in IfBreak() function in SILowerControlFlow 735 IfBreak(MI); in runOnMachineFunction()
|