Home
last modified time | relevance | path

Searched refs:Width0 (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2336 unsigned Width0 = ElemTy0.getSizeInBits(); in typeExtendToWider() local
2338 unsigned MaxWidth = std::max(Width0, Width1); in typeExtendToWider()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3717 LocationSize Width0 = MIa.memoperands().front()->getSize(); in checkInstOffsetsDoNotOverlap() local
3719 return offsetsDoNotOverlap(Width0, Offset0, Width1, Offset1); in checkInstOffsetsDoNotOverlap()