Searched refs:EmitStartPt (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DFastISel.h59 /// for use in the current block. It resets to EmitStartPt when it
65 /// emitting local variables. LastLocalValue resets to EmitStartPt when
67 MachineInstr *EmitStartPt; member in class:llvm::FastISel
77 EmitStartPt = I;
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h212 /// for use in the current block. It resets to EmitStartPt when it makes sense
218 /// emitting local variables. LastLocalValue resets to EmitStartPt when it
220 MachineInstr *EmitStartPt; member in class:llvm::FastISel
230 EmitStartPt = I;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp69 EmitStartPt = 0;
75 EmitStartPt = I;
78 LastLocalValue = EmitStartPt;
83 LastLocalValue = EmitStartPt;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp104 EmitStartPt = nullptr;
106 EmitStartPt = &FuncInfo.MBB->back();
107 LastLocalValue = EmitStartPt;
132 LastLocalValue = EmitStartPt;

Completed in 104 milliseconds