OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachineConstantPoolValue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineConstantPool.h
35
class
MachineConstantPoolValue
{
41
explicit
MachineConstantPoolValue
(Type *ty) : Ty(ty) {}
42
virtual ~
MachineConstantPoolValue
() = default;
58
const
MachineConstantPoolValue
&V) {
72
MachineConstantPoolValue
*MachineCPVal;
85
MachineConstantPoolEntry(
MachineConstantPoolValue
*V, Align A)
121
DenseSet<
MachineConstantPoolValue
*> MachineCPVsSharingEntries;
140
unsigned getConstantPoolIndex(
MachineConstantPoolValue
*V, Align Alignment);
MIRYamlMapping.h
518
struct
MachineConstantPoolValue
{
524
bool operator==(const
MachineConstantPoolValue
&Other) const {
531
template <> struct MappingTraits<
MachineConstantPoolValue
> {
532
static void mapping(IO &YamlIO,
MachineConstantPoolValue
&Constant) {
573
LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::
MachineConstantPoolValue
)
702
std::vector<
MachineConstantPoolValue
> Constants; /// Constant pool.
737
std::vector<
MachineConstantPoolValue
>());
Completed in 21 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026