Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15549 static bool isStoreConditional(SDValue Intrin, unsigned &StoreWidth) { in isStoreConditional() argument
15552 StoreWidth = 8; in isStoreConditional()
15554 StoreWidth = 4; in isStoreConditional()
15556 StoreWidth = 2; in isStoreConditional()
15558 StoreWidth = 1; in isStoreConditional()
16267 unsigned StoreWidth = 0; in PerformDAGCombine() local
16269 isStoreConditional(LHS, StoreWidth)) { in PerformDAGCombine()
16283 DAG.getConstant(StoreWidth, dl, MVT::i32)}; in PerformDAGCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3448 unsigned StoreWidth = MemTy.getSizeInBits(); in lowerStore() local
3451 if (StoreWidth != StoreSizeInBits) { in lowerStore()
3466 auto ZextInReg = MIRBuilder.buildZExtInReg(SrcTy, SrcReg, StoreWidth); in lowerStore()