Home
last modified time | relevance | path

Searched refs:VTIsi1 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1258 bool VTIsi1 = false; in selectStore() local
1262 VTIsi1 = true; in selectStore()
1291 if (VTIsi1) in selectStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2115 bool VTIsi1 = false; in emitStore() local
2125 case MVT::i1: VTIsi1 = true; [[fallthrough]]; in emitStore()
2135 if (VTIsi1 && SrcReg != AArch64::WZR) { in emitStore()