/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | Reassociate.h | 60 struct Factor { struct 64 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 208 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
|
H A D | InterleavedLoadCombinePass.cpp | 747 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
|
H A D | MIRSampleProfile.cpp | 232 uint32_t Factor = 1; in setBranchProbs() local
|
H A D | MachineScheduler.cpp | 2295 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local 2645 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 237 constexpr LLT divide(int Factor) const { in divide() 254 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | PseudoProbe.cpp | 76 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor()
|
H A D | Instructions.cpp | 2283 bool ShuffleVectorInst::isInterleave(unsigned Factor) { in isInterleave() 2295 ArrayRef<int> Mask, unsigned Factor, unsigned NumInputElts, in isInterleaveMask() 2379 unsigned Factor, in isDeInterleaveMaskOfFactor()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PseudoProbe.h | 125 float Factor; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 391 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
|
H A D | ARMTargetTransformInfo.cpp | 1176 unsigned Limit, Factor = 2; in getNumMemOps() local 1537 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 421 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 472 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 246 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 178 double Factor = (double)Edge.Frequency / Iterations; in pruneEdges() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 61 const unsigned Factor; member in __anon8deb9da60111::X86InterleavedAccessGroup
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 856 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 1236 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 2937 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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 1119 unsigned Factor = std::abs(Stride); in isStrided() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 1417 unsigned Build = 0, Factor = 1; in separateMSVCFullVersion() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 623 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 1309 float Factor = 1.0; in getInlineCandidate() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 61 void CounterExpressionBuilder::extractTerms(Counter C, int Factor, in extractTerms()
|