Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp6262 SmallVector<llvm::Type *, 3> Tys; in LookupNeonLLVMIntrinsic() local
6462 llvm::Type *Tys[] = { VTy, VecFlt }; in EmitCommonNeonBuiltinExpr() local
6512 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() local
6529 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local
6597 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local
6601 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty}; in EmitCommonNeonBuiltinExpr() local
6629 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
6641 llvm::Type *Tys[2] = { VTy, PTy }; in EmitCommonNeonBuiltinExpr() local
6660 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
6684 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp162 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
201 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in emitRepmovs() local
H A DX86ISelLowering.cpp8677 SDVTList Tys = DAG.getVTList(VecVT, MVT::Other); in EltsFromConsecutiveLoads() local
8913 SDVTList Tys = in lowerBuildVectorAsBroadcast() local
8931 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local
9005 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local
9030 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local
9044 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerBuildVectorAsBroadcast() local
13747 SDVTList Tys = DAG.getVTList(VT, MVT::Other); in lowerShuffleAsBroadcast() local
20050 SDVTList Tys; in BuildFILD() local
20322 SDVTList Tys = DAG.getVTList(MVT::v4f64, MVT::Other); in lowerUINT_TO_FP_vXi32() local
20530 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other); in LowerUINT_TO_FP() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h329 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp49 SmallVector<Type *, 4> Tys; in addVariantDeclaration() local
H A DValueMapper.cpp936 SmallVector<Type *, 3> Tys; in remapInstruction() local
1017 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}; in mapAppendingVariable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp119 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local
147 Type *Tys[] = {Ptr->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemSet() local
177 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemTransferInst() local
214 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateMemCpyInline() local
242 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemCpy() local
280 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
317 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemMove() local
349 Type *Tys[] = { Src->getType() }; in getReductionIntrinsic() local
H A DAutoUpgrade.cpp582 SmallVector<Type *, 4> Tys(fArgs.begin(), fArgs.end()); in UpgradeIntrinsicFunction1() local
603 Type *Tys[] = {fArgs[0], fArgs[1]}; in UpgradeIntrinsicFunction1() local
668 std::array<Type *, 2> Tys {{ in UpgradeIntrinsicFunction1() local
699 std::array<Type *, 0> Tys; in UpgradeIntrinsicFunction1() local
766 Type *Tys[] = {Args[1]}; in UpgradeIntrinsicFunction1() local
816 Type *Tys[] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
827 Type *Tys[] = { Args[0], Args[1] }; in UpgradeIntrinsicFunction1() local
839 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()}; in UpgradeIntrinsicFunction1() local
849 Type *Tys[] = {Args[0], Args[1]}; in UpgradeIntrinsicFunction1() local
929 Type *Tys[2] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
[all …]
H A DFunction.cpp842 std::string Intrinsic::getName(ID Id, ArrayRef<Type *> Tys, Module *M, in getName()
864 std::string Intrinsic::getName(ID Id, ArrayRef<Type *> Tys) { in getName()
1180 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
1281 ID id, ArrayRef<Type*> Tys) { in getType()
1324 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
H A DCore.cpp679 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType() local
705 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() local
730 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() local
2389 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration() local
2404 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType() local
2413 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp70 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp132 ArrayRef<Type *> Tys) { in getOperandsScalarizationOverhead()
137 ArrayRef<Type *> Tys, in getCallInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp499 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
524 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
543 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp334 Type *Tys[] = {II->getArgOperand(0)->getType()}; in simplifyNvvmIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp298 Type *Tys[] = {Op1->getArgOperand(0)->getType()}; in optimizePTest() local
H A DAArch64TargetTransformInfo.cpp1290 AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { in getCostOfKeepingLiveOverCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h311 ArrayRef<Type *> Tys) const { in getOperandsScalarizationOverhead()
611 ArrayRef<Type *> Tys, in getCallInstrCost()
639 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall()
H A DTargetTransformInfo.h1948 ArrayRef<Type *> Tys) override { in getOperandsScalarizationOverhead()
2183 ArrayRef<Type *> Tys, in getCallInstrCost()
2194 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) override { in getCostOfKeepingLiveOverCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h697 ArrayRef<Type *> Tys) { in getOperandsScalarizationOverhead()
725 ArrayRef<Type *> Tys) { in getScalarizationOverhead()
1462 const SmallVectorImpl<Type *> &Tys = ICA.getArgTypes(); in getTypeBasedIntrinsicInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGlobalMerge.cpp456 std::vector<Type*> Tys; in doMerge() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp71 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
91 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
870 ArrayRef<Type *> Tys, in getCallInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1292 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerStore() local
1313 SDVTList Tys = DAG.getVTList(LN->getValueType(0), MVT::Other); in LowerLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1804 Type *Tys[] = {Val->getType()}; in createPopcntIntrinsic() local
1818 Type *Tys[] = {Val->getType()}; in createFFSIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp563 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp907 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}; in linkAppendingVarProto() local

12