Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DCGBuiltin.cpp416 llvm::Type *Tys[] = { ResType, Builder.getInt8PtrTy(0) }; in EmitBuiltinExpr() local
2444 SmallVector<llvm::Type *, 3> Tys; in LookupNeonLLVMIntrinsic() local
2596 llvm::Type *Tys[] = { VTy, VecFlt }; in EmitCommonNeonBuiltinExpr() local
2622 llvm::Type *Tys[2] = { FloatTy, Ty }; in EmitCommonNeonBuiltinExpr() local
2641 llvm::Type *Tys[2] = { Ty, FloatTy }; in EmitCommonNeonBuiltinExpr() local
2701 llvm::Type *Tys[2] = { Ty, InTy }; in EmitCommonNeonBuiltinExpr() local
2797 llvm::Type *Tys[2] = { Ty, NarrowTy }; in EmitCommonNeonBuiltinExpr() local
2807 llvm::Type *Tys[2] = { Ty, NarrowTy }; in EmitCommonNeonBuiltinExpr() local
4601 llvm::Type* Tys[2] = { VTy, ArgTy }; in EmitAArch64BuiltinExpr() local
4787 llvm::Type *Tys[2] = { Ty, InTy }; in EmitAArch64BuiltinExpr() local
[all …]
DCodeGenModule.cpp2416 ArrayRef<llvm::Type*> Tys) { in getIntrinsic()
/external/llvm/lib/Target/R600/
DAMDGPUIntrinsicInfo.cpp30 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
74 Type **Tys, in getDeclaration()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILIntrinsicInfo.cpp33 AMDGPUIntrinsicInfo::getName(unsigned int IntrID, Type **Tys, in getName()
86 Type **Tys, in getDeclaration()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILIntrinsicInfo.cpp33 AMDGPUIntrinsicInfo::getName(unsigned int IntrID, Type **Tys, in getName()
86 Type **Tys, in getDeclaration()
/external/llvm/lib/IR/
DIRBuilder.cpp68 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local
88 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemCpy() local
112 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
DFunction.cpp423 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
643 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
700 ID id, ArrayRef<Type*> Tys) { in getType()
725 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
DAutoUpgrade.cpp97 Type *Tys[2] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local
188 Type *Tys[3] = { in UpgradeGlobalStructors() local
DCore.cpp389 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType() local
416 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() local
441 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() local
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp140 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
243 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
DX86ISelLowering.cpp5717 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other); in EltsFromConsecutiveLoads() local
10705 SDVTList Tys; in BuildFILD() local
10944 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other); in LowerUINT_TO_FP() local
11032 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other); in FP_TO_INTHelper() local
14275 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in getReadPerformanceCounter() local
14320 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in getReadTimeStampCounter() local
15978 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCMP_SWAP() local
16162 SDVTList Tys = DAG.getVTList(ArgVT, ArgVT); in LowerFSINCOS() local
16400 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in ReplaceNodeResults() local
18370 SDVTList Tys = DAG.getVTList(MVT::v4i64, MVT::Other); in PerformShuffleCombine256() local
/external/llvm/include/llvm/IR/
DLLVMContext.h188 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
/external/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp200 Type *Tys[1]; in runOnModule() local
/external/llvm/examples/BrainF/
DBrainF.cpp58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp176 std::vector<Type*> Tys; in doMerge() local
/external/llvm/lib/Analysis/
DCostModel.cpp507 SmallVector<Type*, 4> Tys; in getInstructionCost() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp333 Type *Tys[3] = { VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context) }; in HandleByValArgumentInit() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp613 Type *Tys[] = { Val->getType() }; in createPopcntIntrinsic() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp248 Type *Tys[3] = { CI.getArgOperand(0)->getType(), in visitCallInst() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp568 MVT Tys[6] = {MVT::v8i8, MVT::v4i8, MVT::v2i8, in ARMTargetLowering() local
6136 SDVTList Tys = DAG.getVTList(ArgVT, ArgVT); in LowerFSINCOS() local
8918 EVT Tys[6]; in CombineBaseUpdate() local
8999 EVT Tys[5]; in CombineVLDDUP() local
10825 Type *Tys[] = { Addr->getType() }; in emitLoadLinked() local
10859 Type *Tys[] = { Addr->getType() }; in emitStoreConditional() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7430 EVT Tys[3] = { VT, MVT::i64, MVT::Other }; in performPostLD1Combine() local
7554 EVT Tys[6]; in performNEONPostLDSTCombine() local
7957 Type *Tys[] = { Addr->getType() }; in emitLoadLinked() local
7991 Type *Tys[] = { Addr->getType() }; in emitStoreConditional() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c332 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types() local
382 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3240 Type *Tys[] = {CI->getType()}; in vectorizeBlockInLoop() local
5820 SmallVector<Type*, 4> Tys; in getInstructionCost() local
DSLPVectorizer.cpp1890 Type *Tys[] = { VectorType::get(CI->getType(), E->Scalars.size()) }; in vectorizeTree() local
DBBVectorize.cpp1116 SmallVector<Type*, 4> Tys; in areInstsCompatible() local

12