Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp6707 SmallVector<llvm::Type *, 3> Tys; in LookupNeonLLVMIntrinsic() local
6907 llvm::Type *Tys[] = { VTy, VecFlt }; in EmitCommonNeonBuiltinExpr() local
6957 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() local
6965 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() local
6982 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local
7050 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local
7054 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty}; in EmitCommonNeonBuiltinExpr() local
7082 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
7094 llvm::Type *Tys[2] = { VTy, PTy }; in EmitCommonNeonBuiltinExpr() local
7113 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp641 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()}; in UpgradeIntrinsicFunction1() local
648 Type *Tys[] = {Args[0], Args[2], Args[1]}; in UpgradeIntrinsicFunction1() local
657 Type *Tys[] = {F->getReturnType(), Args[1]}; in UpgradeIntrinsicFunction1() local
693 Type *Tys[] = {fArgs[0], fArgs[1]}; in UpgradeIntrinsicFunction1() local
758 std::array<Type *, 2> Tys {{ in UpgradeIntrinsicFunction1() local
789 std::array<Type *, 0> Tys; in UpgradeIntrinsicFunction1() local
854 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()}; in UpgradeIntrinsicFunction1() local
863 Type *Tys[] = {Args[0], Args[1]}; in UpgradeIntrinsicFunction1() local
905 Type *Tys[] = {Args[1]}; in UpgradeIntrinsicFunction1() local
962 Type *Tys[] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
[all …]
H A DIRBuilder.cpp144 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local
173 Type *Tys[] = {Dst->getType(), Size->getType()}; in CreateMemSetInline() local
201 Type *Tys[] = {Ptr->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemSet() local
231 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemTransferInst() local
268 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateMemCpyInline() local
310 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemCpy() local
348 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
385 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemMove() local
416 Type *Tys[] = { Src->getType() }; in getReductionIntrinsic() local
H A DFunction.cpp982 static std::string getIntrinsicNameImpl(Intrinsic::ID Id, ArrayRef<Type *> Tys, in getIntrinsicNameImpl()
1009 std::string Intrinsic::getName(ID Id, ArrayRef<Type *> Tys, Module *M, in getName()
1015 std::string Intrinsic::getNameNoUnnamedTypes(ID Id, ArrayRef<Type *> Tys) { in getNameNoUnnamedTypes()
1366 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
1471 ID id, ArrayRef<Type*> Tys) { in getType()
1502 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
H A DCore.cpp691 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType() local
717 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() local
742 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() local
2344 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration() local
2359 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType() local
2368 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName() local
2379 ArrayRef<Type *> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName2() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp130 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
170 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in emitRepmovs() local
H A DX86ISelLowering.cpp8813 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in getBROADCAST_LOAD() local
9507 SDVTList Tys = DAG.getVTList(VecVT, MVT::Other); in EltsFromConsecutiveLoads() local
9756 SDVTList Tys = in lowerBuildVectorAsBroadcast() local
9774 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local
9850 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local
9875 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local
9889 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local
14898 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerShuffleAsBroadcast() local
21462 SDVTList Tys; in BuildFILD() local
21734 SDVTList Tys = DAG.getVTList(MVT::v4f64, MVT::Other); in lowerUINT_TO_FP_vXi32() local
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h344 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp48 SmallVector<Type *, 4> Tys; in addVariantDeclaration() local
H A DValueMapper.cpp953 SmallVector<Type *, 3> Tys; in remapInstruction() local
1035 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}; in mapAppendingVariable() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOpcodes.cpp32 ArrayRef<Type *> Tys = std::nullopt) { in replaceIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp534 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
560 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
580 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp70 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp150 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
156 ArrayRef<Type *> Tys, in getCallInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp386 Type *Tys[] = {II->getArgOperand(0)->getType()}; in simplifyNvvmIntrinsic() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h767 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
797 ArrayRef<Type *> Tys, in getScalarizationOverhead()
1702 const SmallVectorImpl<Type *> &Tys = ICA.getArgTypes(); in getTypeBasedIntrinsicInstrCost() local
2203 ArrayRef<Type *> Tys, in getCallInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp77 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
97 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
524 ArrayRef<const Value *> Args, ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
985 ArrayRef<Type *> Tys, in getCallInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DGlobalMerge.cpp455 std::vector<Type*> Tys; in doMerge() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h343 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
689 ArrayRef<Type *> Tys, in getCallInstrCost()
726 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall()
H A DTargetTransformInfo.h2168 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
2457 ArrayRef<Type *> Tys, in getCallInstrCost()
2468 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) override { in getCostOfKeepingLiveOverCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp558 ArrayRef<Type*> Tys) { in getScalarIntrinsicDeclaration()
585 SmallVector<llvm::Type *, 3> Tys; in splitCall() local
H A DLoopIdiomRecognize.cpp1993 Type *Tys[] = {Val->getType()}; in createPopcntIntrinsic() local
2007 Type *Tys[] = {Val->getType()}; in createFFSIntrinsic() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp993 Type *Tys[] = {PgVal->getType()}; in instCombineSVEPTest() local
1014 Type *Tys[] = {Pg->getArgOperand(0)->getType()}; in instCombineSVEPTest() local
1039 Type *Tys[] = {Pg->getType()}; in instCombineSVEPTest() local
2654 AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { in getCostOfKeepingLiveOverCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1480 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerStore() local
1492 SDVTList Tys = DAG.getVTList(MVT::Other); // The chain. in LowerStore() local
1517 SDVTList Tys = DAG.getVTList(LN->getValueType(0), MVT::Other); in LowerLoad() local
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2833 Type *Tys[] = {AlignedAddr->getType()}; in emitMaskedAtomicCmpXchgIntrinsic() local
2848 Type *Tys[] = {AlignedAddr->getType()}; in emitMaskedAtomicRMWIntrinsic() local

12