Home
last modified time | relevance | path

Searched defs:AtomicType (Results 1 – 5 of 5) sorted by relevance

/external/spirv-llvm/lib/SPIRV/Mangler/
DParameterType.h304 struct AtomicType: public ParamType { struct
310 AtomicType(const RefParamType type); argument
333 const RefParamType& getBaseType() const { in getBaseType()
DParameterType.cpp149 AtomicType::AtomicType(const RefParamType type) : in AtomicType() function in SPIR::AtomicType
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h339 typedef internal::MatrixLogarithmAtomic<DynMatrixType> AtomicType; in evalTo() typedef
/external/clang/lib/CodeGen/
DCodeGenModule.h53 class AtomicType; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2835 EVT AtomicType = cast<AtomicSDNode>(Node)->getMemoryVT(); in ExpandNode() local