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

References

lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  151   IRBuilder<> Builder(Ctx);
  152   Type *I32Ty = Type::getInt32Ty(Ctx);
  219           llvm::Type *ResType = llvm::Type::getInt32Ty(Ctx);
  322       AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex,
  325       Type *SizetTy = Type::getInt32Ty(Ctx);
  328       Type *I8Ptr = PointerType::get(Type::getInt8Ty(Ctx), 1);
  335       MDString *fmtStrArray = MDString::get(Ctx, fmtstr);
  346       MDNode *myMD = MDNode::get(Ctx, fmtStrArray);
  360           ConstantPointerNull::get(PointerType::get(Type::getInt8Ty(Ctx), 1));
  378           ConstantInt::get(Ctx, APInt(32, StringRef("0"), 10));
  395           ConstantInt::get(Ctx, APInt(32, StringRef("4"), 10));
  402       Type *Int32Ty = Type::getInt32Ty(Ctx);
  403       Type *Int64Ty = Type::getInt64Ty(Ctx);
  420               Arg = ConstantFP::get(Ctx, Val);