Searched refs:StOpc (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 59 StOpc = BPF::STB; in expandMEMCPY() 63 StOpc = BPF::STH; in expandMEMCPY() 67 StOpc = BPF::STW; in expandMEMCPY() 71 StOpc = BPF::STD; in expandMEMCPY() 82 BuildMI(*BB, MI, dl, get(StOpc)) in expandMEMCPY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 366 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local 371 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore() 372 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore() 374 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore() 375 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore() 377 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore() 378 StOpc == AArch64::STRXui; in isMatchingStore() 380 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore() 381 StOpc == AArch64::STURXi; in isMatchingStore() 383 return StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 420 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local 425 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore() 426 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore() 428 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore() 429 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore() 431 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore() 432 StOpc == AArch64::STRXui; in isMatchingStore() 434 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore() 435 StOpc == AArch64::STURXi; in isMatchingStore() 437 return StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7871 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() local 7872 assert(StOpc != 0 && "Should have a store opcode"); in emitPostSt() 7874 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 7878 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc)).addReg(Data) in emitPostSt() 7886 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 7889 AddDefaultPred(BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8864 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() local 8865 assert(StOpc != 0 && "Should have a store opcode"); in emitPostSt() 8867 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 8874 BuildMI(*BB, Pos, dl, TII->get(StOpc)) in emitPostSt() 8885 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 8891 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|