/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 329 SPIRVType *ResType = HasDefs ? GR.getSPIRVTypeForVReg(ResVReg) : nullptr; in select() local 342 const SPIRVType *ResType, in spvSelect() 618 const SPIRVType *ResType, in selectExtInst() 626 const SPIRVType *ResType, in selectExtInst() 636 const SPIRVType *ResType, in selectExtInst() 660 const SPIRVType *ResType, in selectUnOpWithSrc() 672 const SPIRVType *ResType, in selectUnOp() 711 const SPIRVType *ResType, in selectBitcast() 772 const SPIRVType *ResType, in selectLoad() 811 const SPIRVType *ResType, in selectStackSave() [all …]
|
H A D | SPIRVPostLegalizer.cpp | 101 SPIRVType *ResType = GR->getSPIRVTypeForVReg(ResVReg); in processNewInstrs() local
|
H A D | SPIRVISelLowering.cpp | 135 bool EmitIR, SPIRVType *ResType, in createNewPtrType() 153 SPIRVType *ResType, const Type *ResTy = nullptr) { in validatePtrTypes()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 221 llvm::ScalableVectorType *ResType = nullptr; in coerceIllegalVector() local 268 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector() local 272 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext()); in coerceIllegalVector() local 276 auto *ResType = in coerceIllegalVector() local 281 auto *ResType = in coerceIllegalVector() local
|
H A D | ARM.cpp | 292 llvm::Type *ResType = in coerceIllegalVector() local 297 auto *ResType = llvm::FixedVectorType::get( in coerceIllegalVector() local
|
H A D | RISCV.cpp | 344 llvm::ScalableVectorType *ResType = in coerceVLSVector() local
|
H A D | X86.cpp | 2590 llvm::Type *ResType = nullptr; in classifyReturnType() local 2723 llvm::Type *ResType = nullptr; in classifyArgumentType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 380 Type *ResType = Builder.getInt32Ty(); in createMaskedFindMismatch() local 487 Type *ResType = I32Type; in createPredicatedFindMismatch() local 596 Type *ResType = Builder.getInt32Ty(); in expandFindMismatch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 192 Type *ResType = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 817 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType) { in getDefaultBuiltinObjectSizeResult() 823 llvm::IntegerType *ResType, in evaluateOrEmitBuiltinObjectSize() 886 llvm::IntegerType *ResType) { in emitFlexibleArrayMemberSize() 1077 llvm::IntegerType *ResType, in emitBuiltinObjectSize() 3560 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local 11467 llvm::Type *ResType = ConvertType(E->getType()); in EmitAArch64BuiltinExpr() local 16548 llvm::Type *ResType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local
|
H A D | CGStmtOpenMP.cpp | 6339 QualType SourceType, QualType ResType, in convertToType()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 493 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); in rewriteToObjCProperty() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 10648 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local 10670 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local 13790 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7122 Type *ResType = PFS.getFunction().getReturnType(); in parseRet() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4123 QualType ResType, ExprValueKind VK, ExprObjectKind OK, in CompoundAssignOperator()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 12037 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
|