Searched defs:isZExt (Results 1 – 4 of 4) sorted by relevance
881 bool AArch64FastISel::EmitCmp(Value *Src1Value, Value *Src2Value, bool isZExt) { in EmitCmp()1624 bool isZExt = Outs[0].Flags.isZExt(); in SelectRet() local1707 unsigned AArch64FastISel::Emiti1Ext(unsigned SrcReg, MVT DestVT, bool isZExt) { in Emiti1Ext()1751 bool isZExt) { in EmitIntExt()1823 bool isZExt = isa<ZExtInst>(I); in SelectIntExt() local
959 unsigned Alignment, bool isZExt, bool allocReg) { in ARMEmitLoad()1363 bool isZExt) { in ARMEmitCmp()2591 bool isZExt) { in ARMEmitIntExt()2734 bool isZExt = isa<ZExtInst>(I); in SelectIntExt() local2886 uint8_t isZExt : 1; member2917 bool isZExt; in tryToFoldLoadIntoMI() local
63 bool isZExt() const { return Flags & ZExt; } in isZExt() function
2111 bool isZExt : 1; member