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/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/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 = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerCall() local
656 Ops.push_back(getAddr<GlobalAddressSDNode, true>(S, DAG, IsLocal)); in LowerCall()
664 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(nullptr); in LowerCall() local
668 Ops.push_back(getAddr<ExternalSymbolSDNode, true>(S, DAG, IsLocal)); in LowerCall()
1154 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerGlobalAddress() local
1155 SDValue Addr = getAddr<GlobalAddressSDNode, false>(N, DAG, IsLocal); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp242 bool IsLocal = shouldAssumeDSOLocal(GV); in getTLSModel() local
246 if (IsLocal) in getTLSModel()
251 if (IsLocal) in getTLSModel()
/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.cpp56 IsLocal, enumerator
190 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp193 bool IsLocal = VirtReg.empty() || LIS->intervalIsInOneMBB(VirtReg); in canEvictInterferenceBasedOnCost() local
266 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp610 const bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in loadInterferenceFeatures() local
655 LocalIntfs += (IsLocal && LIS->intervalIsInOneMBB(*Intf) && in loadInterferenceFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide;
185 io.mapOptional("Local", summary.IsLocal);
231 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal,
H A DModuleSummaryIndex.h509 bool NotEligibleToImport, bool Live, bool IsLocal,
513 DSOLocal(IsLocal), CanAutoHide(CanAutoHide),
/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.cpp1097 bool IsLocal) const { in getMatchingLoRelocation()
1100 if (IsLocal) in getMatchingLoRelocation()
1106 if (IsLocal) in getMatchingLoRelocation()
/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/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp1032 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next()
1044 : CurrentIndex(AccelTable.NameIndices.begin()), IsLocal(false), in ValueIterator()
1051 : CurrentIndex(&NI), IsLocal(true), Key(std::string(Key)) { in ValueIterator()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc443 bool IsLocal;
444 if (std::error_code EC = is_local_internal(FinalPath, IsLocal))
447 if (!IsLocal)
989 bool IsLocal = false;
994 is_local_internal(FinalPath, IsLocal);
996 DoFlush = !IsLocal;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h278 bool IsLocal = true) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp73 MachineRegisterInfo &MRI, bool IsLocal = true,
986 bool IsLocal, in selectAddr() argument
1003 if (IsLocal && !Subtarget->allowTaggedGlobals()) { in selectAddr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp915 bool IsLocal = (Relocate->getParent() == StatepointInstr->getParent()); in LowerAsSTATEPOINT() local
918 if (IsLocal && LowerAsVReg.count(SDV)) { in LowerAsSTATEPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1823 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local
1826 IsLocal ? GlobalValue::InternalLinkage in instrumentPersonalityFunctions()
1829 if (!IsLocal) { in instrumentPersonalityFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h710 bool IsLocal; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp123 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
789 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() argument
858 if (IsLocal) { in ParseDirectiveComm()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp659 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
5032 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument
5061 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()
5065 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
5066 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()
5086 if (IsLocal) { in parseDirectiveComm()

12