Searched refs:Local (Results 26 - 50 of 78) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h365 static LocalAsMetadata *getLocal(Value *Local) { argument
366 return cast<LocalAsMetadata>(get(Local));
375 static LocalAsMetadata *getLocalIfExists(Value *Local) { argument
376 return cast_or_null<LocalAsMetadata>(getIfExists(Local));
430 LocalAsMetadata(Value *Local) argument
431 : ValueAsMetadata(LocalAsMetadataKind, Local) {
432 assert(!isa<Constant>(Local) && "Expected local value");
436 static LocalAsMetadata *get(Value *Local) { argument
437 return ValueAsMetadata::getLocal(Local);
440 static LocalAsMetadata *getIfExists(Value *Local) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp41 : Ptr(P), Local{I, V} {}
43 : Ptr(P), Local{I, V} {}
63 : Local.CallIndex;
67 return (is<TypeInfoLValue>() || is<DynamicAllocLValue>()) ? 0 : Local.Version;
87 return LHS.Local.CallIndex == RHS.Local.CallIndex &&
88 LHS.Local.Version == RHS.Local.Version;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp87 case Scope::Local:
124 case Scope::Local:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp428 // Local metadata is enumerated during function-incorporation.
595 const Function &F, const LocalAsMetadata *Local) {
596 EnumerateFunctionLocalMetadata(getMetadataFunctionID(&F), Local); local
712 unsigned F, const LocalAsMetadata *Local) {
716 MDIndex &Index = MetadataMap[Local];
722 MDs.push_back(Local);
726 EnumerateValue(Local->getValue());
1014 if (auto *Local = dyn_cast<LocalAsMetadata>(MD->getMetadata()))
1016 FnLocalMDVector.push_back(Local);
594 EnumerateFunctionLocalMetadata( const Function &F, const LocalAsMetadata *Local) argument
711 EnumerateFunctionLocalMetadata( unsigned F, const LocalAsMetadata *Local) argument
H A DValueEnumerator.h287 const LocalAsMetadata *Local);
288 void EnumerateFunctionLocalMetadata(unsigned F, const LocalAsMetadata *Local);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp375 COFFSymbol *Local = nullptr; local
389 Local = WeakDefault;
406 Local = Sym;
409 if (Local) {
410 Local->Data.Value = getSymbolValue(MCSym, Layout);
413 Local->Data.Type = SymbolCOFF.getType();
414 Local->Data.StorageClass = SymbolCOFF.getClass();
417 if (Local->Data.StorageClass == COFF::IMAGE_SYM_CLASS_NULL) {
421 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp80 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp100 SpeculatorGuard->setUnnamedAddr(GlobalValue::UnnamedAddr::Local);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h78 unsigned getBlockId(const BlockDecl *BD, bool Local) { argument
80 = Local? LocalBlockIds : GlobalBlockIds;
H A DAPValue.h144 LValueBase() : Local{} {}
182 LocalState Local; member in union:clang::APValue::LValueBase::__anon1266
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp94 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local;
572 APPLY_FOR_PROPERTY(Local);
593 case SymbolProperty::Local: OS << "local"; break;
/freebsd-13-stable/contrib/ntp/scripts/
H A Dplot_summary.in25 use Time::Local;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp546 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, LocalSym &Local) { argument
547 printTypeIndex("Type", Local.Type);
548 W.printFlags("Flags", uint16_t(Local.Flags), getLocalFlagNames());
549 W.printString("VarName", Local.Name);
H A DSymbolRecordMapping.cpp392 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, LocalSym &Local) { argument
393 error(IO.mapInteger(Local.Type));
394 error(IO.mapEnum(Local.Flags));
395 error(IO.mapStringZ(Local.Name));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp48 #include "llvm/Transforms/Utils/Local.h"
111 void chooseInstructionsToInstrument(SmallVectorImpl<Instruction *> &Local,
402 // 'Local' is a vector of insns within the same BB (no calls between).
405 SmallVectorImpl<Instruction *> &Local, SmallVectorImpl<Instruction *> &All,
409 for (Instruction *I : reverse(Local)) {
443 Local.clear();
404 chooseInstructionsToInstrument( SmallVectorImpl<Instruction *> &Local, SmallVectorImpl<Instruction *> &All, const DataLayout &DL) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h55 Local = 3, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1146 DILocal Local; local
1148 Local.FunctionName = Name;
1163 Local.FrameOffset = *FrameOffset;
1174 Local.TagOffset = TagOffsetAttr->getAsUnsignedConstant();
1181 Local.Name = *Name;
1183 Local.Size = getTypeSize(Type, getCUAddrSize());
1190 Local.DeclFile);
1193 Local.DeclLine = DeclLineAttr->getAsUnsignedConstant().getValue();
1195 Result.push_back(Local);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp72 bool Local = MF.getFunction().hasLocalLinkage(); local
75 Local ? COFF::IMAGE_SYM_CLASS_STATIC : COFF::IMAGE_SYM_CLASS_EXTERNAL);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h278 /// Local -- Visible only within the LinkGraph.
279 enum class Scope : uint8_t { Default, Hidden, Local };
359 Scope::Local, IsLive, IsCallable);
393 assert((!Name.empty() || getScope() == Scope::Local) &&
493 assert((!Name.empty() || S == Scope::Local) &&
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp796 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, LocalSym &Local) { argument
797 P.format(" `{0}`", Local.Name);
801 formatLocalSymFlags(P.getIndentLevel() + 9, Local.Flags);
802 P.formatLine("type={0}, flags = {1}", typeIndex(Local.Type), FlagStr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp443 if (W.Type == Weight::Local) {
851 assert(W.Type == Weight::Local && "all weights should be local");
862 assert(W.Type == Weight::Local && "all weights should be local");
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1068 bool Local = false, bool AssumeConvergent = false);
1076 bool Local = false) {
1077 return CreateRuntimeFunction(Ty, Name, ExtraAttrs, Local, true);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h361 enum DistType { Local, Exit, Backedge }; enumerator in enum:llvm::BlockFrequencyInfoImplBase::Weight::DistType
362 DistType Type = Local;
389 add(Node, Amount, Weight::Local);
765 /// - Each successor is categorized as \a Weight::Local, a local edge
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp970 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n';
981 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n';
1065 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n';
1086 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n';
1091 RegisterAggr &Local = LiveMap[B]; local
1097 Local.insert(RegisterRef(R.first,M));
1103 dbgs() << " Local: " << Print<RegisterAggr>(Local, DFG) << '\n';
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h594 support::ulittle32_t Local; member in struct:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::CrossModuleExport

Completed in 309 milliseconds

1234