Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DDXContainerYAML.h74 struct Part { struct
76 Part(std::string N, uint32_t S) : Name(N), Size(S) {} in Part() argument
86 std::vector<Part> Parts; argument
92 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DXContainerYAML::Part) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/cronet/third_party/libc++/src/benchmarks/
Dfilesystem.bench.cpp16 for (auto& Part : in) in BM_PathConstructString() local
32 for (auto& Part : in) in BM_PathConstructCStr() local
48 for (auto& Part : in) in BM_PathConstructIter() local
81 for (auto& Part : in) in BM_PathIterateMultipleTimes() local
101 for (auto& Part : in) in BM_PathIterateOnce() local
120 for (auto& Part : in) in BM_PathIterateOnceBackwards() local
139 std::string Part = getRandomString(PathLen); in getRandomPaths() local
/external/libcxx/benchmarks/
Dfilesystem.bench.cpp14 for (auto& Part : in) in BM_PathConstructString() local
32 for (auto& Part : in) in BM_PathConstructCStr() local
50 for (auto& Part : in) in BM_PathConstructIter() local
82 for (auto& Part : in) in BM_PathIterateMultipleTimes() local
102 for (auto& Part : in) in BM_PathIterateOnce() local
122 for (auto& Part : in) in BM_PathIterateOnceBackwards() local
142 std::string Part = getRandomString(PathLen); in getRandomPaths() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanRecipes.cpp193 unsigned Part) { in generateInstruction()
356 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
451 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
546 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
588 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
617 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
631 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
670 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
767 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
780 for (unsigned Part = 0; Part < State.UF; ++Part) { in execute() local
[all …]
DVPlan.cpp546 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local
615 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
628 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
632 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) in prepareToExecute() local
724 for (unsigned Part = 0; Part < LastPartForNewPhi; ++Part) { in execute() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DDXContainer.cpp62 Error DXContainer::parseDXILHeader(StringRef Part) { in parseDXILHeader()
74 Error DXContainer::parseShaderFlags(StringRef Part) { in parseShaderFlags()
84 Error DXContainer::parseHash(StringRef Part) { in parseHash()
98 for (uint32_t Part = 0; Part < Header.PartCount; ++Part) { in parsePartOffsets() local
/external/gson/gson/src/test/java/com/google/gson/functional/
DJsonAdapterAnnotationOnFieldsTest.java111 private static final class Part { class in JsonAdapterAnnotationOnFieldsTest
113 public Part(String name) { in Part() method in JsonAdapterAnnotationOnFieldsTest.Part
/external/googleapis/google/ai/generativelanguage/v1/
Dcontent.proto50 message Part { message
/external/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
/external/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
/external/icu/libicu/cts_headers/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/external/cronet/third_party/icu/source/common/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h608 class Part; variable
719 Part() {} in Part() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DDXContainer.h55 dxbc::PartHeader Part; member
/external/cronet/third_party/libc++/src/src/filesystem/
Dpath.cpp155 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart()
197 auto Part = *PP; in lexically_normal() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h399 auto Part = Partition(F); in extractAndCompile() local
426 const PartitionT &Part) { in emitPartition()
/external/skia/src/codec/
DSkJpegXmp.cpp88 using Part = std::tuple<uint32_t, sk_sp<SkData>>; in read_xmp_extended() typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DDXContainerEmitter.cpp78 for (const auto &Part : ObjectFile.Parts) { in computePartOffsets() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1898 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntInductionPHI() local
1963 for (unsigned Part = 0; Part < UF; ++Part) in widenIntInduction() local
2018 for (unsigned Part = 0; Part < UF; ++Part) in buildScalarSteps() local
2293 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2322 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2357 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2516 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local
2543 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local
2585 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local
2673 for (unsigned Part = 0; Part < UF; ++Part) { in scalarizeInstruction() local
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()
420 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument
1122 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition()
1220 USet &Part = I->second; in runOnMachineFunction() local
/external/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
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp112 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()
375 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument
1089 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition()
1186 USet &Part = I->second; in runOnMachineFunction() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc259 struct Part { struct in tensorflow::MasterSession::ReffedClientGraph
261 string name;
264 std::unordered_map<string, string> feed_key;
267 std::unordered_map<string, string> key_fetch;
270 WorkerInterface* worker = nullptr;
274 string graph_handle;
276 Part() : feed_key(3), key_fetch(3) {} in Part() function
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/
Dintent.proto111 message Part { message

1234