Searched refs:StOpc (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 58 StOpc = BPF::STB; in expandMEMCPY() 62 StOpc = BPF::STH; in expandMEMCPY() 66 StOpc = BPF::STW; in expandMEMCPY() 70 StOpc = BPF::STD; in expandMEMCPY() 81 BuildMI(*BB, MI, dl, get(StOpc)) in expandMEMCPY()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 341 unsigned StOpc = StoreInst.getOpcode(); in isMatchingStore() local 346 return StOpc == AArch64::STRBBui || StOpc == AArch64::STRHHui || in isMatchingStore() 347 StOpc == AArch64::STRWui || StOpc == AArch64::STRXui; in isMatchingStore() 349 return StOpc == AArch64::STURBBi || StOpc == AArch64::STURHHi || in isMatchingStore() 350 StOpc == AArch64::STURWi || StOpc == AArch64::STURXi; in isMatchingStore() 352 return StOpc == AArch64::STRHHui || StOpc == AArch64::STRWui || in isMatchingStore() 353 StOpc == AArch64::STRXui; in isMatchingStore() 355 return StOpc == AArch64::STURHHi || StOpc == AArch64::STURWi || in isMatchingStore() 356 StOpc == AArch64::STURXi; in isMatchingStore() 358 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-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10114 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() local 10115 assert(StOpc != 0 && "Should have a store opcode"); in emitPostSt() 10117 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 10124 BuildMI(*BB, Pos, dl, TII->get(StOpc)) in emitPostSt() 10135 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt() 10141 BuildMI(*BB, Pos, dl, TII->get(StOpc), AddrOut) in emitPostSt()
|