Lines Matching refs:getConstant
43 DAG.getConstant(Size, DL, PtrVT), in emitMemMem()
44 DAG.getConstant(Size / 256, DL, PtrVT)); in emitMemMem()
46 DAG.getConstant(Size, DL, PtrVT)); in emitMemMem()
72 Chain, DL, DAG.getConstant(StoreVal, DL, MVT::getIntegerVT(Size * 8)), in memsetStore()
105 DAG.getConstant(Size1, DL, PtrVT)); in EmitTargetCodeForMemset()
118 DAG.getConstant(1, DL, PtrVT)); in EmitTargetCodeForMemset()
137 DAG.getConstant(1, DL, PtrVT)); in EmitTargetCodeForMemset()
160 DAG.getConstant(Size, DL, PtrVT), in emitCLC()
161 DAG.getConstant(Size / 256, DL, PtrVT)); in emitCLC()
163 DAG.getConstant(Size, DL, PtrVT)); in emitCLC()
174 DAG.getConstant(30 - SystemZ::IPM_CC, DL, MVT::i32)); in addIPMSequence()
176 DAG.getConstant(30, DL, MVT::i32)); in addIPMSequence()
204 DAG.getConstant(255, DL, MVT::i32)); in EmitTargetCodeForMemchr()
213 SDValue Ops[] = {End, DAG.getConstant(0, DL, PtrVT), in EmitTargetCodeForMemchr()
214 DAG.getConstant(SystemZ::CCMASK_SRST, DL, MVT::i32), in EmitTargetCodeForMemchr()
215 DAG.getConstant(SystemZ::CCMASK_SRST_FOUND, DL, MVT::i32), in EmitTargetCodeForMemchr()
227 DAG.getConstant(0, DL, MVT::i32)); in EmitTargetCodeForStrcpy()
238 DAG.getConstant(0, DL, MVT::i32)); in EmitTargetCodeForStrcmp()
256 Limit, Src, DAG.getConstant(0, DL, MVT::i32)); in getBoundedStrlen()
266 return getBoundedStrlen(DAG, DL, Chain, Src, DAG.getConstant(0, DL, PtrVT)); in EmitTargetCodeForStrlen()