Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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
H A DScheduleDAGInstrs.cpp149 if (PSV->isAliased(&MFI)) in getUnderlyingObjectsForInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h86 virtual bool isAliased(const MachineFrameInfo *) const;
108 bool isAliased(const MachineFrameInfo *MFI) const override;
123 bool isAliased(const MachineFrameInfo *) const override;
H A DMachineFrameInfo.h174 bool isAliased; member
189 Alloca(Alloca), isAliased(IsAliased), SSPLayout(SSPLK_None) {} in StackObject()
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/
H A DLoopCacheAnalysis.cpp146 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
203 if (BasePointer != Other.getBasePointer() && !isAliased(Other, AA)) {
437 bool IndexedReference::isAliased(const IndexedReference &Other,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A 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/
H A DSIMachineFunctionInfo.h62 bool isAliased(const MachineFrameInfo *) const override {
102 bool isAliased(const MachineFrameInfo *) const override {
/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.cpp107 bool isAliased = SkToBool(dfTexEffect.fFlags & kAliased_DistanceFieldEffectFlag ); variable
173 if (isAliased) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp537 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1731 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() function
5132 // SLP->isAliased (which is the expensive part in this loop).
5140 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1338 bool isAliased(const MachineFrameInfo *) const override { in expandPostRAPseudo()

Completed in 27 milliseconds