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

References

lib/Target/AMDGPU/AMDGPULibCalls.cpp
 1218     LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr2 << "\n");
 1219     replaceCall(opr2);
 1224     LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr1 << " + " << *opr2
 1226     Value *nval = B.CreateFAdd(opr1, opr2, "fmaadd");
 1232     LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr0 << " + " << *opr2
 1234     Value *nval = B.CreateFAdd(opr0, opr2, "fmaadd");
 1238   if (ConstantFP *CF = dyn_cast<ConstantFP>(opr2)) {