Searched refs:canFoldMemoryOperand (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 457 bool canFoldMemoryOperand(const MachineInstr *MI, 741 virtual bool canFoldMemoryOperand(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 280 virtual bool canFoldMemoryOperand(const MachineInstr*,
|
D | X86InstrInfo.cpp | 2823 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/ |
D | LiveIntervalAnalysis.h | 393 bool canFoldMemoryOperand(MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 261 canFoldMemoryOperand(const MachineInstr *MI, in canFoldMemoryOperand() function in TargetInstrInfoImpl
|
D | LiveIntervalAnalysis.cpp | 1131 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()
|