/external/llvm/lib/VMCore/ |
D | IRBuilder.cpp | 68 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
|
D | Function.cpp | 339 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()
|
D | Core.cpp | 276 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/ |
D | MBlazeIntrinsicInfo.cpp | 41 std::string MBlazeIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName() 104 Type **Tys, in getDeclaration()
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 140 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local 234 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
|
D | X86ISelLowering.cpp | 4872 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/ |
D | Core.h | 2656 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/ |
D | GlobalMerge.cpp | 137 std::vector<Type*> Tys; in doMerge() local
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1672 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
|
D | CodeGenModule.cpp | 1886 ArrayRef<llvm::Type*> Tys) { in getIntrinsic()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 375 Type *Tys[3] = {VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context)}; in HandleByValArgument() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 219 Type *Tys[3] = { CI.getArgOperand(0)->getType(), in visitCallInst() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 274 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/ |
D | ARMISelLowering.cpp | 563 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
|