Home
last modified time | relevance | path

Searched defs:IsFunclet (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp259 bool IsFunclet) { in getFixedObjectSize()
1043 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1547 bool IsFunclet = false; in emitEpilogue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp874 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1380 bool IsFunclet = false; in emitEpilogue() local
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp918 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1496 bool IsFunclet = isFuncletReturnInstr(*MBBI); in emitEpilogue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp982 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1607 bool IsFunclet = MBBI == MBB.end() ? false : isFuncletReturnInstr(*MBBI); in emitEpilogue() local
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp1300 bool IsFunclet = MBB.isEHFuncletEntry(); in emitPrologue() local
1929 bool IsFunclet = MBBI == MBB.end() ? false : isFuncletReturnInstr(*MBBI); in emitEpilogue() local