Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86KCFI.cpp76 if (!TII->unfoldMemoryOperand(MF, *OrigCall, X86::R11, /*UnfoldLoad=*/true, in emitCheck()
H A DX86InstrInfo.h414 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
418 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
H A DX86CmovConversion.cpp774 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
H A DX86SpeculativeLoadHardening.cpp915 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
H A DX86InstrInfo.cpp6895 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
7041 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1333 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function
1339 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp231 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
H A DScheduleDAGRRList.cpp987 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp1265 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
H A DTwoAddressInstructionPass.cpp1308 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()