OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAliased
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
53
///
isAliased
- Test whether the memory pointed to by this
55
virtual bool
isAliased
(const MachineFrameInfo *) const;
101
bool
isAliased
(const MachineFrameInfo *MFI) const override;
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
88
bool PseudoSourceValue::
isAliased
(const MachineFrameInfo *MFI) const {
109
bool FixedStackPseudoSourceValue::
isAliased
(const MachineFrameInfo *MFI) const {
ScheduleDAGInstrs.cpp
149
if (!PSV->
isAliased
(MFI)) {
[
all
...]
/external/llvm/lib/Target/Mips/
MipsMachineFunction.h
40
bool
isAliased
(const MachineFrameInfo *) const override;
MipsMachineFunction.cpp
44
bool MipsCallEntry::
isAliased
(const MachineFrameInfo *) const {
MipsDelaySlotFiller.cpp
470
if (!PSV->
isAliased
(MFI))
/external/clang/lib/CodeGen/
CGValue.h
400
enum IsAliased_t { IsNotAliased,
IsAliased
};
426
IsAliased_t
isAliased
,
435
AV.AliasedFlag =
isAliased
;
442
IsAliased_t
isAliased
,
445
LV.getQuals(), isDestructed, needsGC,
isAliased
, isZeroed);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 916 milliseconds