Searched refs:canFoldMemoryOperand (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h112 bool canFoldMemoryOperand(const MachineInstr *MI,
H A DAMDGPUInstrInfo.cpp191 AMDGPUInstrInfo::canFoldMemoryOperand(const MachineInstr *MI, function in class:AMDGPUInstrInfo
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h299 /// canFoldMemoryOperand - Returns true if the specified load / store is
301 virtual bool canFoldMemoryOperand(const MachineInstr*,
H A DX86InstrInfo.cpp4456 bool X86InstrInfo::canFoldMemoryOperand(const MachineInstr *MI, function in class:X86InstrInfo
4508 return TargetInstrInfo::canFoldMemoryOperand(MI, Ops);
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h572 /// canFoldMemoryOperand - Returns true for the specified load / store if
575 bool canFoldMemoryOperand(const MachineInstr *MI,
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp370 canFoldMemoryOperand(const MachineInstr *MI, function in class:TargetInstrInfo

Completed in 76 milliseconds