Home | History | Annotate | Download | only in src

Lines Matching refs:InstIcmp

154 CondARM32::Cond getIcmp32Mapping(InstIcmp::ICond Cond) {
178 static constexpr int _icmp_hl_##tag = InstIcmp::tag;
3572 lowerIcmpCond(llvm::cast<InstIcmp>(Producer)));
4428 TargetARM32::lowerInt64IcmpCond(InstIcmp::ICond Condition, Operand *Src0,
4441 if ((Condition == InstIcmp::Eq || Condition == InstIcmp::Ne) &&
4553 TargetARM32::lowerInt32IcmpCond(InstIcmp::ICond Condition, Operand *Src0,
4566 if ((Condition == InstIcmp::Eq || Condition == InstIcmp::Ne) && Value == 0) {
4590 TargetARM32::lowerInt8AndInt16IcmpCond(InstIcmp::ICond Condition, Operand *Src0,
4609 if ((Condition == InstIcmp::Eq || Condition == InstIcmp::Ne) && Value == 0) {
4634 TargetARM32::CondWhenTrue TargetARM32::lowerIcmpCond(const InstIcmp *Instr) {
4639 TargetARM32::CondWhenTrue TargetARM32::lowerIcmpCond(InstIcmp::ICond Condition,
4688 void TargetARM32::lowerIcmp(const InstIcmp *Instr) {
4747 case InstIcmp::val: { \
5158 lowerIcmpCond(InstIcmp::Eq, Tmp, Expected);
6511 Cond = lowerIcmpCond(llvm::cast<InstIcmp>(Producer));
6596 CondWhenTrue Cond = lowerIcmpCond(llvm::cast<InstIcmp>(Producer));