Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp122 for (const auto &MFE : ModuleFlags) { in getModuleMetadata() local
123 StringRef Key = MFE.Key->getString(); in getModuleMetadata()
125 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
/freebsd/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/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 __anon7b74c4c50111::InvokeStateChangeIterator
463 for (; MFI != MFE; ++MFI, IsNewBlock = true) { in scan()
/freebsd/lib/libc/net/
H A Dprotocols37 mfe-nsp 31 MFE-NSP # MFE Network Services Protocol
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp84 for (const auto &MFE: ModuleFlags) { in GetObjCImageInfo() local
86 if (MFE.Behavior == Module::Require) in GetObjCImageInfo()
89 StringRef Key = MFE.Key->getString(); in GetObjCImageInfo()
91 Version = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
97 Flags |= mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
99 Section = cast<MDString>(MFE.Val)->getString(); in GetObjCImageInfo()
104 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 8; in GetObjCImageInfo()
106 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 24; in GetObjCImageInfo()
108 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 16; in GetObjCImageInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp336 for (const ModuleFlagEntry &MFE : ModuleFlags) { in getModuleFlag() local
337 if (Key == MFE.Key->getString()) in getModuleFlag()
338 return MFE.Val; in getModuleFlag()
H A DCore.cpp395 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior() local
397 return MFE.Behavior; in LLVMModuleFlagEntriesGetFlagBehavior()
402 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey() local
404 *Len = MFE.KeyLen; in LLVMModuleFlagEntriesGetKey()
405 return MFE.Key; in LLVMModuleFlagEntriesGetKey()
410 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata() local
412 return MFE.Metadata; in LLVMModuleFlagEntriesGetMetadata()