Home
last modified time | relevance | path

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

12345

/external/clang/lib/CodeGen/
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 …]
/external/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.cpp32 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
72 Type **Tys, in getDeclaration()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp5984 SmallVector<llvm::Type *, 3> Tys; in LookupNeonLLVMIntrinsic() local
6176 llvm::Type *Tys[] = { VTy, VecFlt }; in EmitCommonNeonBuiltinExpr() local
6226 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() local
6243 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local
6311 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() local
6315 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty}; in EmitCommonNeonBuiltinExpr() local
6343 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
6355 llvm::Type *Tys[2] = { VTy, PTy }; in EmitCommonNeonBuiltinExpr() local
6374 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
6398 llvm::Type *Tys[] = {Ty, Int8PtrTy}; in EmitCommonNeonBuiltinExpr() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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
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
/external/llvm/lib/Target/X86/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h322 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
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
/external/llvm-project/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp166 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
205 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in emitRepmovs() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp49 SmallVector<Type *, 4> Tys; in addVariantDeclaration() local
/external/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h348 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp100 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local
128 Type *Tys[] = {Ptr->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemSet() local
158 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemTransferInst() local
195 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateMemCpyInline() local
223 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemCpy() local
261 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
298 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemMove() local
330 Type *Tys[] = { Src->getType() }; in getReductionIntrinsic() local
DAutoUpgrade.cpp572 SmallVector<Type *, 4> Tys(fArgs.begin(), fArgs.end()); in UpgradeIntrinsicFunction1() local
593 Type *Tys[] = {fArgs[0], fArgs[1]}; in UpgradeIntrinsicFunction1() local
658 std::array<Type *, 2> Tys {{ in UpgradeIntrinsicFunction1() local
689 std::array<Type *, 0> Tys; in UpgradeIntrinsicFunction1() local
756 Type *Tys[] = {Args[1]}; in UpgradeIntrinsicFunction1() local
806 Type *Tys[] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
817 Type *Tys[] = { Args[0], Args[1] }; in UpgradeIntrinsicFunction1() local
829 Type *Tys[] = {F->getReturnType(), F->arg_begin()->getType()}; in UpgradeIntrinsicFunction1() local
839 Type *Tys[] = {Args[0], Args[1]}; in UpgradeIntrinsicFunction1() local
919 Type *Tys[2] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
[all …]
/external/llvm/lib/IR/
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
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()
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
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h287 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/external/llvm/include/llvm/IR/
DLLVMContext.h263 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp78 SmallVector<Type *, 4> Tys; in addVariantDeclaration() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp129 ArrayRef<Type*> Tys) { in getCallInstrCost()
139 ArrayRef<Type*> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
/external/llvm/examples/BrainF/
DBrainF.cpp71 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/external/llvm-project/llvm/lib/Target/AArch64/
DSVEIntrinsicOpts.cpp153 Type *Tys[] = {Op1->getArgOperand(0)->getType()}; in optimizePTest() local
/external/llvm-project/llvm/examples/BrainF/
DBrainF.cpp70 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/external/llvm/include/llvm/Analysis/
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()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp334 Type *Tys[] = {II->getArgOperand(0)->getType()}; in simplifyNvvmIntrinsic() local

12345