OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedStackPseudoSourceValue
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
78
V = new
FixedStackPseudoSourceValue
(FI);
109
bool
FixedStackPseudoSourceValue
::isConstant(const MachineFrameInfo *MFI) const{
113
bool
FixedStackPseudoSourceValue
::isAliased(const MachineFrameInfo *MFI) const {
123
bool
FixedStackPseudoSourceValue
::mayAlias(const MachineFrameInfo *MFI) const {
130
void
FixedStackPseudoSourceValue
::printCustom(raw_ostream &OS) const {
TargetInstrInfo.cpp
251
if (const
FixedStackPseudoSourceValue
*Value =
252
dyn_cast<const
FixedStackPseudoSourceValue
>((*o)->getValue())) {
269
if (const
FixedStackPseudoSourceValue
*Value =
270
dyn_cast<const
FixedStackPseudoSourceValue
>((*o)->getValue())) {
StackSlotColoring.cpp
166
if (const
FixedStackPseudoSourceValue
*FSV =
167
dyn_cast<
FixedStackPseudoSourceValue
>(V)) {
MachineLICM.cpp
392
if (const
FixedStackPseudoSourceValue
*Value =
393
dyn_cast<const
FixedStackPseudoSourceValue
>((*o)->getValue())) {
[
all
...]
/external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
80
///
FixedStackPseudoSourceValue
- A specialized PseudoSourceValue
83
class
FixedStackPseudoSourceValue
: public PseudoSourceValue {
86
explicit
FixedStackPseudoSourceValue
(int fi) :
/external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp
420
if (isa<
FixedStackPseudoSourceValue
>(V))
Completed in 51 milliseconds