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

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7317 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); local
7318 assert(LdOpc != 0 && "Should have a load opcode");
7320 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data)
7325 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data)
7333 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data)
7337 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data)

Completed in 109 milliseconds