Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h457 bool canFoldMemoryOperand(const MachineInstr *MI,
741 virtual bool canFoldMemoryOperand(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h280 virtual bool canFoldMemoryOperand(const MachineInstr*,
DX86InstrInfo.cpp2823 bool X86InstrInfo::canFoldMemoryOperand(const MachineInstr *MI, in canFoldMemoryOperand() function in X86InstrInfo
2877 return TargetInstrInfoImpl::canFoldMemoryOperand(MI, Ops); in canFoldMemoryOperand()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h393 bool canFoldMemoryOperand(MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp261 canFoldMemoryOperand(const MachineInstr *MI, in canFoldMemoryOperand() function in TargetInstrInfoImpl
DLiveIntervalAnalysis.cpp1131 bool LiveIntervals::canFoldMemoryOperand(MachineInstr *MI, in canFoldMemoryOperand() function in LiveIntervals
1145 return tii_->canFoldMemoryOperand(MI, FoldOps); in canFoldMemoryOperand()
1301 CanFold = canFoldMemoryOperand(MI, Ops, DefIsReMat); in rewriteInstructionForSpills()