Searched refs:unfoldMemoryOperand (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 405 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, 409 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
| H A D | X86CmovConversion.cpp | 762 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
|
| H A D | X86SpeculativeLoadHardening.cpp | 918 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
|
| H A D | X86InstrInfo.cpp | 5396 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo 5514 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1092 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function 1098 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 236 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
| H A D | ScheduleDAGRRList.cpp | 978 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineLICM.cpp | 1311 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
|
| H A D | TwoAddressInstructionPass.cpp | 1364 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()
|