Searched refs:isAliased (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h42 /// isAliased - Test whether the memory pointed to by this
44 virtual bool isAliased(const MachineFrameInfo *) const;
98 virtual bool isAliased(const MachineFrameInfo *MFI) const;
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp92 bool PseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { function in class:PseudoSourceValue
113 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
H A DScheduleDAGInstrs.cpp147 if (PSV->isAliased(MFI)) {
480 if (PSV->isAliased(MFI))
/external/clang/lib/CodeGen/
H A DCGValue.h408 IsAliased_t isAliased,
419 AV.AliasedFlag = isAliased;
427 IsAliased_t isAliased,
432 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed,
404 forAddr(llvm::Value *addr, CharUnits align, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed, IsValueOfAtomic_t isValueOfAtomic = IsNotValueOfAtomic) argument
424 forLValue(const LValue &LV, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed, IsValueOfAtomic_t isValueOfAtomic = IsNotValueOfAtomic) argument
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp480 if (PSV->isAliased(MFI))

Completed in 130 milliseconds