Home
last modified time | relevance | path

Searched refs:unfoldMemoryOperand (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h398 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
402 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
H A DX86CmovConversion.cpp761 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
H A DX86SpeculativeLoadHardening.cpp916 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
H A DX86InstrInfo.cpp6253 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
6399 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1269 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function
1275 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp235 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
H A DScheduleDAGRRList.cpp984 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp1252 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1221 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()