Lines Matching defs:IsZExt
303 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local
1139 bool WantResult, bool IsZExt) { in emitAddSub()
1448 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp()
1471 bool IsZExt) { in emitICmp()
1515 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd()
1544 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
3841 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
3932 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext()
4024 uint64_t Shift, bool IsZExt) { in emitLSL_ri()
4127 uint64_t Shift, bool IsZExt) { in emitLSR_ri()
4243 uint64_t Shift, bool IsZExt) { in emitASR_ri()
4323 bool IsZExt) { in emitIntExt()
4448 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad() local
4505 bool IsZExt = isa<ZExtInst>(I); in selectIntExt() local
4591 bool IsZExt = true; in selectMul() local
4654 bool IsZExt = I->getOpcode() != Instruction::AShr; in selectShift() local