| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 158 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 D | MoveChecker.cpp | 82 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 D | CIndexInclusionStack.cpp | 22 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 D | CSKYISelLowering.h | 126 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const { 134 Flag = IsLocal ? CSKYII::MO_GOTOFF 147 if (IsLocal)
|
| H A D | CSKYISelLowering.cpp | 643 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 D | FileSystem.cpp | 173 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 D | FileSystem.h | 119 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 D | RegAllocEvictionAdvisor.cpp | 192 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost() local 265 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
|
| H A D | MLRegallocEvictAdvisor.cpp | 539 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 D | InlineSizeEstimatorAnalysis.cpp | 56 IsLocal, enumerator 190 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide; 184 io.mapOptional("Local", summary.IsLocal); 229 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal,
|
| H A D | ModuleSummaryIndex.h | 337 bool NotEligibleToImport, bool Live, bool IsLocal, 341 DSOLocal(IsLocal), CanAutoHide(CanAutoHide) {}
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 234 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local 235 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 130 bool IsLocal = false) const;
|
| H A D | RuntimeDyldELF.cpp | 1093 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 D | DWARFAcceleratorTable.cpp | 864 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 D | VEISelLowering.h | 183 StringRef Symbol, const DebugLoc &DL, bool IsLocal,
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | FileSystemTest.cpp | 330 EXPECT_FALSE(fs.IsLocal(spec)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 941 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 D | DWARFAcceleratorTable.h | 492 bool IsLocal; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1658 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 D | RISCVISelLowering.h | 624 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 122 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 D | AsmParser.cpp | 655 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 D | VirtualFileSystemTest.cpp | 1079 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()
|