Searched refs:StOpc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.cpp | 53 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 386 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local 391 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore() 392 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore() 394 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore() 395 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore() 397 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore() 398 StOpc == AArch64::STRXui; in isMatchingStore() 400 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore() 401 StOpc == AArch64::STURXi; in isMatchingStore() 403 return StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11423 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() local 11424 assert(StOpc != 0 && "Should have a store opcode"); in emitPostSt() 11426 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11433 BuildMI(*BB, Pos, dl, TII->get(StOpc)) in emitPostSt() 11444 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 11450 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|