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

References

include/llvm/CodeGen/BasicTTIImpl.h
  690     int ISD = TLI->InstructionOpcodeToISD(Opcode);
  700       if (Opcode == Instruction::BitCast || Opcode == Instruction::Trunc)
  700       if (Opcode == Instruction::BitCast || Opcode == Instruction::Trunc)
  704     if (Opcode == Instruction::Trunc &&
  708     if (Opcode == Instruction::ZExt &&
  712     if (Opcode == Instruction::AddrSpaceCast &&
  719     if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) &&
  719     if ((Opcode == Instruction::ZExt || Opcode == Instruction::SExt) &&
  724           ((Opcode == Instruction::ZExt) ? ISD::ZEXTLOAD : ISD::SEXTLOAD);
  737       if (Opcode == Instruction::BitCast)
  756         if (Opcode == Instruction::ZExt)
  760         if (Opcode == Instruction::SExt)
  784                (2 * TTI->getCastInstrCost(Opcode, SplitDst, SplitSrc, I));
  791           Opcode, Dst->getScalarType(), Src->getScalarType(), I);
  802     if (Opcode == Instruction::BitCast)