Home
last modified time | relevance | path

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

/external/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.cpp339 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
362 ID id, ArrayRef<Type*> Tys) { in getType()
385 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
DCore.cpp276 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType() local
303 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() local
328 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() local
/external/llvm/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp41 std::string MBlazeIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
104 Type **Tys, in getDeclaration()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp140 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
234 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
DX86ISelLowering.cpp4872 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other); in EltsFromConsecutiveLoads() local
7537 SDVTList Tys; in BuildFILD() local
7760 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other); in LowerUINT_TO_FP() local
7846 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other); in FP_TO_INTHelper() local
10704 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCMP_SWAP() local
10716 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerREADCYCLECOUNTER() local
10931 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other); in ReplaceATOMIC_BINARY_64() local
10979 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in ReplaceNodeResults() local
11022 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in ReplaceNodeResults() local
12942 SDVTList Tys = DAG.getVTList(MVT::v4i64, MVT::Other); in PerformShuffleCombine256() local
/external/llvm/include/llvm-c/
DCore.h2656 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in unwrap()
2660 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
2666 inline Type **unwrap(LLVMTypeRef* Tys) { in unwrap()
2670 inline LLVMTypeRef *wrap(Type **Tys) { in wrap()
/external/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp137 std::vector<Type*> Tys; in doMerge() local
/external/llvm/examples/BrainF/
DBrainF.cpp58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1672 llvm::Type *Tys[2] = { FloatTy, Ty }; in EmitARMBuiltinExpr() local
1684 llvm::Type *Tys[2] = { Ty, FloatTy }; in EmitARMBuiltinExpr() local
1898 llvm::Type *Tys[2] = { Ty, NarrowTy }; in EmitARMBuiltinExpr() local
1912 llvm::Type *Tys[2] = { Ty, NarrowTy }; in EmitARMBuiltinExpr() local
DCodeGenModule.cpp1886 ArrayRef<llvm::Type*> Tys) { in getIntrinsic()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp375 Type *Tys[3] = {VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context)}; in HandleByValArgument() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp219 Type *Tys[3] = { CI.getArgOperand(0)->getType(), in visitCallInst() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c274 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types() local
324 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp563 MVT Tys[6] = {MVT::v8i8, MVT::v4i8, MVT::v2i8, in ARMTargetLowering() local
5127 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other); in ReplaceATOMIC_OP_64() local
7711 EVT Tys[6]; in CombineBaseUpdate() local
7793 EVT Tys[5]; in CombineVLDDUP() local