Searched refs:LdOpc (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
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()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 419 unsigned LdOpc = LoadInst.getOpcode(); in isMatchingStore() local 421 switch (LdOpc) { in isMatchingStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 340 unsigned LdOpc = LoadInst.getOpcode(); in isMatchingStore() local 342 switch (LdOpc) { in isMatchingStore()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7839 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() local 7840 assert(LdOpc != 0 && "Should have a load opcode"); in emitPostLd() 7842 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 7847 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 7855 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 7859 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10073 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() local 10074 assert(LdOpc != 0 && "Should have a load opcode"); in emitPostLd() 10076 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 10083 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 10093 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 10099 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()
|