Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h286 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
290 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DX86InstrInfo.cpp2880 bool X86InstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function in X86InstrInfo
3006 X86InstrInfo::unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function in X86InstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h463 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, in unfoldMemoryOperand() function
469 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/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-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h408 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg,
412 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
DX86CmovConversion.cpp768 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
DX86SpeculativeLoadHardening.cpp905 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
DX86InstrInfo.cpp5356 bool X86InstrInfo::unfoldMemoryOperand( in unfoldMemoryOperand() function in X86InstrInfo
5476 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-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1074 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, in unfoldMemoryOperand() function
1080 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N, in unfoldMemoryOperand() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp1324 if (!TII->unfoldMemoryOperand(MF, &MI, VirtReg, false, false, NewMIs)) in OptimizeByUnfold2()
1339 if (!TII->unfoldMemoryOperand(MF, &NextMI, VirtReg, false, false, NewMIs)) in OptimizeByUnfold2()
1455 if (TII->unfoldMemoryOperand(MF, &MI, UnfoldVR, false, false, NewMIs)) { in OptimizeByUnfold()
2389 TII->unfoldMemoryOperand(MF, &MI, PhysReg, false, false, NewMIs)){ in RewriteMBB()
2422 TII->unfoldMemoryOperand(MF, &MI, PhysReg, false, true,NewMIs)){ in RewriteMBB()
DStackSlotColoring.cpp648 bool Success = TII->unfoldMemoryOperand(MF, MI, Reg, false, false, NewMIs); in UnfoldAndRewriteInstruction()
DMachineLICM.cpp1116 TII->unfoldMemoryOperand(MF, MI, Reg, in ExtractHoistableLoad()
DTwoAddressInstructionPass.cpp958 if (!TII->unfoldMemoryOperand(MF, mi, Reg, in TryInstructionTransform()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp233 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp805 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp237 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp978 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-7.0/llvm/lib/CodeGen/
DMachineLICM.cpp1309 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
DTwoAddressInstructionPass.cpp1361 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()