Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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
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()
DCore.cpp645 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType() local
672 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() local
697 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() local
2327 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration() local
2342 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType() local
2351 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h322 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/third_party/skia/third_party/externals/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
DX86ISelLowering.cpp8251 SDVTList Tys = DAG.getVTList(VecVT, MVT::Other); in EltsFromConsecutiveLoads() local
18862 SDVTList Tys; in BuildFILD() local
19167 SDVTList Tys = DAG.getVTList(MVT::v4f64, MVT::Other); in lowerUINT_TO_FP_vXi32() local
19375 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other); in LowerUINT_TO_FP() local
19540 SDVTList Tys = DAG.getVTList(TheVT, MVT::Other); in FP_TO_INTHelper() local
22745 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerStore() local
24667 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in expandIntrinsicWChainHelper() local
27571 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCMP_SWAP() local
28083 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerATOMIC_STORE() local
28188 SDVTList Tys = DAG.getVTList(ArgVT, ArgVT); in LowerFSINCOS() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h287 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp78 SmallVector<Type *, 4> Tys; in addVariantDeclaration() local
DValueMapper.cpp892 SmallVector<Type *, 3> Tys; in remapInstruction() local
973 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}; in mapAppendingVariable() local
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h492 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
501 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
516 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } in getCostOfKeepingLiveOverCall()
DTargetTransformInfo.h1776 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, ArrayRef<Type *> Tys, in getIntrinsicInstrCost()
1786 ArrayRef<Type *> Tys) override { in getCallInstrCost()
1796 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) override { in getCostOfKeepingLiveOverCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGlobalMerge.cpp454 std::vector<Type*> Tys; in doMerge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1578 Type *Tys[] = {Val->getType()}; in createPopcntIntrinsic() local
1592 Type *Tys[] = {Val->getType()}; in createFFSIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp708 int AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { in getCostOfKeepingLiveOverCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp940 ArrayRef<Type*> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp1138 ArrayRef<Type *> Tys, in getIntrinsicInstrCost()
DSystemZISelLowering.cpp3949 SDVTList Tys = DAG.getVTList(WideVT, MVT::i32, MVT::Other); in lowerATOMIC_CMP_SWAP() local
5242 SDVTList Tys = DAG.getVTList(MVT::Untyped, MVT::Other); in LowerOperationWrapper() local
5253 SDVTList Tys = DAG.getVTList(MVT::Other); in LowerOperationWrapper() local
5271 SDVTList Tys = DAG.getVTList(MVT::Untyped, MVT::i32, MVT::Other); in LowerOperationWrapper() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp503 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp863 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}; in linkAppendingVarProto() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp2818 Type *Tys[] = {AlignedAddr->getType()}; in emitMaskedAtomicRMWIntrinsic() local
2876 Type *Tys[] = {AlignedAddr->getType()}; in emitMaskedAtomicCmpXchgIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1557 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8939 SDVTList Tys = DAG.getVTList(ArgVT, ArgVT); in LowerFSINCOS() local
13226 EVT Tys[6]; in CombineBaseUpdate() local
13341 EVT Tys[5]; in CombineVLDDUP() local
16923 Type *Tys[] = { Addr->getType() }; in emitLoadLinked() local
16964 Type *Tys[] = { Addr->getType() }; in emitStoreConditional() local
17089 Type *Tys[] = {VecTy, Int8Ptr}; in lowerInterleavedLoad() local
17108 Type *Tys[] = {VecTy, VecEltTy}; in lowerInterleavedLoad() local
17261 Type *Tys[] = {Int8Ptr, SubVecTy}; in lowerInterleavedStore() local
17279 Type *Tys[] = {EltPtrTy, SubVecTy}; in lowerInterleavedStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1725 Type *Tys[] = {II->getArgOperand(0)->getType()}; in SimplifyNVVMIntrinsic() local
1839 Type *Tys[3] = { CI.getArgOperand(0)->getType(), in visitCallInst() local

12