/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 7569 SmallVector<llvm::Type *, 3> Tys; in LookupNeonLLVMIntrinsic() local 7769 llvm::Type *Tys[] = { VTy, VecFlt }; in EmitCommonNeonBuiltinExpr() local 7819 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() local 7827 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() local 7844 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local 7912 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local 7916 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty}; in EmitCommonNeonBuiltinExpr() local 7944 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local 7954 llvm::Type *Tys[2] = {VTy, UnqualPtrTy}; in EmitCommonNeonBuiltinExpr() local 7971 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.cpp | 129 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local 172 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in emitRepmovs() local
|
H A D | X86ISelLowering.cpp | 6385 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in getBROADCAST_LOAD() local 7094 SDVTList Tys = DAG.getVTList(VecVT, MVT::Other); in EltsFromConsecutiveLoads() local 7366 SDVTList Tys = DAG.getVTList(MVT::getVectorVT(CVT, Repeat), MVT::Other); in lowerBuildVectorAsBroadcast() local 7382 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local 7456 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local 7481 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local 7495 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local 12601 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerShuffleAsBroadcast() local 19440 SDVTList Tys; in BuildFILD() local 19712 SDVTList Tys = DAG.getVTList(MVT::v4f64, MVT::Other); in lowerUINT_TO_FP_vXi32() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 47 SmallVector<Type *, 4> Tys; addVariantDeclaration() local
|
H A D | ValueMapper.cpp | 1010 SmallVector<Type *, 3> Tys; in remapInstruction() local 1096 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}; in mapAppendingVariable() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 367 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 1078 static std::string getIntrinsicNameImpl(Intrinsic::ID Id, ArrayRef<Type *> Tys, in getIntrinsicNameImpl() 1105 std::string Intrinsic::getName(ID Id, ArrayRef<Type *> Tys, Module *M, in getName() 1111 std::string Intrinsic::getNameNoUnnamedTypes(ID Id, ArrayRef<Type *> Tys) { in getNameNoUnnamedTypes() 1391 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType() 1482 ID id, ArrayRef<Type*> Tys) { in getType() 1513 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
|
H A D | IRBuilder.cpp | 143 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local 171 Type *Tys[] = {Dst->getType(), Size->getType()}; in CreateMemSetInline() local 198 Type *Tys[] = {Ptr->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemSet() local 228 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemTransferInst() local 266 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemCpy() local 382 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemMove() local 413 Type *Tys[] = { Src->getType() }; in getReductionIntrinsic() local
|
H A D | AutoUpgrade.cpp | 661 std::array<Type *, 2> Tys{ in upgradeArmOrAarch64IntrinsicFunction() local 732 Type *Tys[] = {fArgs[0], fArgs[1]}; in upgradeArmOrAarch64IntrinsicFunction() local 855 Type *Tys[] = {F->getReturnType(), Args[1]}; in upgradeArmOrAarch64IntrinsicFunction() local 886 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()}; in upgradeArmOrAarch64IntrinsicFunction() local 895 Type *Tys[] = {Args[0], Args[2], Args[1]}; in upgradeArmOrAarch64IntrinsicFunction() local 905 Type *Tys[] = {F->getReturnType(), Args[1]}; in upgradeArmOrAarch64IntrinsicFunction() local 1114 SmallVector<Type *, 2> Tys; in upgradeIntrinsicFunction1() local 1277 Type *Tys[2] = { F->getReturnType(), F->arg_begin()->getType() }; in upgradeIntrinsicFunction1() local 3974 std::vector<Type *> Tys; in upgradeARMIntrinsicCall() local
|
H A D | Core.cpp | 768 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType() local 794 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() local 819 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() local 2455 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration() local 2470 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType() local 2479 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName() local 2490 ArrayRef<Type *> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName2() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 394 Type *Tys[] = {II->getArgOperand(0)->getType()}; simplifyNvvmIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 545 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local 571 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local 591 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 815 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead() 845 ArrayRef<Type *> Tys, in getScalarizationOverhead() 1906 const SmallVectorImpl<Type *> &Tys = ICA.getArgTypes(); in getTypeBasedIntrinsicInstrCost() local 2424 ArrayRef<Type *> Tys, in getCallInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 87 ArrayRef<Type *> Tys, in IntrinsicCostAttributes() 107 ArrayRef<Type *> Tys, in IntrinsicCostAttributes() 602 ArrayRef<const Value *> Args, ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead() 1120 ArrayRef<Type *> Tys, in getCallInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 142 ArrayRef<Type *> Tys, in getCallInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 485 std::vector<Type*> Tys; in doMerge() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 401 SmallVector<Type *, 4> Tys; in toSpvOverloadedIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 381 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead() 779 ArrayRef<Type *> Tys, in getCallInstrCost() 817 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall()
|
H A D | TargetTransformInfo.h | 2492 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead() 2814 ArrayRef<Type *> Tys, in getCallInstrCost() 2825 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) override { in getCostOfKeepingLiveOverCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1373 Type *Tys[] = {PgVal->getType()}; in instCombineSVEPTest() local 1394 Type *Tys[] = {Pg->getArgOperand(0)->getType()}; in instCombineSVEPTest() local 1419 Type *Tys[] = {Pg->getType()}; in instCombineSVEPTest() local 3544 AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { in getCostOfKeepingLiveOverCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1543 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerStore() local 1555 SDVTList Tys = DAG.getVTList(MVT::Other); // The chain. in LowerStore() local 1580 SDVTList Tys = DAG.getVTList(LN->getValueType(0), MVT::Other); in LowerLoad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExpandVariadics.cpp | 147 ArrayRef<Type *> Tys = {}) { in getPreexistingDeclaration()
|
H A D | PartialInlining.cpp | 831 SmallVector<Type *, 4> Tys; in computeBBInlineCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 2123 Type *Tys[] = {Val->getType()}; in createPopcntIntrinsic() local 2137 Type *Tys[] = {Val->getType()}; in createFFSIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 945 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}; in linkAppendingVarProto() local
|