Searched refs:StOpc (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 7112 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() local 7113 assert(StOpc != 0 && "Should have a store opcode"); in emitPostSt() 7115 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 7119 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc)).addReg(Data) in emitPostSt() 7127 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 7130 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|