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 D | PseudoSourceValue.cpp | 50 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 D | ScheduleDAGInstrs.cpp | 149 if (PSV->isAliased(&MFI)) in getUnderlyingObjectsForInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 86 virtual bool isAliased(const MachineFrameInfo *) const; 108 bool isAliased(const MachineFrameInfo *MFI) const override; 123 bool isAliased(const MachineFrameInfo *) const override;
|
H A D | MachineFrameInfo.h | 174 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 D | LoopCacheAnalysis.cpp | 146 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 D | LoopCacheAnalysis.h | 121 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 D | SIMachineFunctionInfo.h | 62 bool isAliased(const MachineFrameInfo *) const override { 102 bool isAliased(const MachineFrameInfo *) const override {
|
/third_party/skia/src/gpu/effects/ |
H A D | GrDistanceFieldGeoProc.cpp | 107 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 D | MipsDelaySlotFiller.cpp | 537 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1731 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 D | HexagonInstrInfo.cpp | 1338 bool isAliased(const MachineFrameInfo *) const override { in expandPostRAPseudo()
|
Completed in 26 milliseconds