Searched refs:unfoldMemoryOperand (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 398 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, 402 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
| H A D | X86CmovConversion.cpp | 761 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
|
| H A D | X86SpeculativeLoadHardening.cpp | 916 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
|
| H A D | X86InstrInfo.cpp | 6253 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 D | TargetInstrInfo.h | 1269 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 D | ScheduleDAGFast.cpp | 235 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
| H A D | ScheduleDAGRRList.cpp | 984 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineLICM.cpp | 1252 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
|
| H A D | TwoAddressInstructionPass.cpp | 1221 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()
|