Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp65 Constant *EndCf; member in __anonf5cb7cab0111::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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp73 Function *EndCf; member in __anone752cd590111::SIAnnotateControlFlow
158 EndCf = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_end_cf, { IntMask }); in initialize()
317 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp73 Function *EndCf; member in __anon438e8c4d0111::SIAnnotateControlFlow
158 EndCf = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_end_cf, { IntMask }); in initialize()
317 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()