reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
475 return ST->getVectorInsertExtractBaseCost(); 493 Cost += ST->getWideningBaseCost(); 624 Options.AllowOverlappingLoads = !ST->requiresStrictAlign(); 639 if (ST->isMisaligned128StoreSlow() && Opcode == Instruction::Store && 713 return ST->getMaxInterleaveFactor(); 782 if (ST->getProcFamily() == AArch64Subtarget::Falkor &&lib/Target/AArch64/AArch64TargetTransformInfo.h
50 const AArch64Subtarget *getST() const { return ST; } 65 TLI(ST->getTargetLowering()) {} 91 if (ST->hasNEON()) 100 if (ST->hasNEON()) 108 return ST->getMinVectorRegisterBitWidth(); 151 if (!isa<VectorType>(DataType) || !ST->hasSVE())