Lines Matching defs:IsZExt
270 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local
1083 bool WantResult, bool IsZExt) { in emitAddSub()
1398 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp()
1421 bool IsZExt) { in emitICmp()
1468 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd()
1498 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
3748 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
3835 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext()
3936 bool IsZExt) { in emitLSL_ri()
4043 bool IsZExt) { in emitLSR_ri()
4164 bool IsZExt) { in emitASR_ri()
4245 bool IsZExt) { in emitIntExt()
4370 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad() local
4427 bool IsZExt = isa<ZExtInst>(I); in selectIntExt() local
4525 bool IsZExt = true; in selectMul() local
4591 bool IsZExt = I->getOpcode() != Instruction::AShr; in selectShift() local