OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachineMemOperand
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineMemOperand.h
1
//==- llvm/CodeGen/
MachineMemOperand
.h -
MachineMemOperand
class -*- C++ -*-==//
9
// This file contains the declaration of the
MachineMemOperand
class, which is a
127
class
MachineMemOperand
{
179
/// Construct a
MachineMemOperand
object with the specified PtrInfo, flags,
184
MachineMemOperand
(MachinePointerInfo PtrInfo, Flags flags, uint64_t s,
278
/// Update this
MachineMemOperand
to reflect the alignment of MMO, if it has a
280
/// to all users of this
MachineMemOperand
.
281
void refineAlignment(const
MachineMemOperand
*MMO);
283
/// Change the SourceValue for this
MachineMemOperand
. This should only b
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOperand.cpp
965
//
MachineMemOperand
Implementation
1017
MachineMemOperand
::
MachineMemOperand
(MachinePointerInfo ptrinfo, Flags f,
1040
void
MachineMemOperand
::Profile(FoldingSetNodeID &ID) const {
1048
void
MachineMemOperand
::refineAlignment(const
MachineMemOperand
*MMO) {
1065
Align
MachineMemOperand
::getAlign() const {
1069
void
MachineMemOperand
::print(raw_ostream &OS, ModuleSlotTracker &MST,
1083
if (getFlags() &
MachineMemOperand
::MOTargetFlag1)
1084
OS << '"' << getTargetMMOFlagName(*TII,
MachineMemOperand
::MOTargetFlag1
[
all
...]
Completed in 62 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026