Home
last modified time | relevance | path

Searched refs:getMemSizeInBits (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h72 LocationSize getMemSizeInBits() const { return getMMO().getSizeInBits(); } in getMemSizeInBits() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp316 if (Store.getMemSizeInBits() != ValTy.getSizeInBits()) in matchSplitStoreZero128()
H A DAArch64InstructionSelector.cpp2885 unsigned MemSizeInBits = LdSt.getMemSizeInBits().getValue(); in select()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp526 if (StoreMI.getMemSizeInBits() != ValueTy.getSizeInBits()) in addStoreToCandidate()
H A DCombinerHelper.cpp923 LocationSize LoadSizeBits = LoadMI->getMemSizeInBits(); in matchCombineLoadWithAndMask()
1013 auto LoadSizeBits = LoadMI->getMemSizeInBits(); in matchSextTruncSextLoad()
1045 uint64_t MemBits = LoadDef->getMemSizeInBits().getValue(); in matchSextInRegOfLoad()
2830 (LS1->getMemSizeInBits() != LS2->getMemSizeInBits())) in matchEqualDefs()
3768 if (!Load->isUnordered() || Load->getMemSizeInBits() != MemSizeInBits) in matchLoadAndBytePosition()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp742 LdSt.getMemSizeInBits().getValue()); in select()