Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILIntrinsicInfo.cpp33 AMDGPUIntrinsicInfo::getName(unsigned int IntrID, Type **Tys, in getName()
76 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.cpp377 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()
DCore.cpp302 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/
DMBlazeIntrinsicInfo.cpp41 std::string MBlazeIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName()
104 Type **Tys, in getDeclaration()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp142 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local
244 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
DX86ISelLowering.cpp5109 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/
DCore.h2727 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/
DCostModel.cpp195 SmallVector<Type*, 4> Tys; in getInstructionCost() local
/external/llvm/examples/BrainF/
DBrainF.cpp58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) }; in header() local
/external/llvm/lib/Transforms/Scalar/
DGlobalMerge.cpp163 std::vector<Type*> Tys; in doMerge() local
DLoopIdiomRecognize.cpp617 Type *Tys[] = { Val->getType() }; in createPopcntIntrinsic() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1896 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
DCodeGenModule.cpp2153 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.cpp246 Type *Tys[3] = { CI.getArgOperand(0)->getType(), in visitCallInst() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2105 Type *Tys[] = { VectorType::get(CI->getType()->getScalarType(), VF) }; in vectorizeBlockInLoop() local
3432 SmallVector<Type*, 4> Tys; in getInstructionCost() local
DBBVectorize.cpp1051 SmallVector<Type*, 4> Tys; in areInstsCompatible() 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.cpp600 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