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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPassNameParser.h90 typedef PassNameParser::OptionInfo ValType; typedef
91 return std::strcmp(static_cast<const ValType *>(VT1)->Name,
92 static_cast<const ValType *>(VT2)->Name);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A 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; typedef in struct:llvm::ConstantKeyData
403 static ValType getValType(ConstantClass *C) {
456 typedef ExprMapKeyType ValType; typedef in struct:llvm::ConstantKeyData
457 static ValType getValType(ConstantExpr *CE) {
471 template<class ValType>
472 struct ConstantCreator<ConstantAggregateZero, Type, ValType> {
480 typedef std::vector<Constant*> ValType; typedef in struct:llvm::ConstantKeyData
492 typedef char ValType; typedef in struct:llvm::ConstantKeyData
500 typedef std::vector<Constant*> ValType; typedef in struct:llvm::ConstantKeyData
512 typedef std::vector<Constant*> ValType; typedef in struct:llvm::ConstantKeyData
532 typedef char ValType; typedef in struct:llvm::ConstantKeyData
548 typedef char ValType; typedef in struct:llvm::ConstantKeyData
564 typedef InlineAsmKeyType ValType; typedef in struct:llvm::ConstantKeyData
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorIndexList.h176 typedef typename IndexTupleExtractor<N-1, O...>::ValType ValType; typedef in struct:Eigen::internal::IndexTupleExtractor
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; typedef in struct:Eigen::internal::IndexTupleExtractor
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<T, O...>& tuple) {
216 EIGEN_DEVICE_FUNC constexpr const typename IndexTupleExtractor<N, T, O...>::ValType& array_get(const IndexTuple<T, O...>& tuple) {
249 return ((i == Idx) & is_compile_time_constant<typename IndexTupleExtractor<Idx, T...>::ValType>
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInlineAsm.h28 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
31 template<class ConstantClass, class TypeClass, class ValType>
H A DConstants.h38 template<class ConstantClass, class TypeClass, class ValType>
/external/llvm/lib/IR/
H A DConstantsContext.h340 typedef ConstantExprKeyType ValType; typedef in struct:llvm::ConstantInfo
344 typedef InlineAsmKeyType ValType; typedef in struct:llvm::ConstantInfo
348 typedef ConstantAggrKeyType<ConstantArray> ValType; typedef in struct:llvm::ConstantInfo
352 typedef ConstantAggrKeyType<ConstantStruct> ValType; typedef in struct:llvm::ConstantInfo
356 typedef ConstantAggrKeyType<ConstantVector> ValType; typedef in struct:llvm::ConstantInfo
543 typedef typename ConstantInfo<ConstantClass>::ValType ValType; typedef in class:llvm::ConstantUniqueMap
545 typedef std::pair<TypeClass *, ValType> LookupKey;
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
599 ConstantClass *create(TypeClass *Ty, ValType
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp1292 QualType ValType = pointerType->getPointeeType(); local
1293 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
1299 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
1317 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
1318 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
1325 if (Context.getTypeSize(ValType) > MaxWidth) {
1332 switch (ValType.getObjCLifetime()) {
1342 << ValType << PointerAr
2412 QualType ValType = AtomTy; // 'C' local
2682 QualType ValType = pointerType->getPointeeType(); local
3051 QualType ValType = pointerType->getPointeeType(); local
[all...]
H A DSemaLookup.cpp4890 QualType ValType = cast<ValueDecl>(ND)->getType();
4891 if (ValType->isAnyPointerType() || ValType->isReferenceType())
4892 ValType = ValType->getPointeeType();
4893 if (const FunctionProtoType *FPT = ValType->getAs<FunctionProtoType>())
/external/vixl/test/
H A Dtest-invalset.cc37 typedef ptrdiff_t ValType; typedef in namespace:vixl
43 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
45 ValType val_;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h521 : SExpr(COP_Literal), ValType(ValueType::getValueType<void>()), Cexpr(C)
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {}
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {}
529 ValueType valueType() const { return ValType; }
547 const ValueType ValType; member in class:clang::threadSafety::Literal
573 switch (ValType.Base) {
579 switch (ValType.Size) {
581 if (ValType.Signed)
586 if (ValType
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp124 enum ValType { enum in struct:llvm::gvn::AvailableValue
133 PointerIntPair<Value *, 2, ValType> Val;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DGVN.cpp1099 enum ValType { enum in struct:__anon20218::AvailableValueInBlock
1106 PointerIntPair<Value *, 2, ValType> Val;
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2492 template <typename ValType>
2494 fitsRegularPattern(typename SmallVectorImpl<ValType>::const_iterator Begin,
2496 typename SmallVectorImpl<ValType>::const_iterator End,
2497 ValType ExpectedIndex, unsigned ExpectedIndexStride) {
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4346 static std::error_code typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { argument
4352 if (ValType && ValType != ElemType)

Completed in 387 milliseconds