Searched refs:CWFrameIdx (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12035 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2, false); in EmitInstrWithCustomInserter() local 12037 TII->get(X86::FNSTCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter() 12043 CWFrameIdx); in EmitInstrWithCustomInserter() 12046 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx) in EmitInstrWithCustomInserter() 12051 TII->get(X86::FLDCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter() 12054 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx) in EmitInstrWithCustomInserter() 12098 TII->get(X86::FLDCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24438 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2, false); in EmitInstrWithCustomInserter() local 24440 TII->get(X86::FNSTCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter() 24446 CWFrameIdx); in EmitInstrWithCustomInserter() 24449 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx) in EmitInstrWithCustomInserter() 24454 TII->get(X86::FLDCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter() 24457 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx) in EmitInstrWithCustomInserter() 24481 TII->get(X86::FLDCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter()
|