/external/llvm/lib/Target/R600/ |
D | AMDILIntrinsicInfo.cpp | 33 AMDGPUIntrinsicInfo::getName(unsigned int IntrID, Type **Tys, in getName() 76 Type **Tys, in getDeclaration()
|
/external/llvm/lib/IR/ |
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 112 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local
|
D | Function.cpp | 377 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName() 581 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType() 625 ID id, ArrayRef<Type*> Tys) { in getType() 650 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
|
D | Core.cpp | 302 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType() local 329 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() local 354 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 | 142 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local 244 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
|
D | X86ISelLowering.cpp | 5109 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other); in EltsFromConsecutiveLoads() local 7987 SDVTList Tys; in BuildFILD() local 8229 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other); in LowerUINT_TO_FP() local 8316 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other); in FP_TO_INTHelper() local 11944 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCMP_SWAP() local 11956 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerREADCYCLECOUNTER() local 12217 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other); in ReplaceATOMIC_BINARY_64() local 12290 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in ReplaceNodeResults() local 12333 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in ReplaceNodeResults() local 14820 SDVTList Tys = DAG.getVTList(MVT::v4i64, MVT::Other); in PerformShuffleCombine256() local
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2727 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in unwrap() 2731 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap() 2737 inline Type **unwrap(LLVMTypeRef* Tys) { in unwrap() 2741 inline LLVMTypeRef *wrap(Type **Tys) { in wrap()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 195 SmallVector<Type*, 4> Tys; in getInstructionCost() local
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | GlobalMerge.cpp | 163 std::vector<Type*> Tys; in doMerge() local
|
D | LoopIdiomRecognize.cpp | 617 Type *Tys[] = { Val->getType() }; in createPopcntIntrinsic() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1896 llvm::Type *Tys[2] = { FloatTy, Ty }; in EmitARMBuiltinExpr() local 1908 llvm::Type *Tys[2] = { Ty, FloatTy }; in EmitARMBuiltinExpr() local 2146 llvm::Type *Tys[2] = { Ty, NarrowTy }; in EmitARMBuiltinExpr() local 2160 llvm::Type *Tys[2] = { Ty, NarrowTy }; in EmitARMBuiltinExpr() local
|
D | CodeGenModule.cpp | 2153 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 | 246 Type *Tys[3] = { CI.getArgOperand(0)->getType(), in visitCallInst() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2105 Type *Tys[] = { VectorType::get(CI->getType()->getScalarType(), VF) }; in vectorizeBlockInLoop() local 3432 SmallVector<Type*, 4> Tys; in getInstructionCost() local
|
D | BBVectorize.cpp | 1051 SmallVector<Type*, 4> Tys; in areInstsCompatible() 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 | 600 MVT Tys[6] = {MVT::v8i8, MVT::v4i8, MVT::v2i8, in ARMTargetLowering() local 5545 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other); in ReplaceATOMIC_OP_64() local 8701 EVT Tys[6]; in CombineBaseUpdate() local 8783 EVT Tys[5]; in CombineVLDDUP() local
|