Searched refs:unfoldMemoryOperand (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 465 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, 469 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
H A D | X86CmovConversion.cpp | 780 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
|
H A D | X86SpeculativeLoadHardening.cpp | 914 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
|
H A D | X86InstrInfo.cpp | 8352 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo 8499 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
|
H A D | X86ISelLowering.cpp | 59325 if (!TII->unfoldMemoryOperand(MF, *OrigCall, X86::R11, /*UnfoldLoad=*/true, in EmitKCFICheck()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1417 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function 1423 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 231 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
H A D | ScheduleDAGRRList.cpp | 986 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 1405 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
|
H A D | TwoAddressInstructionPass.cpp | 1407 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()
|