Home
last modified time | relevance | path

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

12345

/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/swiftshader/third_party/llvm-16.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/cronet/third_party/icu/source/i18n/
Dunits_converter.h66 struct U_I18N_API Factor { struct
75 void multiplyBy(const Factor &rhs); argument
/external/icu/icu4c/source/i18n/
Dunits_converter.h74 struct U_I18N_API Factor { struct
83 void multiplyBy(const Factor &rhs); argument
/external/icu/libicu/cts_headers/
Dunits_converter.h74 struct U_I18N_API Factor { struct
83 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp152 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor()
176 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
205 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isReInterleaveMask()
331 unsigned Factor, Index; in lowerInterleavedLoad() local
502 unsigned Factor; in lowerInterleavedStore() local
DInterleavedLoadCombinePass.cpp744 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local
1053 unsigned Factor, const DataLayout &DL) { in findPattern()
1134 unsigned Factor = InterleavedLoad.size(); in combine() local
1260 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { in run() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h203 constexpr LLT divide(int Factor) const { in divide()
220 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DPseudoProbe.cpp66 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor()
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp136 unsigned Factor = ElSize / EltTySize; in DecodeVPERMILPMask() local
188 unsigned Factor = ElSize / EltTySize; in DecodeVPERMIL2PMask() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DPseudoProbe.h87 float Factor; member
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
DUnitsConverter.java309 static class Factor { class in UnitsConverter
349 public Factor() { in Factor() method in UnitsConverter.Factor
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/units/
DUnitsConverter.java299 static class Factor { class in UnitsConverter
339 public Factor() { in Factor() method in UnitsConverter.Factor
/external/libvpx/vp8/encoder/
Dratectrl.c1077 double Factor = 0.99; in vp8_update_rate_correction_factors() local
1236 double Factor = 0.99; in vp8_regulate_q() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp369 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
/external/stg/
Dfilter.cc242 std::unique_ptr<Filter> Factor(std::queue<std::string>& tokens) { in Factor() function
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp411 unsigned Factor, in getInterleavedMemoryOpCost()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVLocation.cpp496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage()
/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

12345