Home
last modified time | relevance | path

Searched refs:LowOffset (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp606 int LowOffset = std::min(OffsetA, OffsetB); in areMemAccessesTriviallyDisjoint() local
608 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
609 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp109 int LowOffset = std::min(OffsetA, OffsetB); in areMemAccessesTriviallyDisjoint() local
111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
112 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp255 SmallVectorImpl<uint32_t> &Out, int LowOffset, in genShuffleBland() argument
261 Out.push_back(Mask[i] + LowOffset); in genShuffleBland()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1806 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB; in areMemAccessesTriviallyDisjoint() local
1808 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
1809 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp376 int32_t LowOffset = HighOffset - 4; in lowerLoadWordFromAlignedBasePlusOffset() local
381 LowOffset); in lowerLoadWordFromAlignedBasePlusOffset()
386 DAG.getConstant(LowOffset, DL, MVT::i32)); in lowerLoadWordFromAlignedBasePlusOffset()
390 SDValue LowShift = DAG.getConstant((Offset - LowOffset) * 8, DL, MVT::i32); in lowerLoadWordFromAlignedBasePlusOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4301 int LowOffset = std::min(OffsetA, OffsetB); in areMemAccessesTriviallyDisjoint() local
4303 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
4304 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp954 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB; in areMemAccessesTriviallyDisjoint() local
956 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint()
957 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2522 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB; in offsetsDoNotOverlap() local
2524 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap()
2525 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()