Searched defs:ResType (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 218 llvm::Type *ResType = llvm::Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 556 auto ResType = Res->getResourceType(); in writeResource() local 784 ulittle16_t ResType; // 1 for icons, 2 for cursors. member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 3556 llvm::Type *ResType = nullptr; in classifyReturnType() local 3690 llvm::Type *ResType = nullptr; in classifyArgumentType() local 5573 llvm::ScalableVectorType *ResType = nullptr; in coerceIllegalVector() local 5620 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector() local 5624 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext()); in coerceIllegalVector() local 5628 auto *ResType = in coerceIllegalVector() local 5633 auto *ResType = in coerceIllegalVector() local 6416 llvm::Type *ResType = in coerceIllegalVector() local 6421 auto *ResType = llvm::FixedVectorType::get( in coerceIllegalVector() local
|
H A D | CGBuiltin.cpp | 723 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType) { in getDefaultBuiltinObjectSizeResult() 729 llvm::IntegerType *ResType, in evaluateOrEmitBuiltinObjectSize() 749 llvm::IntegerType *ResType, in emitBuiltinObjectSize() 2905 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local 14568 llvm::Type *ResType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local
|
H A D | CGStmtOpenMP.cpp | 5615 QualType SourceType, QualType ResType, in convertToType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2710 Type *ResType = I.getType(); in translateAtomicCmpXchg() local 2738 Type *ResType = I.getType(); in translateAtomicRMW() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 497 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 10403 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local 10425 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local 13249 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6400 Type *ResType = PFS.getFunction().getReturnType(); in parseRet() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 3987 QualType ResType, ExprValueKind VK, ExprObjectKind OK, in CompoundAssignOperator()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 10608 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
|