reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
374 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; 374 Opcode == Instruction::SDiv || Opcode == Instruction::SRem; 376 Opcode == Instruction::UDiv || Opcode == Instruction::URem; 376 Opcode == Instruction::UDiv || Opcode == Instruction::URem; 403 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || 403 if (Opcode == Instruction::Shl || Opcode == Instruction::LShr || 404 Opcode == Instruction::AShr) { 423 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || 423 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || 424 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) { 424 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) { 433 getArithmeticInstrCost(Opcode, Ty->getScalarType()); 450 if (Opcode == Instruction::FRem) { 462 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || 462 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub || 463 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) 463 Opcode == Instruction::FMul || Opcode == Instruction::FDiv) 467 if (Opcode == Instruction::FRem) 472 if (Opcode == Instruction::Xor) { 482 else if (Opcode == Instruction::Or || Opcode == Instruction::And) { 482 else if (Opcode == Instruction::Or || Opcode == Instruction::And) { 492 if (Opcode == Instruction::Or) 495 if (Opcode == Instruction::Xor && ScalarBits == 1) { 510 return BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info,