Searched defs:MSI (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp183 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { argument
[all...]
H A DLoopIdiomRecognize.cpp897 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h66 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; member in class:llvm::LLVMDisasmContext
85 LLVMDisasmContext(std::string TripleName, void *DisInfo, int TagType, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp, const Target *TheTarget, std::unique_ptr<const MCAsmInfo> &&MAI, std::unique_ptr<const MCRegisterInfo> &&MRI, std::unique_ptr<const MCSubtargetInfo> &&MSI, std::unique_ptr<const MCInstrInfo> &&MII, std::unique_ptr<const llvm::MCContext> &&Ctx, std::unique_ptr<const MCDisassembler> &&DisAsm, std::unique_ptr<MCInstPrinter> &&IP) argument
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DAliasSetTracker.cpp390 void AliasSetTracker::add(AnyMemSetInst *MSI) { argument
H A DLint.cpp333 MemSetInst *MSI = cast<MemSetInst>(&I); local
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp261 MemberSpecializationInfo *MSI = EnumD->getMemberSpecializationInfo(); local
H A DSemaType.cpp9010 MemberSpecializationInfo *MSI = RD->getMemberSpecializationInfo(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp174 auto *MSI = static_cast<MemSetInst *>(Intrinsic); local
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp38 generateSnippetSetupCode( const ExegesisTarget &ET, const MCSubtargetInfo *const MSI, ArrayRef<RegisterValue> RegisterInitialValues, BasicBlockFiller &BBF) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp139 bool addMemSet(uint64_t Offset, MemSetInst *MSI) { argument
391 MemSetInst *MSI = cast<MemSetInst>(BI); local
[all...]
H A DAArch64FastISel.cpp3528 const MemSetInst *MSI = cast<MemSetInst>(II); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1660 const MemSetInst *MSI = cast<MemSetInst>(II); local
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2558 const MemSetInst &MSI = cast<MemSetInst>(I); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1632 auto *MSI = cast<MemSetInst>(&CI); local
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp2742 const MemSetInst *MSI = cast<MemSetInst>(II); local
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2132 MemberSpecializationInfo *MSI = new (C) MemberSpecializationInfo(RD, TSK); local
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2550 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs); local
2682 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs); local
[all...]
H A DCGObjCMac.cpp2156 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs); local
7292 MessageSendInfo MSI = getMessageSendInfo(method, resultType, args); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5970 const auto &MSI = cast<MemSetInst>(I); local

Completed in 304 milliseconds