Searched defs:AtomicType (Results 1 – 5 of 5) sorted by relevance
304 struct AtomicType: public ParamType { struct310 AtomicType(const RefParamType type); argument333 const RefParamType& getBaseType() const { in getBaseType()
149 AtomicType::AtomicType(const RefParamType type) : in AtomicType() function in SPIR::AtomicType
339 typedef internal::MatrixLogarithmAtomic<DynMatrixType> AtomicType; in evalTo() typedef
53 class AtomicType; variable
2835 EVT AtomicType = cast<AtomicSDNode>(Node)->getMemoryVT(); in ExpandNode() local