Searched defs:unfoldMemoryOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h477 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
480 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:llvm::TargetInstrInfo
486 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3186 bool X86InstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, function in class:X86InstrInfo
3312 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, function in class:X86InstrInfo

Completed in 70 milliseconds