Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
557 bool IsLocal = in classifyObject() local
562 return { IsLocal, SK_NonStd }; in classifyObject()
565 return { IsLocal, SK_SmartPtr }; in classifyObject()
568 return { IsLocal, SK_Safe }; in classifyObject()
570 return { IsLocal, SK_Unsafe }; in classifyObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp222 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
226 if (IsLocal) in getTLSModel()
231 if (IsLocal) in getTLSModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h132 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const {
140 Flag = IsLocal ? CSKYII::MO_GOTOFF
153 if (IsLocal)
H A DCSKYISelLowering.cpp652 bool IsLocal = in LowerCall() local
657 Ops.push_back(getAddr<GlobalAddressSDNode, true>(S, DAG, IsLocal)); in LowerCall()
665 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal( in LowerCall() local
670 Ops.push_back(getAddr<ExternalSymbolSDNode, true>(S, DAG, IsLocal)); in LowerCall()
1156 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerGlobalAddress() local
1157 SDValue Addr = getAddr<GlobalAddressSDNode, false>(N, DAG, IsLocal); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp162 bool FileSystem::IsLocal(const Twine &path) const { in IsLocal() function in FileSystem
168 bool FileSystem::IsLocal(const FileSpec &file_spec) const { in IsLocal() function in FileSystem
169 return file_spec && IsLocal(file_spec.GetPath()); in IsLocal()
286 const bool is_volatile = !IsLocal(path); in CreateWritableDataBuffer()
298 const bool is_volatile = !IsLocal(path); in CreateDataBuffer()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h129 bool IsLocal(const FileSpec &file_spec) const;
130 bool IsLocal(const llvm::Twine &path) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp57 IsLocal, enumerator
191 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
/freebsd/contrib/llvm-project/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.cpp607 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures() local
652 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
/freebsd/contrib/llvm-project/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.h478 bool NotEligibleToImport, bool Live, bool IsLocal,
482 DSOLocal(IsLocal), CanAutoHide(CanAutoHide) {}
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp283 bool IsLocal = OutUnit->getUniqueID() == RefDiePair->CU->getUniqueID(); in cloneDieRefAttr() local
286 dwarf::Form NewForm = IsLocal ? dwarf::DW_FORM_ref4 : dwarf::DW_FORM_ref_addr; in cloneDieRefAttr()
290 if (IsLocal && (OutDieOffset != 0)) in cloneDieRefAttr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp234 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
235 if (!StaticsInSData && IsLocal) { in isGlobalInSmallSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h130 bool IsLocal = false) const;
H A DRuntimeDyldELF.cpp1098 bool IsLocal) const { in getMatchingLoRelocation()
1101 if (IsLocal) in getMatchingLoRelocation()
1107 if (IsLocal) in getMatchingLoRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h260 bool IsLocal = true) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp947 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next()
959 : CurrentIndex(AccelTable.NameIndices.begin()), IsLocal(false), in ValueIterator()
966 : CurrentIndex(&NI), IsLocal(true), Key(std::string(Key)) { in ValueIterator()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc441 bool IsLocal;
442 if (std::error_code EC = is_local_internal(FinalPath, IsLocal))
445 if (!IsLocal)
983 bool IsLocal = false;
988 is_local_internal(FinalPath, IsLocal);
990 DoFlush = !IsLocal;
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h278 StringRef Symbol, const DebugLoc &DL, bool IsLocal,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp73 MachineRegisterInfo &MRI, bool IsLocal = true,
958 bool IsLocal, in selectAddr() argument
975 if (IsLocal && !Subtarget->allowTaggedGlobals()) { in selectAddr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp912 bool IsLocal = (Relocate->getParent() == StatepointInstr->getParent()); in LowerAsSTATEPOINT() local
915 if (IsLocal && LowerAsVReg.count(SDV)) { in LowerAsSTATEPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1734 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local
1737 IsLocal ? GlobalValue::InternalLinkage in instrumentPersonalityFunctions()
1740 if (!IsLocal) { in instrumentPersonalityFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h645 bool IsLocal; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp122 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
732 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument
801 if (IsLocal) { in ParseDirectiveComm()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp658 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
5017 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
5046 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
5050 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
5051 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
5071 if (IsLocal) { in parseDirectiveComm()

12