Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15762 static bool isStoreConditional(SDValue Intrin, unsigned &StoreWidth) { in isStoreConditional() argument
15765 StoreWidth = 8; in isStoreConditional()
15767 StoreWidth = 4; in isStoreConditional()
15769 StoreWidth = 2; in isStoreConditional()
15771 StoreWidth = 1; in isStoreConditional()
16480 unsigned StoreWidth = 0; in PerformDAGCombine() local
16482 isStoreConditional(LHS, StoreWidth)) { in PerformDAGCombine()
16496 DAG.getConstant(StoreWidth, dl, MVT::i32)}; in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3620 unsigned StoreWidth = MemTy.getSizeInBits(); in lowerStore() local
3623 if (StoreWidth != StoreSizeInBits) { in lowerStore()
3638 auto ZextInReg = MIRBuilder.buildZExtInReg(SrcTy, SrcReg, StoreWidth); in lowerStore()