Home
last modified time | relevance | path

Searched defs:OrigTy (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp42 QualType OrigTy = Ctx.getCanonicalType(E->getType()); in VisitCastExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp519 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticInstrCost() local
742 EVT OrigTy = TLI->getValueType(DL, RetTy); in getIntrinsicInstrCost() local
851 EVT OrigTy = TLI->getValueType(DL, Ty); in getArithmeticReductionCost() local
868 EVT OrigTy = TLI->getValueType(DL, Ty); in getMinMaxReductionCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp661 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentLoadOrStore() local
754 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType(); in instrumentAtomic() local
836 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType(); in getMemoryAccessFuncIndex() local
H A DDataFlowSanitizer.cpp938 Constant *DataFlowSanitizer::getZeroShadow(Type *OrigTy) { in getZeroShadow()
1055 Type *DataFlowSanitizer::getShadowTy(Type *OrigTy) { in getShadowTy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp109 IntegerType *OrigTy = nullptr; member in __anon7086da680111::IRPromoter
812 Type *OrigTy = V->getType(); in TryToPromote() local
H A DAtomicExpandPass.cpp472 Type *OrigTy = NewVal->getType(); in createCmpXchgInstFun() local
H A DCodeGenPrepare.cpp2839 Type *OrigTy; member in __anon7f6d13e30a11::TypePromotionTransaction::TypeMutator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp994 QualType OrigTy = OrigArg->getType(); in rewriteToNumericBoxedExpression() local
1134 QualType OrigTy = OrigArg->getType(); in doRewriteToUTF8StringBoxedExpressionHelper() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp759 LLT llvm::getLCMType(LLT OrigTy, LLT TargetTy) { in getLCMType()
804 LLT llvm::getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType()
H A DCallLowering.cpp356 LLT OrigTy = MRI.getType(OrigRegs[0]); in buildCopyFromRegs() local
641 const LLT OrigTy = getLLTForType(*Args[i].Ty, DL); in handleAssignments() local
H A DRegisterBankInfo.cpp475 LLT OrigTy = MRI.getType(OrigReg); in applyDefaultMapping() local
H A DLegalizerHelper.cpp44 getNarrowTypeBreakDown(LLT OrigTy, LLT NarrowTy, LLT &LeftoverTy) { in getNarrowTypeBreakDown()
1460 LLT OrigTy = MRI.getType(OrigReg); in widenWithUnmerge() local
1774 LLT OrigTy = MRI.getType(MI.getOperand(0).getReg()); in widenScalarAddSubOverflow() local
6786 LLT OrigTy = MRI.getType(Result); in lowerSMULH_UMULH() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp981 EVT OrigTy = cast<VTSDNode>(Node->getOperand(1))->getVT(); in ExpandSEXTINREG() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp694 const DIType *OrigTy = Ty; in visitMapDefType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp371 Type *OrigTy = V->getType(); in canEvaluateTruncated() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2043 llvm::Type *OrigTy = CGM.getTypes().ConvertType(LV.getType()); in EmitLoadOfGlobalRegLValue() local
2317 llvm::Type *OrigTy = CGM.getTypes().ConvertType(Dst.getType()); in EmitStoreThroughGlobalRegLValue() local
H A DCGDecl.cpp1063 llvm::Type *OrigTy = constant->getType(); in constWithPadding() local
H A DMicrosoftCXXABI.cpp2243 auto OrigTy = Ret.getType(); in performReturnAdjustment() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp6370 auto OrigTy = DT->getOriginalType(); in deduceOpenCLAddressSpace() local
11920 QualType OrigTy; member
11987 QualType OrigTy; member
12055 QualType OrigTy; member
H A DSemaExpr.cpp6024 QualType OrigTy = Param->getOriginalType(); in CheckStaticArrayArgument() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1022 Type *OrigTy = In->getType(); in promoteTo() local
H A DHexagonISelLowering.cpp1063 EVT OrigTy = cast<VTSDNode>(Op.getOperand(1))->getVT(); in LowerSETCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6676 bool IsRet, Type *OrigTy, const RISCVTargetLowering &TLI, in CC_RISCV()
6945 Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr; in analyzeOutputArgs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3499 const EVT &OrigTy, in addRequiredExtensionForVectorMULL()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8866 const EVT &OrigTy, in AddRequiredExtensionForVMULL()