Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp54 unsigned LdOpc, StOpc; in expandMEMCPY() local
59 StOpc = BPF::STB; in expandMEMCPY()
63 StOpc = BPF::STH; in expandMEMCPY()
67 StOpc = BPF::STW; in expandMEMCPY()
71 StOpc = BPF::STD; in expandMEMCPY()
82 BuildMI(*BB, MI, dl, get(StOpc)) in expandMEMCPY()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp416 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local
421 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore()
422 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
424 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore()
425 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore()
427 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore()
428 StOpc == AArch64::STRXui; in isMatchingStore()
430 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore()
431 StOpc == AArch64::STURXi; in isMatchingStore()
433 return StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11486 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() local
11487 assert(StOpc != 0 && "Should have a store opcode"); in emitPostSt()
11489 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
11496 BuildMI(*BB, Pos, dl, TII->get(StOpc)) in emitPostSt()
11507 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
11513 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()