Searched refs:LoadStoreOp (Results 1 – 18 of 18) sorted by relevance
24 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreOpMask)); in IsLoad()51 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreOpMask)); in IsStore()
917 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) {941 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) {1198 LSDataSize Assembler::CalcLSDataSize(LoadStoreOp op) {
1747 inline static LSDataSize CalcLSDataSize(LoadStoreOp op);1836 LoadStoreOp op);1889 static inline LoadStoreOp LoadOpFor(const CPURegister& rt);1892 static inline LoadStoreOp StoreOpFor(const CPURegister& rt);
805 enum LoadStoreOp { enum
1610 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreOpMask)); in LoadStoreHelper()
285 LoadStoreOp op);
2477 LoadStoreOp op) { in LoadStore()
564 LoadStoreOp op) { in LoadStoreMacro()
82 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsLoad()112 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsStore()237 unsigned CalcLSDataSize(LoadStoreOp op) { in CalcLSDataSize()
126 unsigned CalcLSDataSize(LoadStoreOp op);212 return CalcLSDataSize(static_cast<LoadStoreOp>(Mask(LoadStoreMask))); in SizeLS()
4266 LoadStoreOp op,4345 static LoadStoreOp LoadOpFor(const CPURegister& rt);4348 static LoadStoreOp StoreOpFor(const CPURegister& rt);
858 enum LoadStoreOp { enum
4974 LoadStoreOp op, in LoadStore()5292 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) { in LoadOpFor()5311 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) { in StoreOpFor()
1083 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreMask)); in LoadStoreHelper()
1519 LoadStoreOp op) { in LS_MACRO_LIST()
739 LoadStoreOp op);
151 unsigned LoadStoreOp, unsigned Value,
202 unsigned LoadStoreOp, in buildScratchLoadStore() argument215 bool IsLoad = TII->get(LoadStoreOp).mayLoad(); in buildScratchLoadStore()243 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildScratchLoadStore()