Home
last modified time | relevance | path

Searched defs:MSI (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp350 bool AliasSetTracker::add(MemSetInst *MSI) { in add()
394 if (MemSetInst *MSI = dyn_cast<MemSetInst>(I)) in add() local
507 bool AliasSetTracker::remove(MemSetInst *MSI) { in remove()
542 if (MemSetInst *MSI = dyn_cast<MemSetInst>(I)) in remove() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h66 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable
91 std::unique_ptr<const MCSubtargetInfo> &&MSI, in LLVMDisasmContext()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h66 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable
91 std::unique_ptr<const MCSubtargetInfo> &&MSI, in LLVMDisasmContext()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp620 MessageSendInfo &MSI) override { in LookupIMP()
631 llvm::Value *cmd, MessageSendInfo &MSI) override { in LookupIMPSuper()
683 MessageSendInfo &MSI) override { in LookupIMP()
724 MessageSendInfo &MSI) override { in LookupIMPSuper()
840 MessageSendInfo &MSI) override { in LookupIMP()
857 llvm::Value *cmd, MessageSendInfo &MSI) override { in LookupIMPSuper()
1289 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs); in GenerateMessageSendSuper() local
1440 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs); in GenerateMessageSend() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp150 if (auto *MSI = dyn_cast<MemSetInst>(Intrinsic)) in lowerIntrinsicToFunction() local
174 auto *MSI = static_cast<MemSetInst *>(Intrinsic); in lowerIntrinsicToFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DAliasSetTracker.cpp390 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add()
436 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp180 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet()
346 MemSetInst *MSI = cast<MemSetInst>(BI); in INITIALIZE_PASS_DEPENDENCY() local
699 bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet()
H A DLoopIdiomRecognize.cpp585 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { in runOnLoopBlock() local
747 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp224 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet()
401 MemSetInst *MSI = cast<MemSetInst>(BI); in INITIALIZE_PASS_DEPENDENCY() local
748 bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet()
H A DLoopIdiomRecognize.cpp489 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { in runOnLoopBlock() local
647 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp471 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getMemInstValueForLoadHelper() local
531 if (auto *MSI = dyn_cast<MemSetInst>(SrcInst)) in getConstantMemInstValueForLoad() local
H A DGlobalStatus.cpp162 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp531 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getMemInstValueForLoad() local
576 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getConstantMemInstValueForLoad() local
H A DGlobalStatus.cpp169 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
/aosp_15_r20/external/clang/lib/AST/
H A DDecl.cpp552 } else if (MemberSpecializationInfo *MSI = in useInlineVisibilityHidden() local
2250 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) in getInstantiatedFromStaticDataMember() local
2260 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) in getTemplateSpecializationKind() local
2270 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) in getPointOfInstantiation() local
2308 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) { in setTemplateSpecializationKind() local
3666 if (MemberSpecializationInfo *MSI = getMemberSpecializationInfo()) in getTemplateSpecializationKind() local
3674 MemberSpecializationInfo *MSI = getMemberSpecializationInfo(); in setTemplateSpecializationKind() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAliasSetTracker.cpp425 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add()
469 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp183 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet()
472 auto *MSI = cast<MemSetInst>(BI); in tryMergingIntoMemset() local
865 bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp139 bool addMemSet(uint64_t Offset, MemSetInst *MSI) { in addMemSet()
391 MemSetInst *MSI = cast<MemSetInst>(BI); in collectInitializers() local
/aosp_15_r20/external/coreboot/Documentation/security/vboot/
H A Dlist_vboot.md388 ## MSI section in vboot-enabled devices
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp117 bool addMemSet(uint64_t Offset, MemSetInst *MSI) { in addMemSet()
372 MemSetInst *MSI = cast<MemSetInst>(BI); in collectInitializers() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp152 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
H A DEvaluator.cpp368 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) { in EvaluateBlock() local
/aosp_15_r20/external/coreboot/Documentation/mainboard/
H A Dindex.md238 ## MSI section in Mainboard-specific documentation
/aosp_15_r20/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h67 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/
H A Dos_policy.proto166 message MSI { message

123