Home
last modified time | relevance | path

Searched refs:IsVFPPushPop (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2051 bool IsVFPPushPop = MI->getOpcode() == ARM::VSTMDDB_UPD || in tryFoldSPUpdateIntoPushPop() local
2064 if (NumBytes % (IsVFPPushPop ? 8 : 4) != 0) in tryFoldSPUpdateIntoPushPop()
2074 if (IsVFPPushPop) { in tryFoldSPUpdateIntoPushPop()
2114 if (IsVFPPushPop) in tryFoldSPUpdateIntoPushPop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2265 bool IsVFPPushPop = MI->getOpcode() == ARM::VSTMDDB_UPD || in tryFoldSPUpdateIntoPushPop() local
2278 if (NumBytes % (IsVFPPushPop ? 8 : 4) != 0) in tryFoldSPUpdateIntoPushPop()
2288 if (IsVFPPushPop) { in tryFoldSPUpdateIntoPushPop()
2339 if (IsVFPPushPop) in tryFoldSPUpdateIntoPushPop()