Home
last modified time | relevance | path

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

123

/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h60 struct Factor { struct
64 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp208 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask() argument
237 isReInterleaveMask(ShuffleVectorInst * SVI,unsigned & Factor,unsigned MaxFactor) isReInterleaveMask() argument
294 unsigned Factor, Index; lowerInterleavedLoad() local
466 unsigned Factor; lowerInterleavedStore() local
[all...]
H A DInterleavedLoadCombinePass.cpp747 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); 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; setBranchProbs() local
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h237 divide(int Factor) divide() argument
254 multiplyElements(int Factor) multiplyElements() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp76 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor()
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DIterator.cpp290 BoostIterator(std::unique_ptr<Iterator> Child, float Factor) in BoostIterator()
311 float Factor; member in clang::clangd::dex::__anonfa78848f0111::BoostIterator
/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h125 float Factor; member
/llvm-project/llvm/unittests/Support/
H A DDivisionByConstantTest.cpp34 APInt Factor(Bits, 0); in SignedDivideUsingMagic() local
/llvm-project/polly/lib/Transform/
H A DManualOptimizer.cpp100 int64_t Factor = in applyLoopUnroll() local
H A DScheduleTreeTransform.cpp526 static isl::basic_set isDivisibleBySet(isl::ctx &Ctx, long Factor, in isDivisibleBySet() argument
1051 int Factor) { in applyPartialUnroll() argument
/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp391 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
H A DARMTargetTransformInfo.cpp1176 unsigned Limit, Factor = 2; getNumMemOps() local
1537 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
[all...]
/llvm-project/libc/benchmarks/
H A DLibcMemoryBenchmark.h131 uint32_t Factor; variable
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h421 unsigned Factor = SchedModel.getLatencyFactor(); getCycles() local
/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h455 InterleaveGroup(uint32_t Factor,bool Reverse,Align Alignment) InterleaveGroup() argument
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp246 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost() argument
/llvm-project/polly/lib/Support/
H A DSCEVAffinator.cpp205 auto *Factor = ConstantAndLeftOverPair.first; in visit() local
H A DSCEVValidator.cpp701 auto *Factor = Op0Pair.first; in extractConstantFactor() local
/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp178 double Factor = (double)Edge.Frequency / Iterations; in pruneEdges() local
/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp61 const unsigned Factor; global() member in __anon582ee7790111::X86InterleavedAccessGroup
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp856 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1236 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument
/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1091 unsigned Factor = std::abs(Stride); isStrided() local

123