Home
last modified time | relevance | path

Searched refs:FallthroughLabel (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp935 MCSymbol *FallthroughLabel = nullptr; in LowerPATCHABLE_RET() local
937 FallthroughLabel = OutContext.createTempSymbol(); in LowerPATCHABLE_RET()
944 FallthroughLabel, OutContext))); in LowerPATCHABLE_RET()
970 if (FallthroughLabel) in LowerPATCHABLE_RET()
971 OutStreamer->emitLabel(FallthroughLabel); in LowerPATCHABLE_RET()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1376 MCSymbol *FallthroughLabel; in LowerPATCHABLE_TAIL_CALL() local
1388 FallthroughLabel = OutContext.createTempSymbol(); in LowerPATCHABLE_TAIL_CALL()
1392 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext)) in LowerPATCHABLE_TAIL_CALL()
1430 OutStreamer->emitLabel(FallthroughLabel); in LowerPATCHABLE_TAIL_CALL()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1838 MCSymbol *FallthroughLabel; in emitInstruction() local
1858 FallthroughLabel = OutContext.createTempSymbol(); in emitInstruction()
1865 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext))); in emitInstruction()
1898 OutStreamer->emitLabel(FallthroughLabel); in emitInstruction()