HomeSort by relevance Sort by last modified time
    Searched refs:foldMemoryOperandImpl (Results 1 - 25 of 28) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 265 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
273 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
348 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 137 using TargetInstrInfo::foldMemoryOperandImpl;
139 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 206 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
210 MachineInstr *foldMemoryOperandImpl(
SystemZInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 367 foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
375 MachineInstr *foldMemoryOperandImpl(
463 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr &MI,
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 433 /// foldMemoryOperandImpl - Target-dependent implementation for
436 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
443 /// foldMemoryOperandImpl - Target-dependent implementation for
446 virtual MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 288 if (MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, FI)) {
289 // Add a memory operand, foldMemoryOperandImpl doesn't do that.
305 // FIXME: change foldMemoryOperandImpl semantics to also insert NewMI.
344 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI);
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 521 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, FI, LIS);
526 // Add a memory operand, foldMemoryOperandImpl doesn't do that.
803 NewMI = foldMemoryOperandImpl(MF, MI, Ops, MI, LoadMI, LIS);
    [all...]

Completed in 1050 milliseconds

1 2