Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h465 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
469 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
HDX86CmovConversion.cpp780 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
HDX86SpeculativeLoadHardening.cpp914 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
HDX86InstrInfo.cpp8352 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
8499 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
HDX86ISelLowering.cpp59325 if (!TII->unfoldMemoryOperand(MF, *OrigCall, X86::R11, /*UnfoldLoad=*/true, in EmitKCFICheck()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h1417 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function
1423 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGFast.cpp231 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
HDScheduleDAGRRList.cpp986 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLICM.cpp1405 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
HDTwoAddressInstructionPass.cpp1407 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()