Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15250 static bool isStoreConditional(SDValue Intrin, unsigned &StoreWidth) { in isStoreConditional() argument
15254 StoreWidth = 8; in isStoreConditional()
15256 StoreWidth = 4; in isStoreConditional()
15258 StoreWidth = 2; in isStoreConditional()
15260 StoreWidth = 1; in isStoreConditional()
15925 unsigned StoreWidth = 0; in PerformDAGCombine() local
15927 isStoreConditional(LHS, StoreWidth)) { in PerformDAGCombine()
15941 DAG.getConstant(StoreWidth, dl, MVT::i32)}; in PerformDAGCombine()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3084 unsigned StoreWidth = MemTy.getSizeInBits(); in lowerStore() local
3087 if (StoreWidth != StoreSizeInBits) { in lowerStore()
3102 auto ZextInReg = MIRBuilder.buildZExtInReg(SrcTy, SrcReg, StoreWidth); in lowerStore()