Home
last modified time | relevance | path

Searched defs:WidthA (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp105 LocationSize WidthA = 0, WidthB = 0; in areMemAccessesTriviallyDisjoint() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp2284 LocationSize WidthA = MMOa->getSize(), WidthB = MMOb->getSize(); in areMemAccessesTriviallyDisjoint() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1346 LocationSize WidthA = MMOa->getSize(); in MemOperandsHaveAlias() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2756 LocationSize WidthA = 0, WidthB = 0; areMemAccessesTriviallyDisjoint() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5567 LocationSize WidthA = 0, WidthB = 0; in areMemAccessesTriviallyDisjoint() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6166 unsigned WidthA = TyA->getPrimitiveSizeInBits(), in processUMulZExtIdiom() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1106 TypeSize WidthA(0, false), WidthB(0, false); in areMemAccessesTriviallyDisjoint() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3689 static bool offsetsDoNotOverlap(LocationSize WidthA, int OffsetA, in offsetsDoNotOverlap()