Home
last modified time | relevance | path

Searched defs:Factor (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDReassociate.h60 struct Factor { struct
64 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDInterleavedAccessPass.cpp208 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
237 static bool isReInterleaveMask(ShuffleVectorInst *SVI, unsigned &Factor, in isReInterleaveMask()
294 unsigned Factor, Index; in lowerInterleavedLoad() local
466 unsigned Factor; in lowerInterleavedStore() local
HDInterleavedLoadCombinePass.cpp747 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local
1059 unsigned Factor, const DataLayout &DL) { in findPattern()
1140 unsigned Factor = InterleavedLoad.size(); in combine() local
1262 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { in run() local
HDMIRSampleProfile.cpp232 uint32_t Factor = 1; in setBranchProbs() local
HDMachineScheduler.cpp2295 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local
2645 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
HDLowLevelType.h237 constexpr LLT divide(int Factor) const { in divide()
254 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDPseudoProbe.cpp76 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor()
HDInstructions.cpp2283 bool ShuffleVectorInst::isInterleave(unsigned Factor) { in isInterleave()
2295 ArrayRef<int> Mask, unsigned Factor, unsigned NumInputElts, in isInterleaveMask()
2379 unsigned Factor, in isDeInterleaveMaskOfFactor()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPseudoProbe.h125 float Factor; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDMVETailPredication.cpp391 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
HDARMTargetTransformInfo.cpp1176 unsigned Limit, Factor = 2; in getNumMemOps() local
1537 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineTraceMetrics.h421 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDVectorUtils.h472 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.cpp246 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDBottleneckAnalysis.cpp178 double Factor = (double)Edge.Frequency / Iterations; in pruneEdges() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InterleavedAccess.cpp61 const unsigned Factor; member in __anonc6a74d000111::X86InterleavedAccessGroup
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.cpp856 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.cpp1236 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp2937 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2942 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
4246 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local
4339 for (int64_t Factor : Factors) { in GenerateScales() local
6274 for (int64_t Factor : Factors) { in print_factors_and_types() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDVectorUtils.cpp1119 unsigned Factor = std::abs(Stride); in isStrided() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDToolChain.cpp1417 unsigned Build = 0, Factor = 1; in separateMSVCFullVersion() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.cpp623 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfile.cpp1309 float Factor = 1.0; in getInlineCandidate() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMapping.cpp61 void CounterExpressionBuilder::extractTerms(Counter C, int Factor, in extractTerms()

123