/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 238 template <typename... Tys> class Foo {}; 328 template <typename... Tys> 330 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type 340 template <typename... Tys> 342 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type 363 template <typename... Tys> struct FixedSizeStorage { 365 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
|
/external/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 240 template <typename... Tys> class Foo {}; 325 template <typename... Tys> 327 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type 338 template <typename... Tys> 340 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type 361 template <typename... Tys> struct FixedSizeStorage { 363 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 237 template <typename... Tys> class Foo {}; 327 template <typename... Tys> 329 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t> 339 template <typename... Tys> 341 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t> 362 template <typename... Tys> struct FixedSizeStorage { 364 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 259 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 260 return reinterpret_cast<LLVMContext**>(Tys); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 263 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap() argument 264 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys)); in wrap()
|
D | Intrinsics.h | 48 std::string getName(ID id, ArrayRef<Type*> Tys = None); 52 ArrayRef<Type*> Tys = None); 72 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 318 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 319 return reinterpret_cast<LLVMContext**>(Tys); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 322 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap() argument 323 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys)); in wrap()
|
D | DerivedTypes.h | 269 template <class... Tys> 270 static typename std::enable_if<are_base_of<Type, Tys...>::value, 272 create(StringRef Name, Type *elt1, Tys *... elts) { in create() 288 template <class... Tys> 289 static typename std::enable_if<are_base_of<Type, Tys...>::value, 291 get(Type *elt1, Tys *... elts) { in get() 326 template <typename... Tys> 327 typename std::enable_if<are_base_of<Type, Tys...>::value, void>::type 328 setBody(Type *elt1, Tys *... elts) { in setBody()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 283 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 284 return reinterpret_cast<LLVMContext**>(Tys); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 287 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap() argument 288 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys)); in wrap()
|
D | Intrinsics.h | 57 std::string getName(ID id, ArrayRef<Type*> Tys); 61 ArrayRef<Type*> Tys = None); 81 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
|
/external/llvm/lib/IR/ |
D | Function.cpp | 532 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName() argument 535 for (Type *Ty : Tys) { in getName() 783 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType() argument 801 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType() 803 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 809 Elts[i] = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 814 return Tys[D.getArgumentNumber()]; in DecodeFixedType() 816 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType() 823 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType() 833 Tys[D.getArgumentNumber()])); in DecodeFixedType() [all …]
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeStmtGen.h | 47 template<typename... Tys> 48 ByteCodeStmtGen(Tys&&... Args) in ByteCodeStmtGen() 49 : ByteCodeExprGen<Emitter>(std::forward<Tys>(Args)...) {} in ByteCodeStmtGen()
|
D | InterpStack.h | 30 template <typename T, typename... Tys> void push(Tys &&... Args) { in push() 31 new (grow(aligned_size<T>())) T(std::forward<Tys>(Args)...); in push()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | LLVMContext.h | 344 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 345 return reinterpret_cast<LLVMContext**>(Tys); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 348 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap() argument 349 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys)); in wrap()
|
D | DerivedTypes.h | 249 template <class... Tys> 250 static std::enable_if_t<are_base_of<Type, Tys...>::value, StructType *> 251 create(StringRef Name, Type *elt1, Tys *... elts) { in create() 267 template <class... Tys> 268 static std::enable_if_t<are_base_of<Type, Tys...>::value, StructType *> 269 get(Type *elt1, Tys *... elts) { in get() 308 template <typename... Tys> 309 std::enable_if_t<are_base_of<Type, Tys...>::value, void> 310 setBody(Type *elt1, Tys *... elts) { in setBody()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 105 Type *Tys[] = { Ptr->getType(), Size->getType() }; in CreateMemSet() local 107 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() 133 Type *Tys[] = {Ptr->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemSet() local 136 M, Intrinsic::memset_element_unordered_atomic, Tys); in CreateElementUnorderedAtomicMemSet() 174 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemCpy() local 176 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() 215 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()}; in CreateElementUnorderedAtomicMemCpy() local 218 M, Intrinsic::memcpy_element_unordered_atomic, Tys); in CreateElementUnorderedAtomicMemCpy() 253 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() }; in CreateMemMove() local 255 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() [all …]
|
D | Function.cpp | 666 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName() argument 669 for (Type *Ty : Tys) { in getName() 966 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType() argument 986 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType() 988 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 993 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType() 997 return Tys[D.getArgumentNumber()]; in DecodeFixedType() 999 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType() 1006 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType() 1016 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | Function.cpp | 782 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName() argument 784 assert((Tys.empty() || Intrinsic::isOverloaded(id)) && in getName() 787 for (Type *Ty : Tys) { in getName() 1101 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType() argument 1122 return VectorType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 1125 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 1130 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType() 1134 return Tys[D.getArgumentNumber()]; in DecodeFixedType() 1136 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType() 1143 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUIntrinsicInfo.h | 37 std::string getName(unsigned IntrId, Type **Tys = nullptr, 42 Type **Tys = nullptr,
|
/external/llvm/include/llvm/Target/ |
D | TargetIntrinsicInfo.h | 43 virtual std::string getName(unsigned IID, Type **Tys = nullptr, 59 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetIntrinsicInfo.h | 42 virtual std::string getName(unsigned IID, Type **Tys = nullptr, 62 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetIntrinsicInfo.h | 43 virtual std::string getName(unsigned IID, Type **Tys = nullptr, 63 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 160 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() local 162 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops); in EmitTargetCodeForMemset() 174 Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemset() 176 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops); in EmitTargetCodeForMemset() 257 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local 259 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops); in EmitTargetCodeForMemcpy()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 567 ArrayRef<Type *> Tys, FastMathFlags FMF) const; 574 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const; 594 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const; 724 ArrayRef<Type *> Tys, 730 ArrayRef<Type *> Tys) = 0; 733 virtual unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) = 0; 947 int getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, ArrayRef<Type *> Tys, in getIntrinsicInstrCost() argument 949 return Impl.getIntrinsicInstrCost(ID, RetTy, Tys, FMF); in getIntrinsicInstrCost() 957 ArrayRef<Type *> Tys) override { in getCallInstrCost() argument 958 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 1180 Intrinsic::ID IID, Type *RetTy, ArrayRef<Type *> Tys, FastMathFlags FMF, 1199 for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) { 1200 Type *Ty = Tys[i]; 1295 return ConcreteTTI->getMaskedMemoryOpCost(Instruction::Store, Tys[0], 0, 1300 return ConcreteTTI->getArithmeticReductionCost(Instruction::Add, Tys[0], 1303 return ConcreteTTI->getArithmeticReductionCost(Instruction::Mul, Tys[0], 1306 return ConcreteTTI->getArithmeticReductionCost(Instruction::And, Tys[0], 1309 return ConcreteTTI->getArithmeticReductionCost(Instruction::Or, Tys[0], 1312 return ConcreteTTI->getArithmeticReductionCost(Instruction::Xor, Tys[0], 1316 Instruction::FAdd, Tys[0], [all …]
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 460 llvm::Type *Tys[] = {ResType, Builder.getInt8PtrTy(0)}; in emitBuiltinObjectSize() local 461 Value *F = CGM.getIntrinsic(Intrinsic::objectsize, Tys); in emitBuiltinObjectSize() 3243 SmallVector<llvm::Type *, 3> Tys; in LookupNeonLLVMIntrinsic() local 3250 Tys.push_back(Ty); in LookupNeonLLVMIntrinsic() 3260 Tys.push_back(ArgType); in LookupNeonLLVMIntrinsic() 3263 Tys.push_back(ArgType); in LookupNeonLLVMIntrinsic() 3266 Tys.push_back(FloatTy); in LookupNeonLLVMIntrinsic() 3268 return CGM.getIntrinsic(IntrinsicID, Tys); in LookupNeonLLVMIntrinsic() 3398 llvm::Type *Tys[] = { VTy, VecFlt }; in EmitCommonNeonBuiltinExpr() local 3399 Function *F = CGM.getIntrinsic(LLVMIntrinsic, Tys); in EmitCommonNeonBuiltinExpr() [all …]
|