/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/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
|
D | MVEGatherScatterLowering.cpp | 118 Value *MVEGatherScatterLowering::checkGEP(Value *&Offsets, Type *Ty, Value *Ptr, in checkGEP() 182 Type *Ty = I->getType(); in lowerGather() local 219 Type *Ty = I->getType(); in tryCreateMaskedGatherBase() local 238 Type *Ty = I->getType(); in tryCreateMaskedGatherOffset() local
|
/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/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/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/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/ |
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/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/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/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 84 unsigned getBroadcastShuffleOverhead(Type *Ty) { in getBroadcastShuffleOverhead() 101 unsigned getPermuteShuffleOverhead(Type *Ty) { in getPermuteShuffleOverhead() 122 unsigned getExtractSubvectorOverhead(Type *Ty, int Index, Type *SubTy) { in getExtractSubvectorOverhead() 144 unsigned getInsertSubvectorOverhead(Type *Ty, int Index, Type *SubTy) { in getInsertSubvectorOverhead() 248 bool isIndexedLoadLegal(TTI::MemIndexedMode M, Type *Ty, in isIndexedLoadLegal() 254 bool isIndexedStoreLegal(TTI::MemIndexedMode M, Type *Ty, in isIndexedStoreLegal() 264 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() 284 bool isTypeLegal(Type *Ty) { in isTypeLegal() 393 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() 400 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { in isFCmpOrdCheaperThanFCmpZero() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 38 explicit ConstantPlaceHolder(Type *Ty, LLVMContext &Context) in ConstantPlaceHolder() 99 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef() 119 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty, in getValueFwdRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_main.cpp | 29 typedef typename VectorOps<T>::Ty Ty; in getTestVectors() typedef 67 typedef typename VectorOps<T>::Ty Ty; in testInsertElement() typedef 105 typedef typename VectorOps<T>::Ty Ty; in testExtractElement() typedef 135 typedef typename VectorOps<T>::Ty Ty; in testShuffleVector() typedef
|