Lines Matching defs:IsZExt
313 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local
1160 bool WantResult, bool IsZExt) { in emitAddSub()
1483 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp()
1506 bool IsZExt) { in emitICmp()
1553 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd()
1583 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
3914 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
4006 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext()
4107 bool IsZExt) { in emitLSL_ri()
4214 bool IsZExt) { in emitLSR_ri()
4335 bool IsZExt) { in emitASR_ri()
4416 bool IsZExt) { in emitIntExt()
4541 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad() local
4599 bool IsZExt = isa<ZExtInst>(I); in selectIntExt() local
4697 bool IsZExt = true; in selectMul() local
4763 bool IsZExt = I->getOpcode() != Instruction::AShr; in selectShift() local