Home
last modified time | relevance | path

Searched refs:MFE (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp111 for (const auto &MFE : ModuleFlags) { in getModuleMetadata() local
112 StringRef Key = MFE.Key->getString(); in getModuleMetadata()
114 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp157 for (const auto &MFE : ModuleFlags) { in emitCGProfileMetadata() local
158 StringRef Key = MFE.Key->getString(); in emitCGProfileMetadata()
160 CFGProfile = cast<MDNode>(MFE.Val); in emitCGProfileMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp399 MachineFunction::const_iterator MFE, in InvokeStateChangeIterator() argument
402 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
452 MachineFunction::const_iterator MFE; member in __anon975ffcbb0111::InvokeStateChangeIterator
463 for (; MFI != MFE; ++MFI, IsNewBlock = true) { in scan()
/freebsd-14.2/lib/libc/net/
H A Dprotocols40 mfe-nsp 31 MFE-NSP # MFE Network Services Protocol
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp83 for (const auto &MFE: ModuleFlags) { in GetObjCImageInfo() local
85 if (MFE.Behavior == Module::Require) in GetObjCImageInfo()
88 StringRef Key = MFE.Key->getString(); in GetObjCImageInfo()
90 Version = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
96 Flags |= mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
98 Section = cast<MDString>(MFE.Val)->getString(); in GetObjCImageInfo()
103 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 8; in GetObjCImageInfo()
105 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 24; in GetObjCImageInfo()
107 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 16; in GetObjCImageInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp313 for (const ModuleFlagEntry &MFE : ModuleFlags) { in getModuleFlag() local
314 if (Key == MFE.Key->getString()) in getModuleFlag()
315 return MFE.Val; in getModuleFlag()
H A DCore.cpp375 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior() local
377 return MFE.Behavior; in LLVMModuleFlagEntriesGetFlagBehavior()
382 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey() local
384 *Len = MFE.KeyLen; in LLVMModuleFlagEntriesGetKey()
385 return MFE.Key; in LLVMModuleFlagEntriesGetKey()
390 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata() local
392 return MFE.Metadata; in LLVMModuleFlagEntriesGetMetadata()