Home
last modified time | relevance | path

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

12

/third_party/rust/rust/library/core/src/num/
Dfmt.rs11 pub enum Part<'a> { enum
20 impl<'a> Part<'a> { impl
/third_party/typescript/tests/baselines/reference/
DconditionalTypes1.js132 function f10(part: DeepReadonly<Part>) {
/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/skia/m133/third_party/externals/icu/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/rust/rust/src/tools/miri/tests/pass/stacked-borrows/
Dstacked-borrows.rs172 struct Part { in raw_ref_to_part() struct
173 _lame: i32, in raw_ref_to_part()
/third_party/rust/rust/src/tools/miri/tests/pass/tree_borrows/
Dtree-borrows.rs213 struct Part { in raw_ref_to_part() struct
214 _lame: i32, in raw_ref_to_part()
/third_party/skia/m133/src/codec/
DSkJpegXmp.cpp88 using Part = std::tuple<uint32_t, sk_sp<SkData>>; in read_xmp_extended() typedef
/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
/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/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/cases/conformance/types/conditional/
DconditionalTypes1.ts89 interface Part { interface
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2DataModel.java225 public interface Part { interface in Mf2DataModel
/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