LLVM
20.0.0git
lib
Transforms
Vectorize
SandboxVectorizer
InstrMaps.cpp
Go to the documentation of this file.
1
//===- InstructionMaps.cpp - Maps scalars to vectors and reverse ----------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#include "
llvm/Transforms/Vectorize/SandboxVectorizer/InstrMaps.h
"
10
#include "
llvm/Support/Debug.h
"
11
12
namespace
llvm::sandboxir
{
13
14
#ifndef NDEBUG
15
void
InstrMaps::dump
()
const
{
16
print
(
dbgs
());
17
dbgs
() <<
"\n"
;
18
}
19
#endif
// NDEBUG
20
21
}
// namespace llvm::sandboxir
Debug.h
InstrMaps.h
llvm::sandboxir::InstrMaps::print
void print(raw_ostream &OS) const
Definition:
InstrMaps.h:100
llvm::sandboxir::InstrMaps::dump
LLVM_DUMP_METHOD void dump() const
Definition:
InstrMaps.cpp:15
llvm::sandboxir
Definition:
Argument.h:15
llvm::dbgs
raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.
Definition:
Debug.cpp:163
Generated on Fri Jul 11 2025 23:45:46 for LLVM by
1.9.6