Searched refs:StoreKind (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 1322 switch (SI.StoreKind) { in showBRDiagnostics() 1343 } else if (SI.StoreKind == StoreInfo::Initialization) { in showBRDiagnostics() 1787 SI.StoreKind = StoreInfo::Initialization; in VisitNode() 1789 SI.StoreKind = StoreInfo::BlockCapture; in VisitNode() 1805 SI.StoreKind = StoreInfo::CallArgument; in VisitNode() 2252 switch (SI.StoreKind) { in handle()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 147 Kind StoreKind; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 7232 PatFrag StoreKind, int shift> 7233 : Pat<(StoreKind (Ty MQPR:$val), t2addrmode_imm7<shift>:$addr), 7237 PatFrag StoreKind, int shift> 7238 : Pat<(StoreKind (Ty MQPR:$val), t2addrmode_imm7<shift>:$addr, VCCR:$pred), 7241 multiclass MVE_vector_store<Instruction RegImmInst, PatFrag StoreKind, 7243 def : MVE_vector_store_typed<v16i8, RegImmInst, StoreKind, shift>; 7244 def : MVE_vector_store_typed<v8i16, RegImmInst, StoreKind, shift>; 7245 def : MVE_vector_store_typed<v8f16, RegImmInst, StoreKind, shift>; 7246 def : MVE_vector_store_typed<v4i32, RegImmInst, StoreKind, shift>; 7247 def : MVE_vector_store_typed<v4f32, RegImmInst, StoreKind, shif [all...] |