Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp996 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in emitPrologue() local
1113 if (NeedsDwarfCFI) { in emitPrologue()
1141 if (NeedsDwarfCFI) { in emitPrologue()
1190 if (!HasFP && NeedsDwarfCFI) { in emitPrologue()
1477 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) { in emitPrologue()
1616 bool NeedsDwarfCFI = (!MF.getTarget().getTargetTriple().isOSDarwin() && in emitEpilogue() local
1642 if (NeedsDwarfCFI) { in emitEpilogue()
1712 if (!hasFP(MF) && NeedsDwarfCFI) { in emitEpilogue()
1729 if (!hasFP(MF) && NeedsDwarfCFI) { in emitEpilogue()
DX86InstrInfo.cpp3964 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in ExpandMOVImmSExti8() local
3965 bool EmitCFI = !TFL->hasFP(MF) && NeedsDwarfCFI; in ExpandMOVImmSExti8()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp1314 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in emitPrologue() local
1431 if (NeedsDwarfCFI) { in emitPrologue()
1459 if (NeedsDwarfCFI) { in emitPrologue()
1508 if (!HasFP && NeedsDwarfCFI) { in emitPrologue()
1797 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) { in emitPrologue()
1938 bool NeedsDwarfCFI = (!MF.getTarget().getTargetTriple().isOSDarwin() && in emitEpilogue() local
1966 if (NeedsDwarfCFI) { in emitEpilogue()
2043 if (!hasFP(MF) && NeedsDwarfCFI) { in emitEpilogue()
2060 if (!hasFP(MF) && NeedsDwarfCFI) { in emitEpilogue()
2080 if (NeedsDwarfCFI && !MBB.succ_empty() && !MBB.isReturnBlock()) { in emitEpilogue()
DX86InstrInfo.cpp4515 bool NeedsDwarfCFI = !IsWin64Prologue && MF.needsFrameMoves(); in ExpandMOVImmSExti8() local
4516 bool EmitCFI = !TFL->hasFP(MF) && NeedsDwarfCFI; in ExpandMOVImmSExti8()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp929 bool NeedsDwarfCFI = in emitPrologue() local
1050 if (NeedsDwarfCFI) { in emitPrologue()
1077 if (NeedsDwarfCFI) { in emitPrologue()
1115 if (!HasFP && NeedsDwarfCFI) { in emitPrologue()
1372 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) { in emitPrologue()
DX86InstrInfo.cpp5478 bool NeedsDwarfCFI = in ExpandMOVImmSExti8() local
5481 bool EmitCFI = !TFL->hasFP(MF) && NeedsDwarfCFI; in ExpandMOVImmSExti8()