Home
last modified time | relevance | path

Searched refs:IsLocal (Results 1 – 25 of 60) sorted by relevance

123

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set.cc124 if (a.first->IsLocal() != b.first->IsLocal()) { in SortPrioritizedDeviceVector()
125 return a.first->IsLocal(); in SortPrioritizedDeviceVector()
Drenamed_device.h150 bool IsLocal() const override { return underlying_device_->IsLocal(); } in IsLocal() function
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp71 bool IsLocal) { in ProcessAbbreviation() argument
77 Parser->ProcessAbbreviation(IsLocal ? Parser->GetBlockID() : GlobalBlockID, in ProcessAbbreviation()
78 Abbrev, IsLocal); in ProcessAbbreviation()
DNaClBitstreamReader.cpp253 void NaClBitstreamCursor::ReadAbbrevRecord(bool IsLocal, in ReadAbbrevRecord() argument
312 Listener->ProcessAbbreviation(Abbv, IsLocal); in ReadAbbrevRecord()
/external/llvm/lib/Target/
DTargetMachine.cpp157 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
161 if (IsLocal) in getTLSModel()
166 if (IsLocal) in getTLSModel()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc89 DCHECK(!send_device_->IsLocal() || !recv_device_->IsLocal()); in RemoteCopyNode()
142 if (send_device_->IsLocal()) { in StartSend()
293 if (recv_device_->IsLocal()) { in StartRecv()
357 if (!send_device_->IsLocal()) { in StartSendPackedHandle()
481 if ((ctx_->UseSendTensorRPC()) && send_device_->IsLocal() && in RunAsync()
482 !recv_device_->IsLocal()) { in RunAsync()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMoveChecker.cpp83 bool IsLocal; member
131 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) || in shouldBeTracked()
142 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) || in shouldWarnAbout()
561 bool IsLocal = in classifyObject() local
565 return { IsLocal, SK_NonStd }; in classifyObject()
568 return { IsLocal, SK_SmartPtr }; in classifyObject()
571 return { IsLocal, SK_Safe }; in classifyObject()
573 return { IsLocal, SK_Unsafe }; in classifyObject()
/external/llvm-project/llvm/lib/Target/
DTargetMachine.cpp192 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
196 if (IsLocal) in getTLSModel()
201 if (IsLocal) in getTLSModel()
/external/llvm-project/clang/tools/libclang/
DCIndexInclusionStack.cpp22 void getInclusions(bool IsLocal, unsigned n, CXTranslationUnit TU, in getInclusions() argument
33 IsLocal ? SM.getLocalSLocEntry(i) : SM.getLoadedSLocEntry(i, &Invalid); in getInclusions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp214 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
218 if (IsLocal) in getTLSModel()
223 if (IsLocal) in getTLSModel()
/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp193 bool FileSystem::IsLocal(const Twine &path) const { in IsLocal() function in FileSystem
199 bool FileSystem::IsLocal(const FileSpec &file_spec) const { in IsLocal() function in FileSystem
200 return file_spec && IsLocal(file_spec.GetPath()); in IsLocal()
301 const bool is_volatile = !IsLocal(path); in CreateDataBuffer()
/external/llvm-project/lldb/include/lldb/Host/
DFileSystem.h129 bool IsLocal(const FileSpec &file_spec) const;
130 bool IsLocal(const llvm::Twine &path) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h139 bool NotEligibleToImport, Live, IsLocal, CanAutoHide;
182 io.mapOptional("Local", summary.IsLocal);
226 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal, FSum.CanAutoHide),
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide;
183 io.mapOptional("Local", summary.IsLocal);
227 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal,
/external/llvm-project/llvm/lib/Analysis/
DInlineSizeEstimatorAnalysis.cpp58 IsLocal, enumerator
192 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
/external/tensorflow/tensorflow/core/framework/
Ddevice.h179 virtual bool IsLocal() const { return true; } in IsLocal() function
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp201 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
202 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp235 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
236 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp235 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
236 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc635 if (output_device == nullptr || output_device->IsLocal()) { in AddOrExecuteNode()
865 if (!is_function || input_device_or_cpu->IsLocal()) { in EagerRemoteExecute()
1087 if (op->IsLocal()) { in EagerExecute()
1220 bool sender_is_local = send_device->IsLocal(); in EagerCopyToDevice()
1222 bool receiver_is_local = device->IsLocal(); in EagerCopyToDevice()
1361 if (!op->IsLocal()) { in EagerLocalExecuteAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device.cc51 bool IsLocal() const override { return false; } in IsLocal() function in tensorflow::RemoteDevice
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h131 bool IsLocal = false) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h129 bool IsLocal = false) const;
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h130 bool IsLocal = false) const;
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h355 virtual void ProcessAbbreviation(NaClBitCodeAbbrev *Abbrv, bool IsLocal) = 0;
891 void ReadAbbrevRecord(bool IsLocal, NaClAbbrevListener *Listener);

123