Home
last modified time | relevance | path

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

1234

/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/swiftshader/third_party/LLVM/lib/VMCore/
DIRBuilder.cpp68 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local
88 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemCpy() local
108 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
DFunction.cpp337 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
360 ID id, ArrayRef<Type*> Tys) { in getType()
387 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.cpp37 std::string BlackfinIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
97 Type **Tys, in getDeclaration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.cpp49 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
100 Type **Tys, in getDeclaration()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp40 std::string MBlazeIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
106 Type **Tys, in getDeclaration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp105 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local
135 Type *Tys[] = {Ptr->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemSet() local
167 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemCpy() local
208 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemCpy() local
247 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
284 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemMove() local
316 Type *Tys[] = { Src->getType()->getVectorElementType(), Src->getType() }; in getReductionIntrinsic() local
324 Type *Tys[] = {Src->getType()->getVectorElementType(), Acc->getType(), in CreateFAddReduce() local
334 Type *Tys[] = {Src->getType()->getVectorElementType(), Acc->getType(), in CreateFMulReduce() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86SelectionDAGInfo.cpp139 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
233 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() 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-7.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp180 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
269 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h1176 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in unwrap()
1180 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
1186 inline Type **unwrap(LLVMTypeRef* Tys) { in unwrap()
1190 inline LLVMTypeRef *wrap(Type **Tys) { in wrap()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp128 ArrayRef<Type*> Tys) { in getCallInstrCost()
138 ArrayRef<Type*> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
/external/llvm/include/llvm/IR/
DLLVMContext.h263 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h350 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMGlobalMerge.cpp131 std::vector<Type*> Tys; in doMerge() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.cpp119 std::vector<SPIRVType*> Tys; in getOperandTypes() local
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/BrainF/
DBrainF.cpp71 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/external/llvm/examples/BrainF/
DBrainF.cpp71 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()

1234