/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | Reassociate.h | 59 struct Factor { struct 63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
|
/third_party/icu/icu4c/source/i18n/ |
D | units_converter.h | 60 struct U_I18N_API Factor { struct 69 void multiplyBy(const Factor &rhs); argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_converter.h | 60 struct U_I18N_API Factor { struct 69 void multiplyBy(const Factor &rhs); argument
|
/third_party/node/deps/icu-small/source/i18n/ |
D | units_converter.h | 60 struct U_I18N_API Factor { struct 69 void multiplyBy(const Factor &rhs); argument
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | PixelProcessor.hpp | 145 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/ |
D | InterleavedAccessPass.cpp | 142 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
|
D | InterleavedLoadCombinePass.cpp | 746 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/ |
D | PixelProcessor.hpp | 176 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/ |
D | UnitsConverter.java | 170 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/ |
D | MachineTraceMetrics.h | 416 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 473 ConstantInt *Factor = in InsertVCTPIntrinsic() local
|
D | ARMTargetTransformInfo.cpp | 812 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/ |
D | HexagonTargetTransformInfo.cpp | 218 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/ |
D | VectorUtils.h | 419 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/ |
D | X86TargetTransformInfo.cpp | 3559 unsigned Factor, in getInterleavedMemoryOpCostAVX2() 3675 unsigned Factor, in getInterleavedMemoryOpCostAVX512() 3800 unsigned Factor, in getInterleavedMemoryOpCost()
|
D | X86InterleavedAccess.cpp | 61 const unsigned Factor; member in __anon5cb727300111::X86InterleavedAccessGroup
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 681 unsigned Factor, in getInterleavedMemoryOpCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 903 unsigned Factor, in getInterleavedMemoryOpCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1042 Value *ReassociatePass::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression() 1546 Value *Factor = Factors[i]; in OptimizeAdd() local
|
D | LoopStrengthReduce.cpp | 2693 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/ |
D | CoverageMapping.cpp | 57 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/ |
D | SystemZTargetTransformInfo.cpp | 1062 unsigned Factor, in getInterleavedMemoryOpCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCallLowering.cpp | 208 static LLT getMultipleType(LLT OrigTy, int Factor) { in getMultipleType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 800 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/ |
D | CoverageMapping.h | 173 int Factor; member
|