/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 162 QualType CastTy = SC->getType(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1091 ParsedType CastTy; in ParseCastExpression() local 2433 ParsedType &CastTy, in ParseExprAfterUnaryExprOrTypeTrait() 2627 ParsedType CastTy; in ParseUnaryExprOrTypeTraitExpression() local 3026 bool isTypeCast, ParsedType &CastTy, in ParseParenExpression()
|
H A D | ParseExprCXX.cpp | 4055 ParsedType &CastTy, in ParseCXXAmbiguousParenExpression()
|
H A D | ParseDecl.cpp | 8332 ParsedType CastTy; in ParseTypeofSpecifier() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1831 void LegalizerHelper::bitcastSrc(MachineInstr &MI, LLT CastTy, unsigned OpIdx) { in bitcastSrc() 1836 void LegalizerHelper::bitcastDst(MachineInstr &MI, LLT CastTy, unsigned OpIdx) { in bitcastDst() 3227 LLT CastTy) { in bitcastExtractVectorElt() 3363 LLT CastTy) { in bitcastInsertVectorElt() 3436 LLT CastTy) { in bitcastConcatVector() 3706 LegalizerHelper::bitcast(MachineInstr &MI, unsigned TypeIdx, LLT CastTy) { in bitcast()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 543 MVT CastTy = tyVector(Vec.getValueType().getSimpleVT(), ElemTy); in opCastElem() local 3497 EVT CastTy = Cast.getValueType(); in combineTruncateBeforeLegal() local
|
H A D | HexagonISelLowering.cpp | 3885 Type *CastTy = Builder.getIntNTy(SZ); emitStoreConditional() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1388 QualType ValTy, QualType CastTy, in castValueToType()
|
H A D | CGObjCGNU.cpp | 2708 llvm::Type *CastTy = llvm::StructType::get(IdTy, IdTy); in GenerateMessageSendSuper() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1596 Type *CastTy = FixedVectorType::get(SrcTy, VTy->getNumElements() / 2); in foldTruncInsEltPair() local
|
H A D | InstructionCombining.cpp | 389 Type *CastTy = IntToPtr->getDestTy(); in simplifyIntToPtrRoundTripCast() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 571 Type *CastTy = LoadTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(LoadTy) : LoadTy; in FoldReinterpretLoadFromConst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 13153 Type *CastTy = R->getType(); in vectorizeTree() local 13156 Type *CastTy = L->getType(); in vectorizeTree() local 13505 auto *CastTy = in vectorizeTree() local 13575 Type *CastTy = VecTy; in vectorizeTree() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 7151 QualType CastTy = llvm::StringSwitch<QualType>(Name) in shouldNotPrintDirectly() local 7410 QualType CastTy; in checkFormatExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 856 bool AMDGPUTargetLowering::isLoadBitCastBeneficial(EVT LoadTy, EVT CastTy, in isLoadBitCastBeneficial()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2272 Type *CastTy = Builder.getIntNTy(Size <= 4 ? 32 : 64); in createRuntimeShuffleFunction() local
|