Home
last modified time | relevance | path

Searched refs:isAliased (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp50 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased() function in PseudoSourceValue
65 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased() function in FixedStackPseudoSourceValue
90 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased() function in CallEntryPseudoSourceValue
DScheduleDAGInstrs.cpp149 if (PSV->isAliased(&MFI)) in getUnderlyingObjectsForInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h86 virtual bool isAliased(const MachineFrameInfo *) const;
108 bool isAliased(const MachineFrameInfo *MFI) const override;
123 bool isAliased(const MachineFrameInfo *) const override;
DMachineFrameInfo.h174 bool isAliased; member
189 Alloca(Alloca), isAliased(IsAliased), SSPLayout(SSPLK_None) {} in SPOffset()
649 bool isAliased = false);
666 return Objects[ObjectIdx+NumFixedObjects].isAliased; in isAliasedObjectIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp146 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) { in hasSpacialReuse()
203 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) { in hasTemporalReuse()
437 bool IndexedReference::isAliased(const IndexedReference &Other, in isAliased() function in IndexedReference
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopCacheAnalysis.h121 bool isAliased(const IndexedReference &Other, AliasAnalysis &AA) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h62 bool isAliased(const MachineFrameInfo *) const override { in isAliased() function
102 bool isAliased(const MachineFrameInfo *) const override { in isAliased() function
/third_party/flutter/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp81 bool isAliased = in onEmitCode() local
150 if (isAliased) { in onEmitCode()
/third_party/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp107 bool isAliased = SkToBool(dfTexEffect.fFlags & kAliased_DistanceFieldEffectFlag ); in onEmitCode() local
173 if (isAliased) { in onEmitCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp537 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1731 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() function in llvm::slpvectorizer::BoUpSLP
5140 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) { in calculateDependencies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1338 bool isAliased(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue