Searched refs:LdOpc (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 54 unsigned LdOpc, StOpc; in expandMEMCPY() local 58 LdOpc = BPF::LDB; in expandMEMCPY() 62 LdOpc = BPF::LDH; in expandMEMCPY() 66 LdOpc = BPF::LDW; in expandMEMCPY() 70 LdOpc = BPF::LDD; in expandMEMCPY() 79 BuildMI(*BB, MI, dl, get(LdOpc)) in expandMEMCPY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 365 unsigned LdOpc = LoadInst.getOpcode(); in isMatchingStore() local 367 switch (LdOpc) { in isMatchingStore()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 419 unsigned LdOpc = LoadInst.getOpcode(); in isMatchingStore() local 421 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-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8823 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() local 8824 assert(LdOpc != 0 && "Should have a load opcode"); in emitPostLd() 8826 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 8833 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 8843 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd() 8849 BuildMI(*BB, Pos, dl, TII->get(LdOpc), Data) in emitPostLd()
|