Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp158 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
162 if (IsLocal) in getTLSModel()
167 if (IsLocal) in getTLSModel()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp82 bool IsLocal; member
130 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) || in shouldBeTracked()
141 (Aggressiveness >= AK_KnownsAndLocals && OK.IsLocal) || in shouldWarnAbout()
555 bool IsLocal = isa_and_nonnull<VarRegion>(MR) && in classifyObject() local
559 return { IsLocal, SK_NonStd }; in classifyObject()
562 return { IsLocal, SK_SmartPtr }; in classifyObject()
565 return { IsLocal, SK_Safe }; in classifyObject()
567 return { IsLocal, SK_Unsafe }; in classifyObject()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexInclusionStack.cpp22 void getInclusions(bool IsLocal, unsigned n, CXTranslationUnit TU, in getInclusions() argument
33 IsLocal ? SM.getLocalSLocEntry(i) : SM.getLoadedSLocEntry(i, &Invalid); in getInclusions()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h126 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const {
134 Flag = IsLocal ? CSKYII::MO_GOTOFF
147 if (IsLocal)
H A DCSKYISelLowering.cpp643 bool IsLocal = in LowerCall() local
648 Ops.push_back(getAddr<GlobalAddressSDNode, true>(S, DAG, IsLocal)); in LowerCall()
656 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal( in LowerCall() local
661 Ops.push_back(getAddr<ExternalSymbolSDNode, true>(S, DAG, IsLocal)); in LowerCall()
1128 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerGlobalAddress() local
1129 SDValue Addr = getAddr<GlobalAddressSDNode, false>(N, DAG, IsLocal); in LowerGlobalAddress()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp173 bool FileSystem::IsLocal(const Twine &path) const { in IsLocal() function in FileSystem
179 bool FileSystem::IsLocal(const FileSpec &file_spec) const { in IsLocal() function in FileSystem
180 return file_spec && IsLocal(file_spec.GetPath()); in IsLocal()
298 const bool is_volatile = !IsLocal(path); in CreateWritableDataBuffer()
310 const bool is_volatile = !IsLocal(path); in CreateDataBuffer()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileSystem.h119 bool IsLocal(const FileSpec &file_spec) const;
120 bool IsLocal(const llvm::Twine &path) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp192 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost() local
265 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
H A DMLRegallocEvictAdvisor.cpp539 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures() local
584 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp56 IsLocal, enumerator
190 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide;
184 io.mapOptional("Local", summary.IsLocal);
229 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal,
H A DModuleSummaryIndex.h337 bool NotEligibleToImport, bool Live, bool IsLocal,
341 DSOLocal(IsLocal), CanAutoHide(CanAutoHide) {}
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp234 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
235 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h130 bool IsLocal = false) const;
H A DRuntimeDyldELF.cpp1093 bool IsLocal) const { in getMatchingLoRelocation()
1096 if (IsLocal) in getMatchingLoRelocation()
1102 if (IsLocal) in getMatchingLoRelocation()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp864 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next()
876 : CurrentIndex(AccelTable.NameIndices.begin()), IsLocal(false), in ValueIterator()
883 : CurrentIndex(&NI), IsLocal(true), Key(std::string(Key)) { in ValueIterator()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h183 StringRef Symbol, const DebugLoc &DL, bool IsLocal,
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp330 EXPECT_FALSE(fs.IsLocal(spec)); in TEST()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp941 bool IsLocal = (Relocate->getParent() == StatepointInstr->getParent()); in LowerAsSTATEPOINT() local
944 if (IsLocal && LowerAsVReg.count(SDV)) { in LowerAsSTATEPOINT()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h492 bool IsLocal; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1658 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local
1661 IsLocal ? GlobalValue::InternalLinkage in instrumentPersonalityFunctions()
1664 if (!IsLocal) { in instrumentPersonalityFunctions()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h624 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp122 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
724 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument
793 if (IsLocal) { in ParseDirectiveComm()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp655 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
5003 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
5032 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
5036 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
5037 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
5057 if (IsLocal) { in parseDirectiveComm()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1079 TEST_F(InMemoryFileSystemTest, IsLocal) { in TEST_F() argument
1084 bool IsLocal = true; in TEST_F() local
1085 EC = FS.isLocal("c", IsLocal); in TEST_F()
1087 ASSERT_FALSE(IsLocal); in TEST_F()

12