Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp53 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp372 unsigned LdOpc = LoadInst.getOpcode(); in isMatchingStore() local
374 switch (LdOpc) { in isMatchingStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10641 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() local
10642 assert(LdOpc != 0 && "Should have a load opcode"); in emitPostLd()
10644 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()
10651 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()
10661 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()
10667 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()