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

References

lib/Target/X86/X86TargetTransformInfo.cpp
 2381   if (Index != -1U) {
 2391     Index = Index % Width;
 2391     Index = Index % Width;
 2394     if (ScalarType->isFloatingPointTy() && Index == 0)
 2404   return BaseT::getVectorInstrCost(Opcode, Val, Index) + RegisterFileMoveCost;