Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp788 static bool isFrameStoreOpcode(int Opcode, unsigned &MemBytes) { in isFrameStoreOpcode() function
923 if (isFrameStoreOpcode(MI.getOpcode(), MemBytes)) in isStoreToStackSlot()
933 if (isFrameStoreOpcode(MI.getOpcode(), Dummy)) { in isStoreToStackSlotPostFE()