Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/third_party/icu/icu4c/source/i18n/
Dunits_converter.h60 struct U_I18N_API Factor { struct
69 void multiplyBy(const Factor &rhs); argument
/third_party/skia/third_party/externals/icu/source/i18n/
Dunits_converter.h60 struct U_I18N_API Factor { struct
69 void multiplyBy(const Factor &rhs); argument
/third_party/node/deps/icu-small/source/i18n/
Dunits_converter.h60 struct U_I18N_API Factor { struct
69 void multiplyBy(const Factor &rhs); argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
DPixelProcessor.hpp145 struct Factor struct in sw::PixelProcessor
147 float4 blendConstantF; // Unclamped for floating-point attachment formats.
148 float4 invBlendConstantF; // Unclamped for floating-point attachment formats.
149 float4 blendConstantU; // Clamped to [0,1] for unsigned fixed-point attachment formats.
150 float4 invBlendConstantU; // Clamped to [0,1] for unsigned fixed-point attachment formats.
151 float4 blendConstantS; // Clamped to [-1,1] for signed fixed-point attachment formats.
152 float4 invBlendConstantS; // Clamped to [-1,1] for signed fixed-point attachment formats.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp142 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor()
166 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
195 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isReInterleaveMask()
309 unsigned Factor, Index; in lowerInterleavedLoad() local
428 unsigned Factor; in lowerInterleavedStore() local
DInterleavedLoadCombinePass.cpp746 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local
1055 unsigned Factor, const DataLayout &DL) { in findPattern()
1137 unsigned Factor = InterleavedLoad.size(); in combine() local
1262 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { in run() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.hpp176 struct Factor struct in sw::PixelProcessor
178 word4 textureFactor4[4];
180 word4 alphaReference4;
182 word4 blendConstant4W[4];
183 float4 blendConstant4F[4];
184 word4 invBlendConstant4W[4];
185 float4 invBlendConstant4F[4];
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitsConverter.java170 static class Factor { class in UnitsConverter
196 public Factor() { in Factor() method in UnitsConverter.Factor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h416 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp473 ConstantInt *Factor = in InsertVCTPIntrinsic() local
DARMTargetTransformInfo.cpp812 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp218 Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h419 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3559 unsigned Factor, in getInterleavedMemoryOpCostAVX2()
3675 unsigned Factor, in getInterleavedMemoryOpCostAVX512()
3800 unsigned Factor, in getInterleavedMemoryOpCost()
DX86InterleavedAccess.cpp61 const unsigned Factor; member in __anon5cb727300111::X86InterleavedAccessGroup
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp681 unsigned Factor, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp903 unsigned Factor, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1042 Value *ReassociatePass::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()
1546 Value *Factor = Factors[i]; in OptimizeAdd() local
DLoopStrengthReduce.cpp2693 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2698 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
3886 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local
3971 for (int64_t Factor : Factors) { in GenerateScales() local
5617 for (int64_t Factor : Factors) { in print_factors_and_types() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp57 void CounterExpressionBuilder::extractTerms(Counter C, int Factor, in extractTerms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp1062 unsigned Factor, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp208 static LLT getMultipleType(LLT OrigTy, int Factor) { in getMultipleType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp800 unsigned Factor = std::abs(Stride); in isStrided() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h173 int Factor; member

12