Searched defs:foldMemoryOperandImpl (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h433 /// foldMemoryOperandImpl - Target-dependent implementation for
436 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, function in class:llvm::TargetInstrInfo
443 /// foldMemoryOperandImpl - Target-dependent implementation for
446 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF, function in class:llvm::TargetInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h906 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, function in class:llvm::TargetInstrInfo
918 virtual MachineInstr *foldMemoryOperandImpl( function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp873 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
1027 MachineInstr *SystemZInstrInfo::foldMemoryOperandImpl( function in class:SystemZInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.cpp2512 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:X86InstrInfo
2657 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:X86InstrInfo
2695 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, Size, Alignment);
2698 MachineInstr* X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, function in class:X86InstrInfo
2819 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, 0, Alignment);
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2445 MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl( function in class:AArch64InstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5730 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo
5870 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt,
6105 X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI, function in class:X86InstrInfo
6146 return foldMemoryOperandImpl(MF, MI, Ops[0],
6218 MachineInstr *X86InstrInfo::foldMemoryOperandImpl( function in class:X86InstrInfo
6228 return foldMemoryOperandImpl(MF, MI, Ops, InsertPt, FrameIndex, LIS);
6360 return foldMemoryOperandImpl(MF, MI, Ops[0], MOs, InsertPt,

Completed in 292 milliseconds