Lines Matching defs:IsZExt
304 bool IsZExt = isa<ZExtInst>(I); in isIntExtFree() local
1166 bool WantResult, bool IsZExt) { in emitAddSub()
1466 bool AArch64FastISel::emitCmp(const Value *LHS, const Value *RHS, bool IsZExt) { in emitCmp()
1489 bool IsZExt) { in emitICmp()
1533 bool SetFlags, bool WantResult, bool IsZExt) { in emitAdd()
1562 bool SetFlags, bool WantResult, bool IsZExt) { in emitSub()
3909 bool IsZExt = Outs[0].Flags.isZExt(); in selectRet() local
4000 unsigned AArch64FastISel::emiti1Ext(unsigned SrcReg, MVT DestVT, bool IsZExt) { in emiti1Ext()
4092 uint64_t Shift, bool IsZExt) { in emitLSL_ri()
4195 uint64_t Shift, bool IsZExt) { in emitLSR_ri()
4311 uint64_t Shift, bool IsZExt) { in emitASR_ri()
4391 bool IsZExt) { in emitIntExt()
4516 bool IsZExt = isa<ZExtInst>(I); in optimizeIntExtLoad() local
4573 bool IsZExt = isa<ZExtInst>(I); in selectIntExt() local
4659 bool IsZExt = true; in selectMul() local
4722 bool IsZExt = I->getOpcode() != Instruction::AShr; in selectShift() local