/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebug.hpp | 53 struct PrintValue::Ty<sw::SpirvShader::Object::ID> struct in rr::PrintValue 55 …::string fmt(sw::SpirvShader::Object::ID v) { return "Object<" + std::to_string(v.value()) + ">"; } in fmt() 56 static inline std::vector<Value *> val(sw::SpirvShader::Object::ID v) { return {}; } in val() 59 struct PrintValue::Ty<sw::SpirvShader::Type::ID> struct in rr::PrintValue 61 … std::string fmt(sw::SpirvShader::Type::ID v) { return "Type<" + std::to_string(v.value()) + ">"; } in fmt() 62 static inline std::vector<Value *> val(sw::SpirvShader::Type::ID v) { return {}; } in val() 65 struct PrintValue::Ty<sw::SpirvShader::Block::ID> struct in rr::PrintValue 67 …td::string fmt(sw::SpirvShader::Block::ID v) { return "Block<" + std::to_string(v.value()) + ">"; } in fmt() 68 static inline std::vector<Value *> val(sw::SpirvShader::Block::ID v) { return {}; } in val() 72 struct PrintValue::Ty<sw::Intermediate> struct in rr::PrintValue [all …]
|
D | ShaderCore.hpp | 523 struct PrintValue::Ty<sw::Vector4f> struct in rr::PrintValue 525 static std::string fmt(const sw::Vector4f &v) in fmt() 533 static std::vector<rr::Value *> val(const sw::Vector4f &v) in val() 539 struct PrintValue::Ty<sw::Vector4s> struct in rr::PrintValue 541 static std::string fmt(const sw::Vector4s &v) in fmt() 549 static std::vector<rr::Value *> val(const sw::Vector4s &v) in val() 555 struct PrintValue::Ty<sw::SIMD::Pointer> struct in rr::PrintValue 557 static std::string fmt(const sw::SIMD::Pointer &v) in fmt() 562 static std::vector<rr::Value *> val(const sw::SIMD::Pointer &v) in val()
|
D | SamplerCore.hpp | 124 struct PrintValue::Ty<sw::SamplerFunction> struct in rr::PrintValue 126 static std::string fmt(const sw::SamplerFunction &v) in fmt() 135 static std::vector<rr::Value *> val(const sw::SamplerFunction &v) { return {}; } in val()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Print.hpp | 46 struct Ty struct in rr::PrintValue 212 struct PrintValue::Ty<const char *> struct in rr::PrintValue 214 static std::string fmt(const char *v) { return "%s"; } in fmt() 218 struct PrintValue::Ty<std::string> struct in rr::PrintValue 220 …atic std::string fmt(const std::string &v) { return PrintValue::Ty<const char *>::fmt(v.c_str()); } in fmt() 221 …:vector<Value *> val(const std::string &v) { return PrintValue::Ty<const char *>::val(v.c_str()); } in val() 226 struct PrintValue::Ty<Bool> struct in rr::PrintValue 228 static std::string fmt(const RValue<Bool> &v) { return "%s"; } in fmt() 232 struct PrintValue::Ty<Byte> struct in rr::PrintValue 234 static std::string fmt(const RValue<Byte> &v) { return "%d"; } in fmt() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.cpp | 279 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() 295 void AssemblerX8632::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() 307 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() 319 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov() 331 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov() 384 void AssemblerX8632::lea(Type Ty, GPRRegister dst, const AsmAddress &src) { in lea() 393 void AssemblerX8632::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() 405 void AssemblerX8632::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() 423 void AssemblerX8632::movss(Type Ty, XmmRegister dst, const AsmAddress &src) { in movss() 431 void AssemblerX8632::movss(Type Ty, const AsmAddress &dst, XmmRegister src) { in movss() [all …]
|
D | IceAssemblerX8664.cpp | 261 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() 278 void AssemblerX8664::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() 291 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() 304 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov() 317 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov() 411 void AssemblerX8664::lea(Type Ty, GPRRegister dst, const AsmAddress &src) { in lea() 421 void AssemblerX8664::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() 434 void AssemblerX8664::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() 453 void AssemblerX8664::movss(Type Ty, XmmRegister dst, const AsmAddress &src) { in movss() 462 void AssemblerX8664::movss(Type Ty, const AsmAddress &dst, XmmRegister src) { in movss() [all …]
|
D | IceTypes.cpp | 143 size_t typeWidthInBytes(Type Ty) { in typeWidthInBytes() 148 int8_t typeWidthInBytesLog2(Type Ty) { in typeWidthInBytesLog2() 155 size_t typeAlignInBytes(Type Ty) { in typeAlignInBytes() 162 size_t typeNumElements(Type Ty) { in typeNumElements() 169 Type typeElementType(Type Ty) { in typeElementType() 178 bool isVectorType(Type Ty) { in isVectorType() 185 bool isBooleanType(Type Ty) { in isBooleanType() 192 bool isIntegerType(Type Ty) { in isIntegerType() 199 bool isScalarIntegerType(Type Ty) { in isScalarIntegerType() 206 bool isVectorIntegerType(Type Ty) { in isVectorIntegerType() [all …]
|
D | IceTypes.h | 85 inline std::string typeStdString(Type Ty) { return typeString(Ty); } in typeStdString() 109 inline bool isCallReturnType(Type Ty) { in isCallReturnType() 122 inline bool isByteSizedType(Type Ty) { in isByteSizedType() 130 inline bool isByteSizedArithType(Type Ty) { in isByteSizedArithType() 136 inline bool isInt32Asserting32Or64(Type Ty) { in isInt32Asserting32Or64() 143 inline bool isFloat32Asserting32Or64(Type Ty) { in isFloat32Asserting32Or64()
|
/third_party/rust/crates/clap/clap_derive/src/utils/ |
D | ty.rs | 11 pub enum Ty { enum 22 impl Ty { implementation 152 fn get_vec_ty(ty: &Type, vec_ty: Ty, vecvec_ty: Ty) -> Option<Ty> { in get_vec_ty() 163 fn get_vec_ty(ty: &Type, vec_ty: Ty, _vecvec_ty: Ty) -> Option<Ty> { in get_vec_ty()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMRegisterBankInfo.cpp | 235 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 280 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 293 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 300 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 360 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 374 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 398 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 420 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local 435 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 285 Type *Ty = getType(); in isElementWiseEqual() local 318 Constant *Constant::getNullValue(Type *Ty) { in getNullValue() 355 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() 372 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue() 629 Type *Ty = C->getType(); in replaceUndefsWith() local 655 ConstantInt::ConstantInt(IntegerType *Ty, const APInt &V) in ConstantInt() 674 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue() 682 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() 704 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() 714 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() [all …]
|
D | Globals.cpp | 336 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() 355 GlobalVariable::GlobalVariable(Module &M, Type *Ty, bool constant, in GlobalVariable() 427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol() 476 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() 485 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 491 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 497 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() 532 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc() 541 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create()
|
D | DIBuilder.cpp | 307 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef() 316 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend() 323 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance() 340 DINode::DIFlags Flags, DIType *Ty) { in createMemberType() 355 Constant *Discriminant, DINode::DIFlags Flags, DIType *Ty) { in createVariantMemberType() 365 DINode::DIFlags Flags, DIType *Ty) { in createBitFieldMemberType() 377 unsigned LineNumber, DIType *Ty, in createStaticMemberType() 391 DIType *Ty, MDNode *PropertyNode) { in createObjCIVar() 401 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty() 408 DIType *Ty) { in createTemplateTypeParameter() [all …]
|
D | Instructions.cpp | 422 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, in CallInst() 429 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, in CallInst() 1210 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst() 1214 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst() 1218 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1223 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1227 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1238 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1290 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, in LoadInst() 1294 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, in LoadInst() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 382 template <> struct PrintValue::Ty<sw::Vector4f> struct in rr::PrintValue 384 static std::string fmt(const sw::Vector4f& v) in fmt() 392 static std::vector<rr::Value*> val(const sw::Vector4f& v) in val() 397 template <> struct PrintValue::Ty<sw::Vector4s> struct in rr::PrintValue 399 static std::string fmt(const sw::Vector4s& v) in fmt() 407 static std::vector<rr::Value*> val(const sw::Vector4s& v) in val()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowLevelType.cpp | 20 LLT llvm::getLLTForType(Type &Ty, const DataLayout &DL) { in getLLTForType() 45 MVT llvm::getMVTForLLT(LLT Ty) { in getMVTForLLT() 54 LLT llvm::getLLTForMVT(MVT Ty) { in getLLTForMVT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 49 static void executeFNegInst(GenericValue &Dest, GenericValue Src, Type *Ty) { in executeFNegInst() 64 Type *Ty = I.getOperand(0)->getType(); in visitUnaryOperator() local 109 GenericValue Src2, Type *Ty) { in executeFAddInst() 120 GenericValue Src2, Type *Ty) { in executeFSubInst() 131 GenericValue Src2, Type *Ty) { in executeFMulInst() 142 GenericValue Src2, Type *Ty) { in executeFDivInst() 153 GenericValue Src2, Type *Ty) { in executeFRemInst() 192 Type *Ty) { in executeICMP_EQ() 206 Type *Ty) { in executeICMP_NE() 220 Type *Ty) { in executeICMP_ULT() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetTransformInfo.cpp | 18 int RISCVTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() 33 Type *Ty) { in getIntImmCostInst() 89 const APInt &Imm, Type *Ty) { in getIntImmCostIntrin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | Target.cpp | 101 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits() 105 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType() 109 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType() 113 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType() 117 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType() 121 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | inline_namespace_conservative.hpp | 5 using Ty = int; typedef 7 using Ty = long long; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 384 bool isNonIntegralPointerType(Type *Ty) const { in isNonIntegralPointerType() 417 unsigned getPointerTypeSize(Type *Ty) const { in getPointerTypeSize() 454 TypeSize getTypeStoreSize(Type *Ty) const { in getTypeStoreSize() 466 TypeSize getTypeStoreSizeInBits(Type *Ty) const { in getTypeStoreSizeInBits() 474 bool typeSizeEqualsStoreSize(Type *Ty) const { in typeSizeEqualsStoreSize() 486 TypeSize getTypeAllocSize(Type *Ty) const { in getTypeAllocSize() 499 TypeSize getTypeAllocSizeInBits(Type *Ty) const { in getTypeAllocSizeInBits() 509 Type *Ty) const { in getValueOrABITypeAlignment() 624 inline TypeSize DataLayout::getTypeSizeInBits(Type *Ty) const { in getTypeSizeInBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetTransformInfo.h | 52 int getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost() 69 int getIntImmCostInst(unsigned Opc, unsigned Idx, const APInt &Imm, Type *Ty) { in getIntImmCostInst() 74 Type *Ty) { in getIntImmCostIntrin()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | inline_namespace_conservative.rs | 18 pub type Ty = ::std::os::raw::c_int; typedef 20 pub type Ty = ::std::os::raw::c_longlong; typedef
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld.h | 106 LLVMBuildGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildGEP2() 114 LLVMBuildInBoundsGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildInBoundsGEP2() 122 LLVMBuildLoad2(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildLoad2() 130 LLVMBuildCall2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Fn, in LLVMBuildCall2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.cpp | 30 Type *Ty, SmallVectorImpl<MVT> &ValueVTs) { in computeLegalValueVTs() 45 void llvm::computeSignatureVTs(const FunctionType *Ty, const Function &F, in computeSignatureVTs() 70 for (MVT Ty : In) in valTypesFromMVTs() local
|