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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7349 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); local
7350 assert(StOpc != 0 && "Should have a store opcode");
7352 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut)
7356 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc)).addReg(Data)
7364 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut)
7367 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut)

Completed in 740 milliseconds