Home
last modified time | relevance | path

Searched refs:DepthMap (Results 1 – 12 of 12) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Ddepth_map.cc146 DepthMap::DepthMap(const DepthMapParams& params) : params_(params) {} in DepthMap() function in dynamic_depth::DepthMap
149 std::unique_ptr<DepthMap> DepthMap::ParseFields( in ParseFields()
151 const string& prefix = DynamicDepthConst::DepthMap(); in ParseFields()
197 return std::unique_ptr<DepthMap>(new DepthMap(params)); // NOLINT in ParseFields()
201 void DepthMap::GetNamespaces( in GetNamespaces()
207 ns_name_href_map->emplace(DynamicDepthConst::DepthMap(), kNamespaceHref); in GetNamespaces()
210 std::unique_ptr<DepthMap> DepthMap::FromData( in FromData()
256 auto depth_map = std::unique_ptr<DepthMap>(new DepthMap(params)); // NOLINT in FromData()
266 std::unique_ptr<DepthMap> DepthMap::FromDeserializer( in FromDeserializer()
270 DynamicDepthConst::Namespace(DynamicDepthConst::DepthMap()), in FromDeserializer()
[all …]
Dcamera.cc67 std::unique_ptr<DepthMap> depth_map = in ParseFields()
68 DepthMap::FromDeserializer(deserializer); in ParseFields()
174 const DepthMap* Camera::GetDepthMap() const { return params_->depth_map.get(); } in GetDepthMap()
216 DynamicDepthConst::DepthMap()); in Serialize()
Dconst.h15 static const char* DepthMap();
Dconst.cc44 const char* DynamicDepthConst::DepthMap() { return kDepthMap; } in DepthMap() function in dynamic_depth::DynamicDepthConst
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPhiValues.cpp53 assert(DepthMap.lookup(Phi) == 0); in processPhi()
56 DepthMap[Phi] = RootDepthNumber; in processPhi()
63 unsigned int OpDepthNumber = DepthMap.lookup(PhiPhiOp); in processPhi()
66 OpDepthNumber = DepthMap.lookup(PhiPhiOp); in processPhi()
72 DepthMap[Phi] = std::min(DepthMap[Phi], OpDepthNumber); in processPhi()
83 if (DepthMap[Phi] == RootDepthNumber) { in processPhi()
98 unsigned int OpDepthNumber = DepthMap[PhiOp]; in processPhi()
111 unsigned int &ComponentDepthNumber = DepthMap[Stack.back()]; in processPhi()
127 unsigned int DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()
131 DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DPhiValues.cpp52 assert(DepthMap.lookup(Phi) == 0); in processPhi()
55 DepthMap[Phi] = RootDepthNumber; in processPhi()
62 unsigned int OpDepthNumber = DepthMap.lookup(PhiPhiOp); in processPhi()
65 OpDepthNumber = DepthMap.lookup(PhiPhiOp); in processPhi()
71 DepthMap[Phi] = std::min(DepthMap[Phi], OpDepthNumber); in processPhi()
82 if (DepthMap[Phi] == RootDepthNumber) { in processPhi()
97 unsigned int OpDepthNumber = DepthMap[PhiOp]; in processPhi()
110 unsigned int &ComponentDepthNumber = DepthMap[Stack.back()]; in processPhi()
126 unsigned int DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()
130 DepthNumber = DepthMap.lookup(PN); in getValuesForPhi()
[all …]
/external/dynamic_depth/includes/dynamic_depth/
Ddepth_map.h83 class DepthMap : public Element {
92 static std::unique_ptr<DepthMap> FromData(
98 static std::unique_ptr<DepthMap> FromDeserializer(
114 DepthMap(const DepthMap&) = delete;
115 void operator=(const DepthMap&) = delete;
118 explicit DepthMap(const DepthMapParams& params);
119 static std::unique_ptr<DepthMap> ParseFields(
Dcamera.h32 std::unique_ptr<DepthMap> depth_map;
106 const DepthMap* GetDepthMap() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp386 DenseMap<MachineInstr *, DepthInfo> DepthMap; in checkForProfitableCmovCandidates() local
396 DepthMap[nullptr] = {0, 0}; in checkForProfitableCmovCandidates()
445 DepthInfo Info = DepthMap.lookup(DefMI); in checkForProfitableCmovCandidates()
454 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth, in checkForProfitableCmovCandidates()
455 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth); in checkForProfitableCmovCandidates()
466 DepthMap[&MI] = {MIDepth += Latency, MIDepthOpt += Latency}; in checkForProfitableCmovCandidates()
549 DepthMap[OperandToDefMap.lookup(&MI->getOperand(4))].Depth; in checkForProfitableCmovCandidates()
551 DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth, in checkForProfitableCmovCandidates()
552 DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth); in checkForProfitableCmovCandidates()
/external/llvm-project/llvm/lib/Target/X86/
DX86CmovConversion.cpp386 DenseMap<MachineInstr *, DepthInfo> DepthMap; in checkForProfitableCmovCandidates() local
396 DepthMap[nullptr] = {0, 0}; in checkForProfitableCmovCandidates()
445 DepthInfo Info = DepthMap.lookup(DefMI); in checkForProfitableCmovCandidates()
454 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth, in checkForProfitableCmovCandidates()
455 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth); in checkForProfitableCmovCandidates()
466 DepthMap[&MI] = {MIDepth += Latency, MIDepthOpt += Latency}; in checkForProfitableCmovCandidates()
549 DepthMap[OperandToDefMap.lookup(&MI->getOperand(4))].Depth; in checkForProfitableCmovCandidates()
551 DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth, in checkForProfitableCmovCandidates()
552 DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth); in checkForProfitableCmovCandidates()
/external/llvm-project/llvm/include/llvm/Analysis/
DPhiValues.h80 DenseMap<const PHINode *, unsigned int> DepthMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPhiValues.h82 DenseMap<const PHINode *, unsigned int> DepthMap; variable