/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 286 virtual bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, 290 virtual bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
D | X86InstrInfo.cpp | 2880 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/ |
D | TargetInstrInfo.h | 463 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/ |
D | X86InstrInfo.h | 384 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, 388 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
D | X86InstrInfo.cpp | 6364 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/ |
D | X86InstrInfo.h | 408 unfoldMemoryOperand(MachineFunction &MF, MachineInstr &MI, unsigned Reg, 412 bool unfoldMemoryOperand(SelectionDAG &DAG, SDNode *N,
|
D | X86CmovConversion.cpp | 768 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches()
|
D | X86SpeculativeLoadHardening.cpp | 905 TII->unfoldMemoryOperand(MF, MI, Reg, /*UnfoldLoad*/ true, in unfoldCallAndJumpLoads()
|
D | X86InstrInfo.cpp | 5356 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/ |
D | TargetInstrInfo.h | 973 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/ |
D | TargetInstrInfo.h | 1074 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/ |
D | VirtRegRewriter.cpp | 1324 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()
|
D | StackSlotColoring.cpp | 648 bool Success = TII->unfoldMemoryOperand(MF, MI, Reg, false, false, NewMIs); in UnfoldAndRewriteInstruction()
|
D | MachineLICM.cpp | 1116 TII->unfoldMemoryOperand(MF, MI, Reg, in ExtractHoistableLoad()
|
D | TwoAddressInstructionPass.cpp | 958 if (!TII->unfoldMemoryOperand(MF, mi, Reg, in TryInstructionTransform()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 233 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
D | ScheduleDAGRRList.cpp | 805 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 238 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
D | ScheduleDAGRRList.cpp | 971 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 237 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in CopyAndMoveSuccessors()
|
D | ScheduleDAGRRList.cpp | 978 if (!TII->unfoldMemoryOperand(*DAG, N, NewNodes)) in TryUnfoldSU()
|
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1179 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
|
D | TwoAddressInstructionPass.cpp | 1306 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 1309 bool Success = TII->unfoldMemoryOperand(MF, *MI, Reg, in ExtractHoistableLoad()
|
D | TwoAddressInstructionPass.cpp | 1361 if (!TII->unfoldMemoryOperand(*MF, MI, Reg, in tryInstructionTransform()
|