Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h384 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
388 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DX86InstrInfo.cpp6364 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
6484 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h359 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
363 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DX86CmovConversion.cpp761 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
DX86SpeculativeLoadHardening.cpp915 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
DX86InstrInfo.cpp5451 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
5597 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.h398 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
402 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DX86CmovConversion.cpp761 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
DX86SpeculativeLoadHardening.cpp916 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
DX86InstrInfo.cpp6207 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
6353 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h973 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function
979 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1191 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function
1197 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1214 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function
1220 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp238 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp971 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp235 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp984 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp235 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp984 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp1179 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
DTwoAddressInstructionPass.cpp1306 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp1345 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
DTwoAddressInstructionPass.cpp1366 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()
/external/llvm-project/llvm/lib/CodeGen/
DMachineLICM.cpp1364 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
DTwoAddressInstructionPass.cpp1221 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()