Searched refs:Reinterpret (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | PrimType.h | 57 Reinterpret, enumerator 65 case interp::CastKind::Reinterpret:
|
| H A D | Compiler.cpp | 445 return this->emitInvalidCast(CastKind::Reinterpret, /*Fatal=*/true, CE); in VisitCastExpr() 3050 return this->emitInvalidCast(CastKind::Reinterpret, /*Fatal=*/true, E); in VisitCXXReinterpretCastExpr() 3074 if (!this->emitInvalidCast(CastKind::Reinterpret, Fatal, E)) in VisitCXXReinterpretCastExpr() 3084 if (!this->emitInvalidCast(CastKind::Reinterpret, Fatal, E)) in VisitCXXReinterpretCastExpr()
|
| H A D | Interp.h | 3143 if (Kind == CastKind::Reinterpret) { in InvalidCast()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 1652 // Reinterpret between different type under the same SEW and LMUL 1664 // Reinterpret between different SEW under the same LMUL 1679 // Reinterpret from LMUL=1 integer type to vector boolean type 1689 // Reinterpret from vector boolean type to LMUL=1 integer type 1700 // Reinterpret from LMUL=1 integer type to vector boolean type 1709 // Reinterpret from vector boolean type to LMUL=1 integer type
|
| H A D | arm_cde.td | 163 // Reinterpret intrinsics required to implement __arm_vcx*q with 2 or 3
|
| H A D | DiagnosticASTKinds.td | 14 "%enum_select<ConstexprInvalidCastKind>{%Reinterpret{reinterpret_cast}|%Dynamic{dynamic_cast}|"
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 146 /// CK_ReinterpretMemberPointer - Reinterpret a member pointer as a
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 991 auto *Reinterpret = dyn_cast<IntrinsicInst>(IncValPhi); in processPhiNode() local 992 if (!Reinterpret || in processPhiNode() 993 Reinterpret->getIntrinsicID() != in processPhiNode() 995 RequiredType != Reinterpret->getArgOperand(0)->getType()) in processPhiNode() 1005 auto *Reinterpret = cast<Instruction>(PN->getIncomingValue(I)); in processPhiNode() local 1006 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I)); in processPhiNode() 1007 Worklist.push_back(Reinterpret); in processPhiNode()
|
| H A D | AArch64ISelLowering.cpp | 5592 SDValue Reinterpret = DAG.getNode(AArch64ISD::REINTERPRET_CAST, DL, VT, Op); in getSVEPredicateBitCast() local 5599 return Reinterpret; in getSVEPredicateBitCast() 5604 return Reinterpret; in getSVEPredicateBitCast() 5609 return DAG.getNode(ISD::AND, DL, VT, Reinterpret, Mask); in getSVEPredicateBitCast()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 8140 << diag::ConstexprInvalidCastKind::Reinterpret; in VisitCXXReinterpretCastExpr()
|