OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedStackPseudoSourceValue
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
56
bool
FixedStackPseudoSourceValue
::isConstant(
61
bool
FixedStackPseudoSourceValue
::isAliased(const MachineFrameInfo *MFI) const {
67
bool
FixedStackPseudoSourceValue
::mayAlias(const MachineFrameInfo *MFI) const {
74
void
FixedStackPseudoSourceValue
::printCustom(raw_ostream &OS) const {
120
std::unique_ptr<
FixedStackPseudoSourceValue
> &V = FSValues[FI];
122
V = llvm::make_unique<
FixedStackPseudoSourceValue
>(FI);
StackSlotColoring.cpp
165
if (const
FixedStackPseudoSourceValue
*FSV =
166
dyn_cast_or_null<
FixedStackPseudoSourceValue
>(
TargetInstrInfo.cpp
310
if (const
FixedStackPseudoSourceValue
*Value =
311
dyn_cast_or_null<
FixedStackPseudoSourceValue
>(
330
if (const
FixedStackPseudoSourceValue
*Value =
331
dyn_cast_or_null<
FixedStackPseudoSourceValue
>(
[
all
...]
MachineLICM.cpp
337
if (const
FixedStackPseudoSourceValue
*Value =
338
dyn_cast<
FixedStackPseudoSourceValue
>((*o)->getPseudoValue())) {
[
all
...]
MachineVerifier.cpp
[
all
...]
MIRPrinter.cpp
882
cast<
FixedStackPseudoSourceValue
>(PVal)->getFrameIndex());
/external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
82
class
FixedStackPseudoSourceValue
: public PseudoSourceValue {
86
explicit
FixedStackPseudoSourceValue
(int FI)
145
std::map<int, std::unique_ptr<
FixedStackPseudoSourceValue
>> FSValues;
/external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp
431
if (isa<
FixedStackPseudoSourceValue
>(PSV))
Completed in 286 milliseconds