HomeSort by relevance Sort by last modified time
    Searched refs:Tys (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Target/MBlaze/
MBlazeIntrinsicInfo.h 22 std::string getName(unsigned IntrID, Type **Tys = 0,
27 Function *getDeclaration(Module *M, unsigned ID, Type **Tys = 0,
MBlazeIntrinsicInfo.cpp 41 std::string MBlazeIntrinsicInfo::getName(unsigned IntrID, Type **Tys,
104 Type **Tys,
  /external/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 38 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// intrinsic, Tys should point to an array of numTys pointers to Type,
43 virtual std::string getName(unsigned IID, Type **Tys = 0,
57 /// and return it. The Tys and numTys are for intrinsics with overloaded
59 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = 0,
  /external/llvm/lib/Target/R600/
AMDILIntrinsicInfo.h 37 std::string getName(unsigned int IntrId, Type **Tys = 0,
42 Type **Tys = 0,
AMDILIntrinsicInfo.cpp 33 AMDGPUIntrinsicInfo::getName(unsigned int IntrID, Type **Tys,
76 Type **Tys,
  /external/llvm/include/llvm/IR/
Intrinsics.h 48 std::string getName(ID id, ArrayRef<Type*> Tys = ArrayRef<Type*>());
53 ArrayRef<Type*> Tys = ArrayRef<Type*>());
66 /// The Tys and numTys parameters are for intrinsics with overloaded types
68 /// overloaded intrinsic, Tys should point to an array of numTys pointers to
72 ArrayRef<Type*> Tys = ArrayRef<Type*>());
  /external/llvm/lib/IR/
Function.cpp 377 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) {
385 if (Tys.empty())
388 for (unsigned i = 0; i < Tys.size(); ++i) {
389 if (PointerType* PTyp = dyn_cast<PointerType>(Tys[i])) {
393 else if (Tys[i])
394 Result += "." + EVT::getEVT(Tys[i]).getEVTString();
581 ArrayRef<Type*> Tys, LLVMContext &Context) {
597 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width);
599 return PointerType::get(DecodeFixedType(Infos, Tys, Context),
605 Elts[i] = DecodeFixedType(Infos, Tys, Context)
    [all...]
IRBuilder.cpp 68 Type *Tys[] = { Ptr->getType(), Size->getType() };
70 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);
88 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
90 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys);
112 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
114 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys);
Core.cpp 302 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
303 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
329 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
330 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0));
354 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
355 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0);
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 142 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
144 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
156 Tys = DAG.getVTList(MVT::Other, MVT::Glue);
158 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
244 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
246 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops,
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 102 ArrayRef<Type*> Tys) const;
383 ArrayRef<Type *> Tys) const {
394 for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
395 if (Tys[i]->isVectorTy()) {
396 ScalarizationCost += getScalarizationOverhead(Tys[i], false, true);
447 Tys);
  /external/llvm/lib/Analysis/
CostModel.cpp 195 SmallVector<Type*, 4> Tys;
197 Tys.push_back(II->getArgOperand(J)->getType());
200 Tys);
TargetTransformInfo.cpp 191 ArrayRef<Type *> Tys) const {
192 return PrevTTI->getIntrinsicInstrCost(ID, RetTy, Tys);
534 ArrayRef<Type*> Tys) const {
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 163 std::vector<Type*> Tys;
171 Tys.push_back(Ty);
175 StructType *MergedTy = StructType::get(M.getContext(), Tys);
LoopIdiomRecognize.cpp 617 Type *Tys[] = { Val->getType() };
620 Value *Func = Intrinsic::getDeclaration(M, Intrinsic::ctpop, Tys);
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 313 ArrayRef<Type *> Tys) const;
  /external/llvm/examples/BrainF/
BrainF.cpp 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) };
60 Tys);
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 274 value Tys = alloc(LLVMCountParamTypes(FunTy), 0);
275 LLVMGetParamTypes(FunTy, (LLVMTypeRef *) Tys);
276 return Tys;
324 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0);
325 LLVMGetStructElementTypes(StructTy, (LLVMTypeRef *) Tys);
326 return Tys;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CodeGenModule.h 715 llvm::Function *getIntrinsic(unsigned IID, ArrayRef<llvm::Type*> Tys =
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 375 Type *Tys[3] = {VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context)};
378 Tys);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 246 Type *Tys[3] = { CI.getArgOperand(0)->getType(),
249 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys));
    [all...]

Completed in 278 milliseconds

1 2