HomeSort by relevance Sort by last modified time
    Searched refs:isVectorType (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/swiftshader/third_party/subzero/src/
IcePhiLoweringImpl.h 55 } else if (isVectorType(DestTy) &&
IceTypes.h 90 bool isVectorType(Type Ty);
IceTargetLoweringARM32.cpp 215 if (isVectorType(Ty))
459 if (isVectorType(DestTy)) {
700 if (!isVectorType(SrcTy)) {
713 if (!isVectorType(DestTy)) {
    [all...]
IceTargetLoweringMIPS32.cpp 99 if (isVectorType(Ty))
242 if (PartialOnStack && isVectorType(Ty)) {
275 if (isVectorType(DestTy)) {
304 if (isVectorType(DestTy)) {
331 if (isVectorType(DestTy)) {
361 if (isVectorType(DestTy)) {
426 if (isVectorType(DestTy)) {
559 if (!isVectorType(SrcTy)) {
572 if (!isVectorType(DestTy)) {
586 if (isVectorType(DestTy) && ID == Intrinsics::Fabs)
    [all...]
IceTargetLoweringX86BaseImpl.h 652 if (isVectorType(Ty))
    [all...]
IceTypes.cpp 182 bool isVectorType(Type Ty) {
185 llvm_unreachable("Invalid type for isVectorType()");
IceInstARM32.cpp 361 if (isScalarFloatingType(Ty) || isVectorType(Ty))
835 if (isVectorType(Dest->getType())) {
    [all...]
IceInstX86BaseImpl.h     [all...]
IceTargetLoweringX8632.cpp 364 if (isVectorType(ReturnType)) {
PNaClTranslator.cpp     [all...]
IceTargetLowering.h 517 assert(isVectorType(DestTy));
IceTargetLoweringX8632Traits.h 726 assert(isVectorType(Ty));
    [all...]
IceTargetLoweringX8664.cpp 702 if (isVectorType(ReturnType) || isScalarFloatingType(ReturnType)) {
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 252 if (T->isVectorType()) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 130 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); }
138 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; }
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 130 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); }
138 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; }
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExprScalar.cpp 813 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 201 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType())
Type.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 41 return ty->isScalarType() || ty->isVectorType() || ty->isRecordType();

Completed in 938 milliseconds

1 2 3