/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 416 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 …]
|
D | CodeGenModule.cpp | 2416 ArrayRef<llvm::Type*> Tys) { in getIntrinsic()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUIntrinsicInfo.cpp | 30 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName() 74 Type **Tys, in getDeclaration()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILIntrinsicInfo.cpp | 33 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/ |
D | AMDILIntrinsicInfo.cpp | 33 AMDGPUIntrinsicInfo::getName(unsigned int IntrID, Type **Tys, in getName() 86 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 | 423 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()
|
D | AutoUpgrade.cpp | 97 Type *Tys[2] = { F->getReturnType(), F->arg_begin()->getType() }; in UpgradeIntrinsicFunction1() local 188 Type *Tys[3] = { in UpgradeGlobalStructors() local
|
D | Core.cpp | 389 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/ |
D | X86SelectionDAGInfo.cpp | 140 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local 243 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
|
D | X86ISelLowering.cpp | 5717 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/ |
D | LLVMContext.h | 188 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVVMReflect.cpp | 200 Type *Tys[1]; in runOnModule() local
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 176 std::vector<Type*> Tys; in doMerge() local
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 507 SmallVector<Type*, 4> Tys; in getInstructionCost() local
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 333 Type *Tys[3] = { VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context) }; in HandleByValArgumentInit() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 613 Type *Tys[] = { Val->getType() }; in createPopcntIntrinsic() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 248 Type *Tys[3] = { CI.getArgOperand(0)->getType(), in visitCallInst() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 568 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/ |
D | AArch64ISelLowering.cpp | 7430 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/ |
D | llvm_ocaml.c | 332 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/ |
D | LoopVectorize.cpp | 3240 Type *Tys[] = {CI->getType()}; in vectorizeBlockInLoop() local 5820 SmallVector<Type*, 4> Tys; in getInstructionCost() local
|
D | SLPVectorizer.cpp | 1890 Type *Tys[] = { VectorType::get(CI->getType(), E->Scalars.size()) }; in vectorizeTree() local
|
D | BBVectorize.cpp | 1116 SmallVector<Type*, 4> Tys; in areInstsCompatible() local
|