/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 251 SPIRVType *ResType = HasDefs ? GR.getSPIRVTypeForVReg(ResVReg) : nullptr; in select() local 263 const SPIRVType *ResType, in spvSelect() 490 const SPIRVType *ResType, in selectExtInst() 498 const SPIRVType *ResType, in selectExtInst() 508 const SPIRVType *ResType, in selectExtInst() 532 const SPIRVType *ResType, in selectUnOpWithSrc() 544 const SPIRVType *ResType, in selectUnOp() 591 const SPIRVType *ResType, in selectLoad() 674 const SPIRVType *ResType, in selectAtomicRMW() 715 const SPIRVType *ResType, in selectAtomicCmpXchg() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 224 Type *ResType = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 3635 llvm::Type *ResType = nullptr; in classifyReturnType() local 3768 llvm::Type *ResType = nullptr; in classifyArgumentType() local 5685 llvm::ScalableVectorType *ResType = nullptr; in coerceIllegalVector() local 5732 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector() local 5736 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext()); in coerceIllegalVector() local 5740 auto *ResType = in coerceIllegalVector() local 5745 auto *ResType = in coerceIllegalVector() local 6588 llvm::Type *ResType = in coerceIllegalVector() local 6593 auto *ResType = llvm::FixedVectorType::get( in coerceIllegalVector() local
|
H A D | CGBuiltin.cpp | 762 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType) { in getDefaultBuiltinObjectSizeResult() 768 llvm::IntegerType *ResType, in evaluateOrEmitBuiltinObjectSize() 788 llvm::IntegerType *ResType, in emitBuiltinObjectSize() 2932 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local 10255 llvm::Type *ResType = ConvertType(E->getType()); in EmitAArch64BuiltinExpr() local 15298 llvm::Type *ResType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local
|
H A D | CGStmtOpenMP.cpp | 6236 QualType SourceType, QualType ResType, in convertToType()
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 496 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 11212 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local 11234 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local 14360 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Expr.h | 4072 QualType ResType, ExprValueKind VK, ExprObjectKind OK, in CompoundAssignOperator()
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6508 Type *ResType = PFS.getFunction().getReturnType(); in parseRet() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 11437 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
|