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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp53 unsigned LdOpc, StOpc; local
58 StOpc = BPF::STB;
62 StOpc = BPF::STH;
66 StOpc = BPF::STW;
70 StOpc = BPF::STD;
81 BuildMI(*BB, MI, dl, get(StOpc))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp341 unsigned StOpc = StoreInst.getOpcode();
346 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui ||
347 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui;
349 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi ||
350 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi;
352 return StOpc
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10117 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); local
10118 assert(StOpc != 0 && "Should have a store opcode");
10120 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut)
10127 BuildMI(*BB, Pos, dl, TII->get(StOpc))
10138 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut)
10144 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut)

Completed in 228 milliseconds