reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPULibCalls.cpp
 1348   BasicBlock::iterator ItOld = B.GetInsertPoint();
 1349   AllocaInst *Alloc = insertAlloca(UI, B, "__sincos_");
 1350   B.SetInsertPoint(UI);
 1358     P = B.CreateAddrSpaceCast(Alloc, PTy);
 1359   CallInst *Call = CreateCallEx2(B, Fsincos, UI->getArgOperand(0), P);
 1365     B.SetInsertPoint(&*ItOld);
 1367     Instruction *Reload = B.CreateLoad(Alloc->getAllocatedType(), Alloc);
 1372     Instruction *Reload = B.CreateLoad(Alloc->getAllocatedType(), Alloc);