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

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp46 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { function in class:PseudoSourceValue
61 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
85 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { function in class:CallEntryPseudoSourceValue
H A DMachineFunction.cpp580 bool Immutable, bool isAliased) {
591 /*Alloca*/ nullptr, isAliased));
606 /*isAliased*/ false));
579 CreateFixedObject(uint64_t Size, int64_t SPOffset, bool Immutable, bool isAliased) argument
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h116 bool isAliased; member in struct:llvm::MachineFrameInfo::StackObject
121 isSpillSlot(isSS), Alloca(Val), PreAllocated(false), isAliased(A) {}
513 bool isAliased = false);
529 return Objects[ObjectIdx+NumFixedObjects].isAliased;
/external/clang/lib/CodeGen/
H A DCGValue.h506 IsAliased_t isAliased,
520 AV.AliasedFlag = isAliased;
527 IsAliased_t isAliased,
530 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
502 forAddr(Address addr, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
524 forLValue(const LValue &LV, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp537 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, function in class:__anon13022::BoUpSLP
3009 // SLP->isAliased (which is the expensive part in this loop).
3017 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) {

Completed in 149 milliseconds