|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/SelectionDAG.h 350 SDNodeT *newSDNode(ArgTypes &&... Args) {
351 return new (NodeAllocator.template Allocate<SDNodeT>())
352 SDNodeT(std::forward<ArgTypes>(Args)...);
include/llvm/Support/Casting.h 58 return To::classof(&Val);
106 return isa_impl<To, From>::doit(*Val);
122 return isa_impl_wrap<To, SimpleFrom,
132 return isa_impl_cl<To,FromTy>::doit(Val);
142 return isa_impl_wrap<X, const Y,
172 using ret_type = To *; // Pointer arg case, return Ty*
176 using ret_type = const To *; // Constant pointer arg case, return const Ty*
198 using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
204 using ret_type = typename cast_retty_impl<To,FromTy>::ret_type;
210 To, From, typename simplify_type<From>::SimpleType>::ret_type;
227 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) {
228 typename cast_retty<To, FromTy>::ret_type Res2
256 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) {
263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) {
265 return cast_convert_val<X, Y*,
include/llvm/Support/Recycler.h 83 SubClass *Allocate(AllocatorType &Allocator) {
84 static_assert(alignof(SubClass) <= Align,
86 static_assert(sizeof(SubClass) <= Size,
93 T *Allocate(AllocatorType &Allocator) {
include/llvm/Support/RecyclingAllocator.h 43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
lib/CodeGen/SelectionDAG/DAGCombiner.cpp 8566 MaskedScatterSDNode *MSC = cast<MaskedScatterSDNode>(N);
8566 MaskedScatterSDNode *MSC = cast<MaskedScatterSDNode>(N);
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 1136 cast<MaskedScatterSDNode>(Node)->getValue().getValueType());
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp 1186 case ISD::MSCATTER: Res = PromoteIntOp_MSCATTER(cast<MaskedScatterSDNode>(N),
1536 SDValue DAGTypeLegalizer::PromoteIntOp_MSCATTER(MaskedScatterSDNode *N,
lib/CodeGen/SelectionDAG/LegalizeTypes.h 371 SDValue PromoteIntOp_MSCATTER(MaskedScatterSDNode *N, unsigned OpNo);
767 SDValue SplitVecOp_MSCATTER(MaskedScatterSDNode *N, unsigned OpNo);
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp 1998 Res = SplitVecOp_MSCATTER(cast<MaskedScatterSDNode>(N), OpNo);
2416 SDValue DAGTypeLegalizer::SplitVecOp_MSCATTER(MaskedScatterSDNode *N,
4514 MaskedScatterSDNode *MSC = cast<MaskedScatterSDNode>(N);
4514 MaskedScatterSDNode *MSC = cast<MaskedScatterSDNode>(N);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 583 const MaskedScatterSDNode *MS = cast<MaskedScatterSDNode>(N);
583 const MaskedScatterSDNode *MS = cast<MaskedScatterSDNode>(N);
7072 ID.AddInteger(getSyntheticNodeSubclassData<MaskedScatterSDNode>(
7077 cast<MaskedScatterSDNode>(E)->refineAlignment(MMO);
7080 auto *N = newSDNode<MaskedScatterSDNode>(dl.getIROrder(), dl.getDebugLoc(),
7080 auto *N = newSDNode<MaskedScatterSDNode>(dl.getIROrder(), dl.getDebugLoc(),
lib/Target/X86/X86ISelLowering.cpp27389 MaskedScatterSDNode *N = cast<MaskedScatterSDNode>(Op.getNode());
27389 MaskedScatterSDNode *N = cast<MaskedScatterSDNode>(Op.getNode());
42991 auto *Scatter = cast<MaskedScatterSDNode>(GorS);
42991 auto *Scatter = cast<MaskedScatterSDNode>(GorS);
43020 auto *Scatter = cast<MaskedScatterSDNode>(GorS);
43020 auto *Scatter = cast<MaskedScatterSDNode>(GorS);
43047 auto *Scatter = cast<MaskedScatterSDNode>(GorS);
43047 auto *Scatter = cast<MaskedScatterSDNode>(GorS);