Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp45 struct FPOInstruction { struct
62 SmallVector<FPOInstruction, 5> Instructions;
199 FPOInstruction Inst; in emitFPOSetFrame()
201 Inst.Op = FPOInstruction::SetFrame; in emitFPOSetFrame()
210 FPOInstruction Inst; in emitFPOPushReg()
212 Inst.Op = FPOInstruction::PushReg; in emitFPOPushReg()
221 FPOInstruction Inst; in emitFPOStackAlloc()
223 Inst.Op = FPOInstruction::StackAlloc; in emitFPOStackAlloc()
372 for (const FPOInstruction &Inst : FPO->Instructions) { in emitFPOData()
374 case FPOInstruction::PushReg: in emitFPOData()
[all …]