Searched defs:canFoldMemoryOperand (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp261 canFoldMemoryOperand(const MachineInstr *MI, function in class:TargetInstrInfoImpl
H A DLiveIntervalAnalysis.cpp1129 /// canFoldMemoryOperand - Returns true if the specified load / store
1131 bool LiveIntervals::canFoldMemoryOperand(MachineInstr *MI, function in class:LiveIntervals
1145 return tii_->canFoldMemoryOperand(MI, FoldOps);
1301 CanFold = canFoldMemoryOperand(MI, Ops, DefIsReMat);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp2823 bool X86InstrInfo::canFoldMemoryOperand(const MachineInstr *MI, function in class:X86InstrInfo
2877 return TargetInstrInfoImpl::canFoldMemoryOperand(MI, Ops);

Completed in 341 milliseconds