Searched refs:getMemoryOperandNo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h524 /// getMemoryOperandNo - The function returns the MCInst operand # for the
532 inline int getMemoryOperandNo(uint64_t TSFlags, unsigned Opcode) { function in namespace:llvm::X86II
537 default: llvm_unreachable("Unknown FormMask value in getMemoryOperandNo!");
H A DX86MCCodeEmitter.cpp1002 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags, Opcode);
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp1147 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags, Opcode);

Completed in 215 milliseconds