OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PseudoSourceValue
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoSourceValue.cpp
1
//===-- llvm/CodeGen/
PseudoSourceValue
.cpp ----------------------*- C++ -*-===//
9
// This file implements the
PseudoSourceValue
class.
13
#include "llvm/CodeGen/
PseudoSourceValue
.h"
27
PseudoSourceValue
::
PseudoSourceValue
(unsigned Kind, const TargetInstrInfo &TII)
33
PseudoSourceValue
::~
PseudoSourceValue
() {}
35
void
PseudoSourceValue
::printCustom(raw_ostream &O) const {
42
bool
PseudoSourceValue
::isConstant(const MachineFrameInfo *) const {
47
llvm_unreachable("Unknown
PseudoSourceValue
!");
[
all
...]
MachineOperand.cpp
1025
assert((PtrInfo.V.isNull() || PtrInfo.V.is<const
PseudoSourceValue
*>() ||
1115
} else if (const
PseudoSourceValue
*PVal = getPseudoValue()) {
1119
case
PseudoSourceValue
::Stack:
1122
case
PseudoSourceValue
::GOT:
1125
case
PseudoSourceValue
::JumpTable:
1128
case
PseudoSourceValue
::ConstantPool:
1131
case
PseudoSourceValue
::FixedStack: {
1137
case
PseudoSourceValue
::GlobalValueCallEntry:
1142
case
PseudoSourceValue
::ExternalSymbolCallEntry:
ScheduleDAGInstrs.cpp
33
#include "llvm/CodeGen/
PseudoSourceValue
.h"
138
if (const
PseudoSourceValue
*PSV = MMO->getPseudoValue()) {
139
// Function that contain tail calls don't have unique
PseudoSourceValue
1028
raw_ostream &llvm::operator<<(raw_ostream &OS, const
PseudoSourceValue
* PSV) {
1042
else if (Itr.first.is<const
PseudoSourceValue
*>())
1043
dbgs() << Itr.first.get<const
PseudoSourceValue
*>();
StackSlotColoring.cpp
28
#include "llvm/CodeGen/
PseudoSourceValue
.h"
365
const
PseudoSourceValue
*NewSV = MF.getPSVManager().getFixedStack(NewFI);
ImplicitNullChecks.cpp
45
#include "llvm/CodeGen/
PseudoSourceValue
.h"
351
if (const
PseudoSourceValue
*PSV = MMO2->getPseudoValue()) {
MachineInstr.cpp
36
#include "llvm/CodeGen/
PseudoSourceValue
.h"
1290
const
PseudoSourceValue
*PSVa = MMOa->getPseudoValue();
1291
const
PseudoSourceValue
*PSVb = MMOb->getPseudoValue();
1420
// A load from a constant
PseudoSourceValue
is invariant.
1421
if (const
PseudoSourceValue
*PSV = MMO->getPseudoValue())
StackColoring.cpp
1129
const
PseudoSourceValue
*NewSV =
MachineLICM.cpp
36
#include "llvm/CodeGen/
PseudoSourceValue
.h"
878
if (const
PseudoSourceValue
*PSV = MemOp->getPseudoValue())
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
1
//===-- llvm/CodeGen/
PseudoSourceValue
.h ------------------------*- C++ -*-===//
9
// This file contains the declaration of the
PseudoSourceValue
class.
26
class
PseudoSourceValue
;
30
raw_ostream &operator<<(raw_ostream &OS, const
PseudoSourceValue
* PSV);
35
class
PseudoSourceValue
{
52
const
PseudoSourceValue
* PSV);
57
/// Implement printing for
PseudoSourceValue
. This is called from
62
explicit
PseudoSourceValue
(unsigned Kind, const TargetInstrInfo &TII);
64
virtual ~
PseudoSourceValue
();
79
/// Test whether the memory pointed to by this
PseudoSourceValue
has
[
all
...]
MIRFormatter.h
18
#include "llvm/CodeGen/
PseudoSourceValue
.h"
59
const
PseudoSourceValue
&PSV) const {
66
const
PseudoSourceValue
*&PSV, ErrorCallbackType ErrorCallback) const {
MachineMemOperand.h
20
#include "llvm/CodeGen/
PseudoSourceValue
.h"
41
PointerUnion<const Value *, const
PseudoSourceValue
*> V;
56
explicit MachinePointerInfo(const
PseudoSourceValue
*v, int64_t offset = 0,
67
PointerUnion<const Value *, const
PseudoSourceValue
*> v,
75
AddrSpace = V.get<const
PseudoSourceValue
*>()->getAddressSpace();
84
return MachinePointerInfo(V.get<const
PseudoSourceValue
*>(), Offset + O,
123
/// to describe lowered loads and stores. Also, the special
PseudoSourceValue
196
///
PseudoSourceValue
::getFixedStack(int),
PseudoSourceValue
::getStack, and
197
/// other
PseudoSourceValue
member functions which return objects which stan
[
all
...]
ScheduleDAGInstrs.h
46
class
PseudoSourceValue
;
106
using ValueType = PointerUnion<const Value *, const
PseudoSourceValue
*>;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMIRFormatter.cpp
22
const
PseudoSourceValue
*&PSV, ErrorCallbackType ErrorCallback) const {
AMDGPUMIRFormatter.h
21
#include "llvm/CodeGen/
PseudoSourceValue
.h"
41
const
PseudoSourceValue
*&PSV,
SIMachineFunctionInfo.h
22
#include "llvm/CodeGen/
PseudoSourceValue
.h"
33
class AMDGPUPseudoSourceValue : public
PseudoSourceValue
{
36
PSVBuffer =
PseudoSourceValue
::TargetCustom,
43
:
PseudoSourceValue
(Kind, TII) {}
66
static bool classof(const
PseudoSourceValue
*V) {
79
static bool classof(const
PseudoSourceValue
*V) {
91
static bool classof(const
PseudoSourceValue
*V) {
R600InstrInfo.cpp
1481
case
PseudoSourceValue
::Stack:
1482
case
PseudoSourceValue
::FixedStack:
1484
case
PseudoSourceValue
::ConstantPool:
1485
case
PseudoSourceValue
::GOT:
1486
case
PseudoSourceValue
::JumpTable:
1487
case
PseudoSourceValue
::GlobalValueCallEntry:
1488
case
PseudoSourceValue
::ExternalSymbolCallEntry:
1489
case
PseudoSourceValue
::TargetCustom:
SIInstrInfo.cpp
2668
case
PseudoSourceValue
::Stack:
2669
case
PseudoSourceValue
::FixedStack:
2671
case
PseudoSourceValue
::ConstantPool:
2672
case
PseudoSourceValue
::GOT:
2673
case
PseudoSourceValue
::JumpTable:
2674
case
PseudoSourceValue
::GlobalValueCallEntry:
2675
case
PseudoSourceValue
::ExternalSymbolCallEntry:
2676
case
PseudoSourceValue
::TargetCustom:
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp
216
BasePseudoVal0->kind() ==
PseudoSourceValue
::FixedStack) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp
57
using ValueType = PointerUnion<const Value *, const
PseudoSourceValue
*>;
MipsDelaySlotFiller.cpp
35
#include "llvm/CodeGen/
PseudoSourceValue
.h"
188
using ValueType = PointerUnion<const Value *, const
PseudoSourceValue
*>;
484
if (const
PseudoSourceValue
*PSV =
535
if (const
PseudoSourceValue
*PSV = MMO.getPseudoValue()) {
/src/external/apache2/llvm/lib/libLLVMCodeGen/
Makefile
144
PseudoSourceValue
.cpp \
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp
610
auto PSV = MPO.V.dyn_cast<const
PseudoSourceValue
*>();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
InstrRefBasedImpl.cpp
165
#include "llvm/CodeGen/
PseudoSourceValue
.h"
1577
const
PseudoSourceValue
*PVal = (*MMOI)->getPseudoValue();
1578
assert(PVal->kind() ==
PseudoSourceValue
::FixedStack &&
VarLocBasedImpl.cpp
131
#include "llvm/CodeGen/
PseudoSourceValue
.h"
1218
const
PseudoSourceValue
*PVal = (*MMOI)->getPseudoValue();
1219
assert(PVal->kind() ==
PseudoSourceValue
::FixedStack &&
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
1980
const
PseudoSourceValue
*PSVa = MMOa->getPseudoValue();
1981
const
PseudoSourceValue
*PSVb = MMOb->getPseudoValue();
Completed in 57 milliseconds
1
2
Indexes created Sun Sep 27 00:26:35 UTC 2026