Searched refs:LdOpc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 53 unsigned LdOpc, StOpc; in expandMEMCPY() local 57 LdOpc = BPF::LDB; in expandMEMCPY() 61 LdOpc = BPF::LDH; in expandMEMCPY() 65 LdOpc = BPF::LDW; in expandMEMCPY() 69 LdOpc = BPF::LDD; in expandMEMCPY() 78 BuildMI(*BB, MI, dl, get(LdOpc)) in expandMEMCPY()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 379 unsigned LdOpc = LoadInst.getOpcode(); in isMatchingStore() local 381 switch (LdOpc) { in isMatchingStore()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11146 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() local 11147 assert(LdOpc != 0 && "Should have a load opcode"); in emitPostLd() 11149 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 11156 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 11166 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 11172 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()
|