Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp44 case Win64EH::UOP_AllocLarge: in CountOfUnwindCodes()
74 case Win64EH::UOP_AllocLarge: in EmitUnwindCode()
280 case Win64EH::UOP_AllocLarge: in ARM64CountOfUnwindCodes()
351 case Win64EH::UOP_AllocLarge: { in ARM64EmitUnwindCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWin64EH.h28 UOP_AllocLarge, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWin64EH.h30 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L, in Alloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64WinCOFFStreamer.cpp82 Op = Win64EH::UOP_AllocLarge; in EmitARM64WinCFIAllocStack()