Home
last modified time | relevance | path

Searched refs:Reinterpret (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp299 auto *Reinterpret = dyn_cast<IntrinsicInst>(IncValPhi); in processPhiNode() local
300 if (!Reinterpret || in processPhiNode()
301 Reinterpret->getIntrinsicID() != in processPhiNode()
303 RequiredType != Reinterpret->getArgOperand(0)->getType()) in processPhiNode()
315 auto *Reinterpret = cast<Instruction>(PN->getIncomingValue(I)); in processPhiNode() local
316 NPN->addIncoming(Reinterpret->getOperand(0), PN->getIncomingBlock(I)); in processPhiNode()
317 Worklist.push_back(Reinterpret); in processPhiNode()
H A DAArch64ISelLowering.cpp3760 SDValue Reinterpret = in lowerConvertToSVBool() local
3767 return Reinterpret; in lowerConvertToSVBool()
3770 return Reinterpret; in lowerConvertToSVBool()
3777 return DAG.getNode(ISD::AND, DL, OutVT, Reinterpret, MaskReinterpret); in lowerConvertToSVBool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_cde.td163 // Reinterpret intrinsics required to implement __arm_vcx*q with 2 or 3
H A Driscv_vector.td1556 // Reinterpret between different type under the same SEW and LMUL
1564 // Reinterpret between different SEW under the same LMUL
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.def145 /// CK_ReinterpretMemberPointer - Reinterpret a member pointer as a
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DGenericOpcode.rst155 Reinterpret a value as a new type. This is usually done without
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DControlFlowIntegrityDesign.rst572 - Reinterpret the first 8 bytes of the hash as a little-endian
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve.md783 ;; Reinterpret operand 1 in operand 0's mode, without changing its contents.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve.md783 ;; Reinterpret operand 1 in operand 0's mode, without changing its contents.