reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  264        J != JE; ++J) {
  264        J != JE; ++J) {
  265     if (CallInst *CI = dyn_cast<CallInst>(J)) {
  432     } else if (isa<BinaryOperator>(J) &&
  433                J->getType()->getScalarType()->isPPC_FP128Ty()) {
  436     } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) ||
  436     } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) ||
  437                isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) {
  437                isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) {
  438       CastInst *CI = cast<CastInst>(J);
  445                                 J->getType()->getScalarType()) &&
  446                (J->getOpcode() == Instruction::UDiv ||
  447                 J->getOpcode() == Instruction::SDiv ||
  448                 J->getOpcode() == Instruction::URem ||
  449                 J->getOpcode() == Instruction::SRem)) {
  452                isLargeIntegerTy(false, J->getType()->getScalarType()) &&
  453                (J->getOpcode() == Instruction::Shl ||
  454                 J->getOpcode() == Instruction::AShr ||
  455                 J->getOpcode() == Instruction::LShr)) {
  459     } else if (isa<IndirectBrInst>(J) || isa<InvokeInst>(J)) {
  459     } else if (isa<IndirectBrInst>(J) || isa<InvokeInst>(J)) {
  462     } else if (SwitchInst *SI = dyn_cast<SwitchInst>(J)) {
  468     if (J->getOpcode() == Instruction::FRem)
  472       switch(J->getOpcode()) {
  488     for (Value *Operand : J->operands())