Home
last modified time | relevance | path

Searched defs:Part (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1738 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntOrFpInductionPHI() local
1779 Value *VectorLoopVal, unsigned Part, unsigned Lane) { in recordVectorLoopValueForInductionCast()
1882 for (unsigned Part = 0; Part < UF; ++Part) { in widenIntOrFpInduction() local
1988 for (unsigned Part = 0; Part < UF; ++Part) { in buildScalarSteps() local
1999 Value *InnerLoopVectorizer::getOrCreateVectorValue(Value *V, unsigned Part) { in getOrCreateVectorValue()
2205 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2246 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2284 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2307 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2396 for (unsigned Part = 0; Part < UF; ++Part) in vectorizeMemoryInstruction() local
[all …]
DVPlan.cpp262 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local
311 unsigned Part) { in generateInstruction()
351 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
DVPlan.h86 unsigned Part; member
197 for (unsigned Part = 0; Part < UF; ++Part) in setScalarValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp235 for (unsigned Part = 0; Part < NumParts; ++Part) { in handleAssignments() local
315 for (unsigned Part = 0; Part < NumArgRegs; ++Part) { in handleAssignments() local
350 for (unsigned Part = 0; Part < Args[i].Regs.size(); ++Part) { in handleAssignments() local
DRegisterBankInfo.cpp541 for (const PartialMapping *Part = First + 1; Part != end(); ++Part) { in partsAllUniform() local
/third_party/icu/icu4c/source/common/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/third_party/node/deps/icu-small/source/common/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dmessagepattern.h606 class Part; variable
717 Part() {} in Part() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()
421 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument
1126 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition()
1224 USet &Part = I->second; in runOnMachineFunction() local
DHexagonISelDAGToDAGHVX.cpp1003 unsigned Part = R.OpN & OpRef::Whole; in materialize() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-dict-common.hh106 enum Part { INT_PART=0, FRAC_PART, EXP_PART } part = INT_PART; in parse_bcd() enum
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java554 public static final class Part { class in MessagePattern
555 private Part(Type t, int i, int l, int v) { in Part() method in MessagePattern.Part
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePattern.java520 public static final class Part { class in MessagePattern
521 private Part(Type t, int i, int l, int v) { in Part() method in MessagePattern.Part
/third_party/typescript/src/testRunner/unittests/tsbuild/
DoutFile.ts34 const enum Part { one, two, three } enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h593 auto Part = Partition(F); in extractAndCompile() local
630 const PartitionT &Part) { in emitPartition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp469 auto *Part = &*I; in cloneLoops() local
599 void setNewLoopID(MDNode *OrigLoopID, InstPartition *Part) { in setNewLoopID()
/third_party/typescript/tests/baselines/reference/
DconditionalTypes1.js132 function f10(part: DeepReadonly<Part>) {
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts89 interface Part { interface
/third_party/benchmark/src/
Dsysinfo.cc238 auto CountBits = [](std::string Part) { in CountSetBitsInCPUMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp194 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp254 unsigned Variant = 0, Part = 0; in getHostCPUNameForARM() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp828 Function *Part = *Fns.begin(); in setCoroInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8632.h157 static VariableSplit *create(Cfg *Func, Variable *Var, Portion Part) { in create()
172 VariableSplit(Cfg *Func, Variable *Var, Portion Part) in VariableSplit()
181 Portion Part; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp742 int Part[4]; member

12