/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6262 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 D | X86SelectionDAGInfo.cpp | 162 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 D | X86ISelLowering.cpp | 8677 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 D | LLVMContext.h | 329 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 49 SmallVector<Type *, 4> Tys; in addVariantDeclaration() local
|
H A D | ValueMapper.cpp | 936 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 D | IRBuilder.cpp | 119 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 D | AutoUpgrade.cpp | 582 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 D | Function.cpp | 842 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 D | Core.cpp | 679 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 D | BrainF.cpp | 70 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 132 ArrayRef<Type *> Tys) { in getOperandsScalarizationOverhead() 137 ArrayRef<Type *> Tys, in getCallInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 499 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 D | NVPTXTargetTransformInfo.cpp | 334 Type *Tys[] = {II->getArgOperand(0)->getType()}; in simplifyNvvmIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 298 Type *Tys[] = {Op1->getArgOperand(0)->getType()}; in optimizePTest() local
|
H A D | AArch64TargetTransformInfo.cpp | 1290 AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { in getCostOfKeepingLiveOverCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 311 ArrayRef<Type *> Tys) const { in getOperandsScalarizationOverhead() 611 ArrayRef<Type *> Tys, in getCallInstrCost() 639 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall()
|
H A D | TargetTransformInfo.h | 1948 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 D | BasicTTIImpl.h | 697 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 D | GlobalMerge.cpp | 456 std::vector<Type*> Tys; in doMerge() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 71 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 D | WebAssemblyISelLowering.cpp | 1292 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 D | LoopIdiomRecognize.cpp | 1804 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 D | AMDGPUTargetTransformInfo.cpp | 563 SmallVector<Type *> Tys(Args.size(), Ty); in getArithmeticInstrCost() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
H A D | IRMover.cpp | 907 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}; in linkAppendingVarProto() local
|