Home
last modified time | relevance | path

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

12

/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-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1826 for (unsigned Part = 0; Part < UF; ++Part) { in createVectorIntOrFpInductionPHI() local
1867 Value *VectorLoopVal, unsigned Part, unsigned Lane) { in recordVectorLoopValueForInductionCast()
1970 for (unsigned Part = 0; Part < UF; ++Part) { in widenIntOrFpInduction() local
2076 for (unsigned Part = 0; Part < UF; ++Part) { in buildScalarSteps() local
2087 Value *InnerLoopVectorizer::getOrCreateVectorValue(Value *V, unsigned Part) { in getOrCreateVectorValue()
2280 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2309 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2326 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2349 for (unsigned Part = 0; Part < UF; Part++) { in vectorizeInterleaveGroup() local
2438 const auto CreateVecPtr = [&](unsigned Part, Value *Ptr) -> Value * { in vectorizeMemoryInstruction()
[all …]
DVPlan.cpp208 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { in execute() local
234 unsigned Part) { in generateInstruction()
259 for (unsigned Part = 0; Part < State.UF; ++Part) in execute() local
DVPlan.h83 unsigned Part; member
194 for (unsigned Part = 0; Part < UF; ++Part) in setScalarValue() local
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h606 class Part; variable
717 Part() {} in Part() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h399 auto Part = Partition(F); in extractAndCompile() local
426 const PartitionT &Part) { in emitPartition()
/external/harfbuzz_ng/src/
Dhb-cff-interp-dict-common.hh106 enum Part { INT_PART=0, FRAC_PART, EXP_PART } part = INT_PART; in parse_bcd() enum
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp138 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()
422 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() argument
1127 bool HexagonSplitDoubleRegs::splitPartition(const USet &Part) { in splitPartition()
1225 USet &Part = I->second; in runOnMachineFunction() 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/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc249 struct Part { struct in tensorflow::MasterSession::ReffedClientGraph
251 string name;
254 std::unordered_map<string, string> feed_key;
257 std::unordered_map<string, string> key_fetch;
260 WorkerInterface* worker = nullptr;
264 string graph_handle;
266 Part() : feed_key(3), key_fetch(3) {} in Part() function
/external/apache-http/android/src/com/android/internal/http/multipart/
DPart.java52 public abstract class Part { class
/external/icu/android_icu4j/src/main/java/android/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h567 auto Part = Partition(F); in extractAndCompile() local
604 const PartitionT &Part) { in emitPartition()
/external/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
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp160 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc227 auto CountBits = [](std::string Part) { in CountSetBitsInCPUMap()
/external/google-benchmark/src/
Dsysinfo.cc233 auto CountBits = [](std::string Part) { in CountSetBitsInCPUMap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp220 unsigned Variant = 0, Part = 0; in getHostCPUNameForARM() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp206 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp203 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2198 std::string Part = *I; in GenerateTargetSpecificAttrChecks() local
2214 std::string Part = *I; in GenerateTargetSpecificAttrChecks() local
2230 std::string Part = *I; in GenerateTargetSpecificAttrChecks() local
2783 std::string Part = (*I)->getValueAsString("Name"); in GenerateLangOptRequirements() local
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp418 auto *Part = &*I; in cloneLoops() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp384 Function *Part = *Fns.begin(); in setCoroInfo() local
/external/libcxx/src/filesystem/
Doperations.cpp1387 static PathPartKind ClassifyPathPart(string_view_t Part) { in ClassifyPathPart()
1425 auto Part = *PP; in lexically_normal() local

12