/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 66 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable 91 std::unique_ptr<const MCSubtargetInfo> &&MSI, in LLVMDisasmContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 66 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable 91 std::unique_ptr<const MCSubtargetInfo> &&MSI, in LLVMDisasmContext()
|
/external/coreboot/Documentation/security/vboot/ |
D | list_vboot.md | 388 ## MSI section in vboot-enabled devices
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 350 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 162 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
|
D | VNCoercion.cpp | 471 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getMemInstValueForLoadHelper() local 531 if (auto *MSI = dyn_cast<MemSetInst>(SrcInst)) in getConstantMemInstValueForLoad() local
|
/external/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 152 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
|
D | Evaluator.cpp | 368 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) { in EvaluateBlock() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 169 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux() local
|
D | VNCoercion.cpp | 531 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getMemInstValueForLoad() local 576 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getConstantMemInstValueForLoad() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
D | SPIRVPrepareFunctions.cpp | 150 if (auto *MSI = dyn_cast<MemSetInst>(Intrinsic)) in lowerIntrinsicToFunction() local 174 auto *MSI = static_cast<MemSetInst *>(Intrinsic); in lowerIntrinsicToFunction() local
|
/external/coreboot/Documentation/mainboard/ |
D | index.md | 238 ## MSI section in Mainboard-specific documentation
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 390 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add() 436 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add() local
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 67 std::unique_ptr<const llvm::MCSubtargetInfo> MSI; variable
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 620 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 425 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add() 469 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 180 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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 139 bool addMemSet(uint64_t Offset, MemSetInst *MSI) { in addMemSet() 391 MemSetInst *MSI = cast<MemSetInst>(BI); in collectInitializers() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 224 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 117 bool addMemSet(uint64_t Offset, MemSetInst *MSI) { in addMemSet() 372 MemSetInst *MSI = cast<MemSetInst>(BI); in collectInitializers() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 183 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()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 552 } 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
|
/external/googleapis/google/cloud/osconfig/agentendpoint/v1/ |
D | os_policy.proto | 166 message MSI { message
|
/external/googleapis/google/cloud/osconfig/v1/ |
D | os_policy.proto | 184 message MSI { message
|
/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1/src/main/proto/google/cloud/osconfig/v1/ |
D | os_policy.proto | 184 message MSI { message
|