HomeSort by: relevance | last modified time | path
    Searched refs:unfoldMemoryOperand (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 394 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
398 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
402 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
X86CmovConversion.cpp 761 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg,
X86SpeculativeLoadHardening.cpp 916 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true,
X86InstrInfo.cpp 6253 bool X86InstrInfo::unfoldMemoryOperand(
6399 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1265 /// unfoldMemoryOperand - Separate a single instruction which folded a load or
1269 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
1275 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 235 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
ScheduleDAGRRList.cpp 984 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineLICM.cpp 1252 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg,
1257 "unfoldMemoryOperand failed when getOpcodeAfterMemoryUnfold "
TwoAddressInstructionPass.cpp 1221 if (!TII->unfoldMemoryOperand(*MF, MI, Reg,

Completed in 29 milliseconds