Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp146 for (const auto &MFE : ModuleFlags) { in getModuleMetadata() local
147 StringRef Key = MFE.Key->getString(); in getModuleMetadata()
149 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp156 for (const auto &MFE : ModuleFlags) { in emitCGProfileMetadata() local
157 StringRef Key = MFE.Key->getString(); in emitCGProfileMetadata()
159 CFGProfile = cast<MDNode>(MFE.Val); in emitCGProfileMetadata()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp401 MachineFunction::const_iterator MFE, in InvokeStateChangeIterator() argument
404 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
454 MachineFunction::const_iterator MFE; member in __anon7b74c4c50111::InvokeStateChangeIterator
465 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.cpp89 for (const auto &MFE: ModuleFlags) { in GetObjCImageInfo() local
91 if (MFE.Behavior == Module::Require) in GetObjCImageInfo()
94 StringRef Key = MFE.Key->getString(); in GetObjCImageInfo()
96 Version = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
102 Flags |= mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
104 Section = cast<MDString>(MFE.Val)->getString(); in GetObjCImageInfo()
109 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 8; in GetObjCImageInfo()
111 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 24; in GetObjCImageInfo()
113 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 16; in GetObjCImageInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp402 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior() local
404 return MFE.Behavior; in LLVMModuleFlagEntriesGetFlagBehavior()
409 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey() local
411 *Len = MFE.KeyLen; in LLVMModuleFlagEntriesGetKey()
412 return MFE.Key; in LLVMModuleFlagEntriesGetKey()
417 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata() local
419 return MFE.Metadata; in LLVMModuleFlagEntriesGetMetadata()