Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp460 llvm::Type *Tys[] = {ResType, Builder.getInt8PtrTy(0)}; in emitBuiltinObjectSize() local
3243 SmallVector<llvm::Type *, 3> Tys; in LookupNeonLLVMIntrinsic() local
3398 llvm::Type *Tys[] = { VTy, VecFlt }; in EmitCommonNeonBuiltinExpr() local
3418 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() local
3431 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local
3479 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local
3505 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
3515 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
3539 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
3578 llvm::Type *Tys[2] = { Ty, NarrowTy }; in EmitCommonNeonBuiltinExpr() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIRBuilder.cpp105 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local
133 Type *Tys[] = {Ptr->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemSet() local
174 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemCpy() local
215 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemCpy() local
253 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
290 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemMove() local
324 Type *Tys[] = { Src->getType() }; in getReductionIntrinsic() local
332 Type *Tys[] = {Acc->getType(), Src->getType()}; in CreateFAddReduce() local
341 Type *Tys[] = {Acc->getType(), Src->getType()}; in CreateFMulReduce() local
H A DAutoUpgrade.cpp531 SmallVector<Type *, 4> Tys(fArgs.begin(), fArgs.end()); in UpgradeIntrinsicFunction1() local
552 Type *Tys[] = {fArgs[0], fArgs[1]}; in UpgradeIntrinsicFunction1() local
634 Type *Tys[] = {F->getFunctionType()->getReturnType(), Args[1]}; in UpgradeIntrinsicFunction1() local
684 Type *Tys[] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
695 Type *Tys[] = { Args[0], Args[1] }; in UpgradeIntrinsicFunction1() local
707 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()}; in UpgradeIntrinsicFunction1() local
717 Type *Tys[] = {Args[0], Args[1]}; in UpgradeIntrinsicFunction1() local
797 Type *Tys[2] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
811 Type *Tys[] = {F->arg_begin()->getType()}; in UpgradeIntrinsicFunction1() local
H A DFunction.cpp666 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
966 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
1069 ID id, ArrayRef<Type*> Tys) { in getType()
1112 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAutoUpgrade.cpp640 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()}; in UpgradeIntrinsicFunction1() local
647 Type *Tys[] = {Args[0], Args[2], Args[1]}; in UpgradeIntrinsicFunction1() local
656 Type *Tys[] = {F->getReturnType(), Args[1]}; in UpgradeIntrinsicFunction1() local
692 Type *Tys[] = {fArgs[0], fArgs[1]}; in UpgradeIntrinsicFunction1() local
757 std::array<Type *, 2> Tys {{ in UpgradeIntrinsicFunction1() local
788 std::array<Type *, 0> Tys; in UpgradeIntrinsicFunction1() local
853 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()}; in UpgradeIntrinsicFunction1() local
862 Type *Tys[] = {Args[0], Args[1]}; in UpgradeIntrinsicFunction1() local
904 Type *Tys[] = {Args[1]}; in UpgradeIntrinsicFunction1() local
961 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()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUIntrinsicInfo.cpp32 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
72 Type **Tys, in getDeclaration()
/aosp_15_r20/external/llvm/lib/IR/
H A DAutoUpgrade.cpp99 SmallVector<Type *, 4> Tys(fArgs.begin(), fArgs.end()); in UpgradeIntrinsicFunction1() local
120 Type *Tys[] = {fArgs[0], fArgs[1]}; in UpgradeIntrinsicFunction1() local
154 Type *Tys[] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
165 Type *Tys[] = { Args[0], Args[1] }; in UpgradeIntrinsicFunction1() local
181 Type *Tys[2] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
H A DFunction.cpp532 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
783 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
862 ID id, ArrayRef<Type*> Tys) { in getType()
905 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
H A DIRBuilder.cpp87 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local
114 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemCpy() local
145 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp160 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
257 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp162 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
202 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in emitRepmovs() local
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h348 ArrayRef<Type *> Tys, FastMathFlags FMF) { in getIntrinsicInstrCost()
356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
366 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } in getCostOfKeepingLiveOverCall()
H A DTargetTransformInfo.h947 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, ArrayRef<Type *> Tys, in getIntrinsicInstrCost()
957 ArrayRef<Type *> Tys) override { in getCallInstrCost()
966 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) override { in getCostOfKeepingLiveOverCall()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp129 ArrayRef<Type*> Tys) { in getCallInstrCost()
139 ArrayRef<Type*> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp150 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
156 ArrayRef<Type *> Tys, in getCallInstrCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DBasicTTIImpl.h803 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
833 ArrayRef<Type *> Tys, in getScalarizationOverhead()
1845 const SmallVectorImpl<Type *> &Tys = ICA.getArgTypes(); in getTypeBasedIntrinsicInstrCost() local
2344 ArrayRef<Type *> Tys, in getCallInstrCost()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DBasicTTIImpl.h803 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
833 ArrayRef<Type *> Tys, in getScalarizationOverhead()
1845 const SmallVectorImpl<Type *> &Tys = ICA.getArgTypes(); in getTypeBasedIntrinsicInstrCost() local
2344 ArrayRef<Type *> Tys, in getCallInstrCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DBasicTTIImpl.h802 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
832 ArrayRef<Type *> Tys, in getScalarizationOverhead()
1812 const SmallVectorImpl<Type *> &Tys = ICA.getArgTypes(); in getTypeBasedIntrinsicInstrCost() local
2334 ArrayRef<Type *> Tys, in getCallInstrCost()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DBasicTTIImpl.h810 ArrayRef<Type *> Tys, in getOperandsScalarizationOverhead()
840 ArrayRef<Type *> Tys, in getScalarizationOverhead()
1901 const SmallVectorImpl<Type *> &Tys = ICA.getArgTypes(); in getTypeBasedIntrinsicInstrCost() local
2400 ArrayRef<Type *> Tys, in getCallInstrCost()

12345