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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 28637 int CWFrameIdx = MF->getFrameInfo().CreateStackObject(2, 2, false); in EmitInstrWithCustomInserter() local 28639 TII->get(X86::FNSTCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter() 28645 CWFrameIdx); in EmitInstrWithCustomInserter() 28648 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx) in EmitInstrWithCustomInserter() 28653 TII->get(X86::FLDCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter() 28656 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx) in EmitInstrWithCustomInserter() 28680 TII->get(X86::FLDCW16m)), CWFrameIdx); in EmitInstrWithCustomInserter()
|