Lines Matching defs:llvmName
146 virtual std::string llvmName() const {
212 std::string llvmName() const override {
213 return "llvm::PointerType::getUnqual(" + Pointee->llvmName() + ")";
263 std::string llvmName() const override {
303 std::string llvmName() const override {
304 return "llvm::FixedVectorType::get(" + Element->llvmName() + ", " +
331 // MultiVectorType doesn't override llvmName, because we don't expect to do
352 std::string llvmName() const override {
601 << ParamAlloc.allocParam("llvm::Type *", IntegerType->llvmName())
622 << ParamAlloc.allocParam("llvm::Type *", IntegerType->llvmName()) << ", "
644 << ParamAlloc.allocParam("llvm::Type *", PtrType->llvmName()) << ")";
712 OS << "Address(" << Arg->varname() << ", " << Ty->llvmName()
744 OS << Sep << ParamAlloc.allocParam("llvm::Type *", T->llvmName());
769 OS << T->llvmName();