Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h59 struct Factor { global() struct
63 FactorFactor Factor() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp230 /// E.g. For a Factor o argument
206 isDeInterleaveMaskOfFactor(ArrayRef<int> Mask,unsigned Factor,unsigned & Index) isDeInterleaveMaskOfFactor() argument
259 isReInterleaveMask(ShuffleVectorInst * SVI,unsigned & Factor,unsigned MaxFactor) isReInterleaveMask() argument
316 unsigned Factor, Index; lowerInterleavedLoad() local
487 unsigned Factor; lowerInterleavedStore() local
[all...]
H A DInterleavedLoadCombinePass.cpp747 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local
1059 findPattern(std::list<VectorInfo> & Candidates,std::list<VectorInfo> & InterleavedLoad,unsigned Factor,const DataLayout & DL) findPattern() argument
1140 unsigned Factor = InterleavedLoad.size(); combine() local
1262 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { run() local
[all...]
H A DMIRSampleProfile.cpp232 uint32_t Factor = 1; in setBranchProbs() local
H A DMachineScheduler.cpp2254 unsigned Factor = SchedModel->getResourceFactor(PIdx); init() local
2604 unsigned Factor = SchedModel->getResourceFactor(PIdx); countResource() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h
H A DMachineTraceMetrics.h418 unsigned Factor = SchedModel.getLatencyFactor(); getCycles() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp76 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor() argument
H A DConstantFold.cpp1674 Constant *Factor = ConstantFoldGetElementPtr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h100 float Factor; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp391 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
H A DARMTargetTransformInfo.cpp1172 unsigned Limit, Factor = 2; getNumMemOps() local
1525 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h446 InterleaveGroup(uint32_t Factor,bool Reverse,Align Alignment) InterleaveGroup() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp259 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp178 double Factor = (double)Edge.Frequency / Iterations; in pruneEdges() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp61 const unsigned Factor; member in __anon7c8f91380111::X86InterleavedAccessGroup
[all...]
H A DX86TargetTransformInfo.cpp6185 getInterleavedMemoryOpCostAVX512(unsigned Opcode,FixedVectorType * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCostAVX512() argument
6338 getInterleavedMemoryOpCost(unsigned Opcode,Type * BaseTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp845 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1234 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp557 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2741 if (const SCEVConstant *Factor = CollectInterestingTypesAndFactors() local
2746 } else if (const SCEVConstant *Factor = CollectInterestingTypesAndFactors() local
3999 for (int64_t Factor : Factors) { GenerateICmpZeroScales() local
4088 for (int64_t Factor : Factors) { GenerateScales() local
5972 for (int64_t Factor : Factors) { print_factors_and_types() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1060 unsigned Factor = std::abs(Stride); isStrided() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1354 unsigned Build = 0, Factor = 1; separateMSVCFullVersion() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp60 extractTerms(Counter C,int Factor,SmallVectorImpl<Term> & Terms) extractTerms() argument
[all...]

123