Searched refs:LdOpc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 658 unsigned LdOpc = EntrySize == 8 ? RISCV::LD : RISCV::LW; in select() local 660 MIB.buildInstr(LdOpc, {&RISCV::GPRRegClass}, {ADD.getReg(0)}) in select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 385 unsigned LdOpc = LoadInst.getOpcode(); in isMatchingStore() local 387 switch (LdOpc) { in isMatchingStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11382 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() local 11383 assert(LdOpc != 0 && "Should have a load opcode"); in emitPostLd() 11385 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 11392 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 11402 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 11408 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()
|