Home
last modified time | relevance | path

Searched refs:ValType (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h27 template<class ValType>
393 template<class ConstantClass, class TypeClass, class ValType>
395 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
396 return new(ConstantTraits<ValType>::uses(V)) ConstantClass(Ty, V);
402 typedef void ValType;
403 static ValType getValType(ConstantClass *C) {
456 typedef ExprMapKeyType ValType;
457 static ValType getValType(ConstantExpr *CE) {
471 template<class ValType>
472 struct ConstantCreator<ConstantAggregateZero, Type, ValType> {
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIndexList.h176 typedef typename IndexTupleExtractor<N-1, O...>::ValType ValType;
178 EIGEN_DEVICE_FUNC static constexpr ValType& get_val(IndexTuple<T, O...>& val) {
182 EIGEN_DEVICE_FUNC static constexpr const ValType& get_val(const IndexTuple<T, O...>& val) {
195 typedef T ValType;
197 EIGEN_DEVICE_FUNC static constexpr ValType& get_val(IndexTuple<T, O...>& val) {
200 EIGEN_DEVICE_FUNC static constexpr const ValType& get_val(const IndexTuple<T, O...>& val) {
212 EIGEN_DEVICE_FUNC constexpr typename IndexTupleExtractor<N, T, O...>::ValType& array_get(IndexTuple…
216 EIGEN_DEVICE_FUNC constexpr const typename IndexTupleExtractor<N, T, O...>::ValType& array_get(cons…
249 …return ((i == Idx) & is_compile_time_constant<typename IndexTupleExtractor<Idx, T...>::ValType>::v…
255 return is_compile_time_constant<typename IndexTupleExtractor<Idx, T...>::ValType>::value &&
[all …]
/external/llvm/lib/IR/
DConstantsContext.h340 typedef ConstantExprKeyType ValType;
344 typedef InlineAsmKeyType ValType;
348 typedef ConstantAggrKeyType<ConstantArray> ValType;
352 typedef ConstantAggrKeyType<ConstantStruct> ValType;
356 typedef ConstantAggrKeyType<ConstantVector> ValType;
543 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
545 typedef std::pair<TypeClass *, ValType> LookupKey;
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
599 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey) {
610 ConstantClass *getOrCreate(TypeClass *Ty, ValType V) {
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPassNameParser.h90 typedef PassNameParser::OptionInfo ValType; in ValLessThan() typedef
91 return std::strcmp(static_cast<const ValType *>(VT1)->Name, in ValLessThan()
92 static_cast<const ValType *>(VT2)->Name); in ValLessThan()
/external/swiftshader/third_party/LLVM/include/llvm/
DInlineAsm.h28 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
31 template<class ConstantClass, class TypeClass, class ValType>
DConstants.h38 template<class ConstantClass, class TypeClass, class ValType>
/external/vixl/test/
Dtest-invalset.cc37 typedef ptrdiff_t ValType; typedef
43 Obj(KeyType key, ValType val) : key_(key), val_(val) {} in Obj()
45 ValType val_;
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C) in Literal()
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {} in Literal()
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {} in Literal()
529 ValueType valueType() const { return ValType; } in valueType()
547 const ValueType ValType;
573 switch (ValType.Base) { in traverse()
579 switch (ValType.Size) { in traverse()
581 if (ValType.Signed) in traverse()
586 if (ValType.Signed) in traverse()
591 if (ValType.Signed) in traverse()
[all …]
/external/clang/lib/Sema/
DSemaChecking.cpp1292 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall() local
1293 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall()
1299 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) { in CheckARMBuiltinExclusiveCall()
1317 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && in CheckARMBuiltinExclusiveCall()
1318 !ValType->isBlockPointerType() && !ValType->isFloatingType()) { in CheckARMBuiltinExclusiveCall()
1325 if (Context.getTypeSize(ValType) > MaxWidth) { in CheckARMBuiltinExclusiveCall()
1332 switch (ValType.getObjCLifetime()) { in CheckARMBuiltinExclusiveCall()
1342 << ValType << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()
1347 TheCall->setType(ValType); in CheckARMBuiltinExclusiveCall()
1354 Context, ValType, /*consume*/ false); in CheckARMBuiltinExclusiveCall()
[all …]
DSemaLookup.cpp4890 QualType ValType = cast<ValueDecl>(ND)->getType(); in ValidateCandidate() local
4891 if (ValType->isAnyPointerType() || ValType->isReferenceType()) in ValidateCandidate()
4892 ValType = ValType->getPointeeType(); in ValidateCandidate()
4893 if (const FunctionProtoType *FPT = ValType->getAs<FunctionProtoType>()) in ValidateCandidate()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp1099 enum ValType { enum
1106 PointerIntPair<Value *, 2, ValType> Val;
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2492 template <typename ValType>
2494 fitsRegularPattern(typename SmallVectorImpl<ValType>::const_iterator Begin, in fitsRegularPattern()
2496 typename SmallVectorImpl<ValType>::const_iterator End, in fitsRegularPattern()
2497 ValType ExpectedIndex, unsigned ExpectedIndexStride) { in fitsRegularPattern()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp124 enum ValType { enum
133 PointerIntPair<Value *, 2, ValType> Val;
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4346 static std::error_code typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst() argument
4352 if (ValType && ValType != ElemType) in typeCheckLoadStoreInst()