Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2310 if (std::optional<uint16_t> BADisc = in lowerBlockAddressConstant() local
2312 return AArch64AuthMCExpr::create(BAE, *BADisc, AArch64PACKey::IA, in lowerBlockAddressConstant()
H A DAArch64ISelLowering.cpp10852 std::optional<uint16_t> BADisc = in LowerBRIND() local
10854 if (!BADisc) in LowerBRIND()
10859 SDValue Disc = DAG.getTargetConstant(*BADisc, DL, MVT::i64); in LowerBRIND()
10890 if (std::optional<uint16_t> BADisc = in LowerBlockAddress() local
10898 SDValue Disc = DAG.getTargetConstant(*BADisc, DL, MVT::i64); in LowerBlockAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2556 if (std::optional<uint16_t> BADisc = in select() local
2560 MI.addImm(*BADisc); in select()
3480 if (std::optional<uint16_t> BADisc = in select() local
3488 .addImm(*BADisc) in select()