Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp985 bool NeedsDwarfCFI = in emitPrologue() local
1120 if (NeedsDwarfCFI) { in emitPrologue()
1148 if (NeedsDwarfCFI) { in emitPrologue()
1188 if (!HasFP && NeedsDwarfCFI) { in emitPrologue()
1464 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI) { in emitPrologue()
1599 bool NeedsDwarfCFI = in emitEpilogue() local
1626 if (NeedsDwarfCFI) { in emitEpilogue()
1696 if (!hasFP(MF) && NeedsDwarfCFI) { in emitEpilogue()
1713 if (!hasFP(MF) && NeedsDwarfCFI) { in emitEpilogue()
DX86InstrInfo.cpp4047 bool NeedsDwarfCFI = in ExpandMOVImmSExti8() local
4050 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()