Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp91 for (const auto &MFE : ModuleFlags) { in getModuleMetadata() local
92 StringRef Key = MFE.Key->getString(); in getModuleMetadata()
94 SSThreshold = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in getModuleMetadata()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp407 MachineFunction::const_iterator MFE, in InvokeStateChangeIterator() argument
410 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) { in InvokeStateChangeIterator()
460 MachineFunction::const_iterator MFE; member in __anonc88075f50111::InvokeStateChangeIterator
471 for (; MFI != MFE; ++MFI, IsNewBlock = true) { in scan()
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp325 for (const ModuleFlagEntry &MFE : ModuleFlags) { in getModuleFlag() local
326 if (Key == MFE.Key->getString()) in getModuleFlag()
327 return MFE.Val; in getModuleFlag()
H A DCore.cpp382 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetFlagBehavior() local
384 return MFE.Behavior; in LLVMModuleFlagEntriesGetFlagBehavior()
389 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetKey() local
391 *Len = MFE.KeyLen; in LLVMModuleFlagEntriesGetKey()
392 return MFE.Key; in LLVMModuleFlagEntriesGetKey()
397 LLVMOpaqueModuleFlagEntry MFE = in LLVMModuleFlagEntriesGetMetadata() local
399 return MFE.Metadata; in LLVMModuleFlagEntriesGetMetadata()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp78 for (const auto &MFE: ModuleFlags) { in GetObjCImageInfo() local
80 if (MFE.Behavior == Module::Require) in GetObjCImageInfo()
83 StringRef Key = MFE.Key->getString(); in GetObjCImageInfo()
85 Version = mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
91 Flags |= mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue(); in GetObjCImageInfo()
93 Section = cast<MDString>(MFE.Val)->getString(); in GetObjCImageInfo()
98 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 8; in GetObjCImageInfo()
100 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 24; in GetObjCImageInfo()
102 Flags |= (mdconst::extract<ConstantInt>(MFE.Val)->getZExtValue()) << 16; in GetObjCImageInfo()