Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/Transforms/Scalar/
DReassociate.h48 struct Factor { struct
51 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/external/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
/external/icu/icu4c/source/i18n/
Dunits_converter.h66 struct U_I18N_API Factor { struct
75 void multiplyBy(const Factor &rhs); argument
/external/icu/libicu/cts_headers/
Dunits_converter.h66 struct U_I18N_API Factor { struct
75 void multiplyBy(const Factor &rhs); argument
/external/cronet/third_party/icu/source/i18n/
Dunits_converter.h66 struct U_I18N_API Factor { struct
75 void multiplyBy(const Factor &rhs); argument
/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp122 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor()
146 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
165 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor) { in isReInterleaveMask()
224 unsigned Factor, Index; in lowerInterleavedLoad() local
344 unsigned Factor; in lowerInterleavedStore() local
/external/swiftshader/src/Device/
DPixelProcessor.hpp149 struct Factor struct in sw::PixelProcessor
151 float4 blendConstantF; // Unclamped for floating-point attachment formats.
152 float4 invBlendConstantF; // Unclamped for floating-point attachment formats.
153 float4 blendConstantU; // Clamped to [0,1] for unsigned fixed-point attachment formats.
154 float4 invBlendConstantU; // Clamped to [0,1] for unsigned fixed-point attachment formats.
155 float4 blendConstantS; // Clamped to [-1,1] for signed fixed-point attachment formats.
156 float4 invBlendConstantS; // Clamped to [-1,1] for signed fixed-point attachment formats.
/external/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
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp136 unsigned Factor = ElSize / EltTySize; in DecodeVPERMILPMask() local
188 unsigned Factor = ElSize / EltTySize; in DecodeVPERMIL2PMask() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
DUnitsConverter.java178 static class Factor { class in UnitsConverter
210 public Factor() { in Factor() method in UnitsConverter.Factor
/external/fmtlib/include/fmt/
Dchrono.h160 struct Factor in safe_duration_cast() struct
223 struct Factor in safe_duration_cast() struct
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitsConverter.java168 static class Factor { class in UnitsConverter
200 public Factor() { in Factor() method in UnitsConverter.Factor
/external/libvpx/vp8/encoder/
Dratectrl.c1071 double Factor = 0.99; in vp8_update_rate_correction_factors() local
1227 double Factor = 0.99; in vp8_regulate_q() local
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp411 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp497 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h381 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h416 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp496 unsigned Factor, in getInterleavedMemoryOpCost()
/external/apache-commons-bcel/src/examples/Mini/
DMiniParser.java455 static public void Factor() throws ParseException { in Factor() method in MiniParser
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp473 ConstantInt *Factor = in InsertVCTPIntrinsic() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp218 Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h419 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup()
/external/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()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2385 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2390 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
3457 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local
3541 for (int64_t Factor : Factors) { in GenerateScales() local
4884 for (int64_t Factor : Factors) { in print_factors_and_types() local

123