Home
last modified time | relevance | path

Searched refs:StOpc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp53 unsigned LdOpc, StOpc; in expandMEMCPY() local
58 StOpc = BPF::STB; in expandMEMCPY()
62 StOpc = BPF::STH; in expandMEMCPY()
66 StOpc = BPF::STW; in expandMEMCPY()
70 StOpc = BPF::STD; in expandMEMCPY()
81 BuildMI(*BB, MI, dl, get(StOpc)) in expandMEMCPY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp373 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local
378 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore()
379 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
381 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore()
382 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore()
384 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore()
385 StOpc == AArch64::STRXui; in isMatchingStore()
387 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore()
388 StOpc == AArch64::STURXi; in isMatchingStore()
390 return StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10682 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() local
10683 assert(StOpc != 0 && "Should have a store opcode"); in emitPostSt()
10685 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
10692 BuildMI(*BB, Pos, dl, TII->get(StOpc)) in emitPostSt()
10703 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
10709 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()