Home
last modified time | relevance | path

Searched refs:EndCf (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp73 Function *EndCf; member in __anon0311751c0111::SIAnnotateControlFlow
156 EndCf = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_end_cf); in doInitialization()
282 while (OldEnd && OldEnd->getCalledFunction() != EndCf) in handleLoopCondition()
284 if (OldEnd && OldEnd->getCalledFunction() == EndCf) { in handleLoopCondition()
381 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp65 Constant *EndCf; member in __anoncda3c9e40111::SIAnnotateControlFlow
161 EndCf = M.getOrInsertFunction( in doInitialization()
289 while (OldEnd && OldEnd->getCalledFunction() != EndCf) in handleLoopCondition()
291 if (OldEnd && OldEnd->getCalledFunction() == EndCf) { in handleLoopCondition()
372 CallInst::Create(EndCf, Exec, "", &*BB->getFirstInsertionPt()); in closeControlFlow()
DSILowerControlFlow.cpp87 void EndCf(MachineInstr &MI);
363 void SILowerControlFlow::EndCf(MachineInstr &MI) { in EndCf() function in SILowerControlFlow
757 EndCf(MI); in runOnMachineFunction()