| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 555 SPIRVType *ResType = HasDefs ? GR.getSPIRVTypeForVReg(ResVReg) : nullptr; in select() local 595 const SPIRVType *ResType, in spvSelect() 965 const SPIRVType *ResType, in selectExtInst() 981 const SPIRVType *ResType, in selectExtInst() 989 const SPIRVType *ResType, in selectExtInst() 999 const SPIRVType *ResType, in selectExtInst() 1028 const SPIRVType *ResType, in selectOpWithSrcs() 1042 const SPIRVType *ResType, in selectUnOp() 1082 const SPIRVType *ResType, in selectBitcast() 1145 const SPIRVType *ResType, in selectLoad() [all …]
|
| H A D | SPIRVPostLegalizer.cpp | 83 SPIRVType *ResType = GR->getSPIRVTypeForVReg(ResVReg); in processNewInstrs() local
|
| H A D | SPIRVISelLowering.cpp | 164 SPIRVType *ResType, const Type *ResTy) { in createNewPtrType() 181 SPIRVType *ResType, const Type *ResTy = nullptr) { in validatePtrTypes()
|
| H A D | SPIRVPreLegalizer.cpp | 177 SPIRVType *ResType = GR->getSPIRVTypeForVReg(ResVReg); in buildOpBitcast() local
|
| H A D | SPIRVUtils.cpp | 994 const MachineInstr *ResType) { in getArrayComponentCount()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | DirectX.cpp | 40 auto *ResType = dyn_cast<HLSLAttributedResourceType>(Ty); in getHLSLType() local
|
| H A D | AArch64.cpp | 312 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector() local 316 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext()); in coerceIllegalVector() local 321 auto *ResType = in coerceIllegalVector() local 327 auto *ResType = in coerceIllegalVector() local
|
| H A D | ARM.cpp | 298 llvm::Type *ResType = in coerceIllegalVector() local 303 auto *ResType = llvm::FixedVectorType::get( in coerceIllegalVector() local
|
| H A D | SPIR.cpp | 472 auto *ResType = dyn_cast<HLSLAttributedResourceType>(Ty); in getHLSLType() local
|
| H A D | RISCV.cpp | 546 llvm::ScalableVectorType *ResType; in coerceVLSVector() local
|
| H A D | X86.cpp | 2606 llvm::Type *ResType = nullptr; in classifyReturnType() local 2739 llvm::Type *ResType = nullptr; in classifyArgumentType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXContainerGlobals.cpp | 216 dxbc::PSV::ResourceType ResType; in addResourcesForPSV() local 231 dxbc::PSV::ResourceType ResType; in addResourcesForPSV() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 429 Type *ResType = Builder.getInt32Ty(); in createMaskedFindMismatch() local 534 Type *ResType = I32Type; in createPredicatedFindMismatch() local 643 Type *ResType = Builder.getInt32Ty(); in expandFindMismatch() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 185 Type *ResType = Type::getInt32Ty(Ctx); in lowerPrintfForGpu() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 919 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType) { in getDefaultBuiltinObjectSizeResult() 925 llvm::IntegerType *ResType, in evaluateOrEmitBuiltinObjectSize() 1055 llvm::IntegerType *ResType) { in emitCountedBySize() 1113 llvm::IntegerType *ResType, in EmitPositiveResultOrZero() 1129 const Expr *Idx, llvm::IntegerType *ResType, in GetCountFieldAndIndex() 1150 QualType CastedArrayElementTy, unsigned Type, llvm::IntegerType *ResType) { in emitCountedByPointerSize() 1284 QualType CastedArrayElementTy, unsigned Type, llvm::IntegerType *ResType) { in emitCountedByMemberSize() 1510 llvm::IntegerType *ResType, in emitBuiltinObjectSize() 3673 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); in EmitBuiltinExpr() local
|
| H A D | CGStmtOpenMP.cpp | 6558 QualType SourceType, QualType ResType, in convertToType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | X86.cpp | 2941 llvm::Type *ResType = ConvertType(E->getType()); in EmitX86BuiltinExpr() local
|
| H A D | ARM.cpp | 5528 llvm::Type *ResType = ConvertType(E->getType()); in EmitAArch64BuiltinExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 1612 QualType &ResType, HLSLAttributedResourceLocInfo *LocInfo) { in CreateHLSLAttributedResourceType()
|
| H A D | SemaExpr.cpp | 10928 QualType ResType = Operand->getType(); in checkArithmeticIncompletePointerType() local 10950 QualType ResType = Operand->getType(); in checkArithmeticOpPointerOperand() local 14188 QualType ResType = Op->getType(); in CheckIncrementDecrementOperand() local
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 7436 Type *ResType = PFS.getFunction().getReturnType(); in parseRet() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 4239 QualType ResType, ExprValueKind VK, ExprObjectKind OK, in CompoundAssignOperator()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12662 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() local
|