Home
last modified time | relevance | path

Searched refs:NoAlloc (Results 1 – 17 of 17) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp604 if (!LookupInterface(ValuePrintingInfo[NoAlloc], in FindRuntimeInterface()
605 MagicRuntimeInterface[NoAlloc])) in FindRuntimeInterface()
654 return Interpreter::InterfaceKind::NoAlloc; in VisitFunctionProtoType()
659 return Interpreter::InterfaceKind::NoAlloc; in VisitPointerType()
666 return Interpreter::InterfaceKind::NoAlloc; in VisitReferenceType()
680 return Interpreter::InterfaceKind::NoAlloc; in VisitBuiltinType()
685 return Interpreter::InterfaceKind::NoAlloc; in VisitEnumType()
808 case Interpreter::InterfaceKind::NoAlloc: { in transformForValuePrinting()
811 B->Interp.getValuePrintingInfo()[Interpreter::InterfaceKind::NoAlloc], in transformForValuePrinting()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkGeneric.h136 bool NoAllocSection = Sec.getMemLifetime() == orc::MemLifetime::NoAlloc; in fixUpBlocks()
166 orc::MemLifetime::NoAlloc) && in fixUpBlocks()
HDJITLinkMemoryManager.cpp29 Sec.getMemLifetime() == orc::MemLifetime::NoAlloc) in BasicLayout()
167 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in Create()
HDJITLinkGeneric.cpp53 return S.getMemLifetime() == orc::MemLifetime::NoAlloc; in linkPhase1()
HDCOFFLinkGraphBuilder.cpp165 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc); in graphifySections()
HDELFLinkGraphBuilder.h369 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc); in graphifySections()
HDMachOLinkGraphBuilder.cpp196 NSec.GraphSection->setMemLifetime(orc::MemLifetime::NoAlloc); in createNormalizedSections()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetFrameLowering.h34 NoAlloc = 255 enumerator
452 case TargetStackID::NoAlloc: in isSupportedStackID()
HDMIRYamlMapping.h379 IO.enumCase(ID, "noalloc", TargetStackID::NoAlloc);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDMemoryFlags.h88 NoAlloc enumerator
100 case MemLifetime::NoAlloc:
HDTargetProcessControlTypes.h40 assert(AG.getMemLifetime() != orc::MemLifetime::NoAlloc && in RemoteAllocGroup()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Interpreter/
HDInterpreter.h170 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FrameLowering.h113 case TargetStackID::NoAlloc: in isSupportedStackID()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDDebuggerSupportPlugin.cpp114 else if (Sec.getMemLifetime() != MemLifetime::NoAlloc) in startSynthesis()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZFrameLowering.cpp911 MFFrame.setStackID(FI, TargetStackID::NoAlloc); in getOrCreateFramePointerSaveIndex()
1042 MFFrame.setStackID(FrameIdx, TargetStackID::NoAlloc); in assignCalleeSavedSpillSlots()
1522 if (MFFrame.getStackID(FrameIdx) == TargetStackID::NoAlloc) { in determineFrameLayout()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVFrameLowering.cpp1694 case TargetStackID::NoAlloc: in isSupportedStackID()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIFrameLowering.cpp875 case TargetStackID::NoAlloc: in isSupportedStackID()