Searched refs:isSupportedType (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 55 static bool isSupportedType(const DataLayout &DL, const ARMTargetLowering &TLI, in isSupportedType() function 58 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType() 67 return isSupportedType(DL, TLI, StructT->getElementType(0)); in isSupportedType() 190 if (!isSupportedType(DL, TLI, Val->getType())) in lowerReturnVal() 383 if (!isSupportedType(DL, TLI, Arg.getType())) in lowerFormalArguments() 493 if (!isSupportedType(DL, TLI, Arg.Ty)) in lowerCall() 513 if (!isSupportedType(DL, TLI, Info.OrigRet.Ty)) in lowerCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 172 bool isSupportedType(Value *V); 728 bool TypePromotion::isSupportedType(Value *V) { in isSupportedType() function in TypePromotion 751 return isa<BinaryOperator>(I) && isSupportedType(I) && in isSupportedValue() 764 return isSupportedType(I); in isSupportedValue() 766 return isSupportedType(I->getOperand(0)); in isSupportedValue() 780 return isSupportedType(Call) && in isSupportedValue() 785 return isSupportedType(V); in isSupportedValue() 787 return isSupportedType(V); in isSupportedValue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtoh.d | 490 private bool isSupportedType(AST.Type t) 506 return isSupportedType((cast(AST.TypeNext) t).next); 512 if (!isSupportedType(tf.next)) 516 if (!isSupportedType(param.type)) 750 if (tf && !isSupportedType(tf.next)) 757 if (!isSupportedType(fparam.type)) 984 if (!isSupportedType(type))
|