Lines Matching refs:InstIcmp
154 CondARM32::Cond getIcmp32Mapping(InstIcmp::ICond Cond) { in getIcmp32Mapping()
178 static constexpr int _icmp_hl_##tag = InstIcmp::tag;
3589 lowerIcmpCond(llvm::cast<InstIcmp>(Producer))); in lowerInt1ForBranch()
4445 TargetARM32::lowerInt64IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt64IcmpCond()
4458 if ((Condition == InstIcmp::Eq || Condition == InstIcmp::Ne) && in lowerInt64IcmpCond()
4570 TargetARM32::lowerInt32IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt32IcmpCond()
4583 if ((Condition == InstIcmp::Eq || Condition == InstIcmp::Ne) && Value == 0) { in lowerInt32IcmpCond()
4607 TargetARM32::lowerInt8AndInt16IcmpCond(InstIcmp::ICond Condition, Operand *Src0, in lowerInt8AndInt16IcmpCond()
4626 if ((Condition == InstIcmp::Eq || Condition == InstIcmp::Ne) && Value == 0) { in lowerInt8AndInt16IcmpCond()
4651 TargetARM32::CondWhenTrue TargetARM32::lowerIcmpCond(const InstIcmp *Instr) { in lowerIcmpCond()
4656 TargetARM32::CondWhenTrue TargetARM32::lowerIcmpCond(InstIcmp::ICond Condition, in lowerIcmpCond()
4705 void TargetARM32::lowerIcmp(const InstIcmp *Instr) { in lowerIcmp()
4764 case InstIcmp::val: { \ in lowerIcmp()
5175 lowerIcmpCond(InstIcmp::Eq, Tmp, Expected); in lowerIntrinsicCall()
6743 Cond = lowerIcmpCond(llvm::cast<InstIcmp>(Producer)); in lowerInt1ForSelect()
6828 CondWhenTrue Cond = lowerIcmpCond(llvm::cast<InstIcmp>(Producer)); in lowerInt1()