Home
last modified time | relevance | path

Searched defs:Ty (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp279 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 …]
H A DIceAssemblerX8664.cpp261 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 …]
H A DIceTypes.cpp143 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 …]
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DPrint.hpp47 struct Ty struct in rr::PrintValue
213 struct PrintValue::Ty<const char *> struct in rr::PrintValue
215 static std::string fmt(const char *v) { return "%s"; } in fmt()
219 struct PrintValue::Ty<std::string> struct in rr::PrintValue
221 …atic std::string fmt(const std::string &v) { return PrintValue::Ty<const char *>::fmt(v.c_str()); } in fmt()
222 …:vector<Value *> val(const std::string &v) { return PrintValue::Ty<const char *>::val(v.c_str()); } in val()
227 struct PrintValue::Ty<Bool> struct in rr::PrintValue
229 static std::string fmt(const RValue<Bool> &v) { return "%s"; } in fmt()
233 struct PrintValue::Ty<Byte> struct in rr::PrintValue
235 static std::string fmt(const RValue<Byte> &v) { return "%d"; } in fmt()
[all …]
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebug.hpp53 struct PrintValue::Ty<sw::Spirv::Object::ID> struct in rr::PrintValue
55 …ne std::string fmt(sw::Spirv::Object::ID v) { return "Object<" + std::to_string(v.value()) + ">"; } in fmt()
56 static inline std::vector<Value *> val(sw::Spirv::Object::ID v) { return {}; } in val()
59 struct PrintValue::Ty<sw::Spirv::Type::ID> struct in rr::PrintValue
61 …inline std::string fmt(sw::Spirv::Type::ID v) { return "Type<" + std::to_string(v.value()) + ">"; } in fmt()
62 static inline std::vector<Value *> val(sw::Spirv::Type::ID v) { return {}; } in val()
65 struct PrintValue::Ty<sw::Spirv::Block::ID> struct in rr::PrintValue
67 …line std::string fmt(sw::Spirv::Block::ID v) { return "Block<" + std::to_string(v.value()) + ">"; } in fmt()
68 static inline std::vector<Value *> val(sw::Spirv::Block::ID v) { return {}; } in val()
72 struct PrintValue::Ty<sw::Intermediate> struct in rr::PrintValue
[all …]
H A DShaderCore.hpp290 struct PrintValue::Ty<sw::Vector4f> struct in rr::PrintValue
292 static std::string fmt(const sw::Vector4f &v) in fmt()
300 static std::vector<rr::Value *> val(const sw::Vector4f &v) in val()
306 struct PrintValue::Ty<sw::Vector4s> struct in rr::PrintValue
308 static std::string fmt(const sw::Vector4s &v) in fmt()
316 static std::vector<rr::Value *> val(const sw::Vector4s &v) in val()
322 struct PrintValue::Ty<sw::Vector4i> struct in rr::PrintValue
324 static std::string fmt(const sw::Vector4i &v) in fmt()
332 static std::vector<rr::Value *> val(const sw::Vector4i &v) in val()
/aosp_15_r20/external/llvm/lib/IR/
H A DConstants.cpp195 Constant *Constant::getNullValue(Type *Ty) { in getNullValue()
232 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue()
249 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue()
503 ConstantInt::ConstantInt(IntegerType *Ty, const APInt &V) in ConstantInt()
522 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue()
534 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse()
560 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
570 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get()
574 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { in getSigned()
578 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned()
[all …]
H A DDIBuilder.cpp237 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef()
245 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend()
252 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
265 unsigned Flags, DIType *Ty) { in createMemberType()
280 uint64_t StorageOffsetInBits, unsigned Flags, DIType *Ty) { in createBitFieldMemberType()
292 DIType *Ty, unsigned Flags, in createStaticMemberType()
305 DIType *Ty, MDNode *PropertyNode) { in createObjCIVar()
315 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty()
322 DIType *Ty) { in createTemplateTypeParameter()
329 DIScope *Context, StringRef Name, DIType *Ty, in createTemplateValueParameterHelper()
[all …]
H A DInstructions.cpp1250 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore) in AllocaInst()
1253 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) in AllocaInst()
1256 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1260 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1264 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1274 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1332 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1340 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1350 LoadInst::LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, in LoadInst()
1395 LoadInst::LoadInst(Type *Ty, Value *Ptr, const char *Name, bool isVolatile, in LoadInst()
[all …]
H A DConstantFold.cpp59 Type *Ty = IntegerType::get(CV->getContext(), 32); in BitCastConstantVector() local
351 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, in getFoldedSizeOf()
407 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, in getFoldedAlignOf()
472 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo, in getFoldedOffsetOf()
572 Type *Ty = IntegerType::get(V->getContext(), 32); in ConstantFoldCastInstruction() local
635 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction() local
734 Type *Ty = IntegerType::get(CondV->getContext(), 32); in ConstantFoldSelectInstruction() local
814 auto *Ty = Type::getInt32Ty(Val->getContext()); in ConstantFoldInsertElementInstruction() local
856 Type *Ty = IntegerType::get(V2->getContext(), 32); in ConstantFoldShuffleVectorInstruction() local
861 Type *Ty = IntegerType::get(V1->getContext(), 32); in ConstantFoldShuffleVectorInstruction() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp285 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 …]
H A DInstructions.cpp422 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 …]
H A DDIBuilder.cpp307 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstants.cpp356 Constant *Constant::getNullValue(Type *Ty) { in getNullValue()
386 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue()
403 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue()
757 Type *Ty = C->getType(); in replaceUndefsWith() local
784 Type *Ty = C->getType(); in mergeUndefsWith() local
830 ConstantInt::ConstantInt(IntegerType *Ty, const APInt &V) in ConstantInt()
853 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue()
861 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse()
869 Constant *ConstantInt::getBool(Type *Ty, bool V) { in getBool()
887 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
[all …]
H A DInstructions.cpp663 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, in CallInst()
670 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, in CallInst()
1453 static Align computeAllocaDefaultAlign(Type *Ty, BasicBlock *BB) { in computeAllocaDefaultAlign()
1461 static Align computeAllocaDefaultAlign(Type *Ty, Instruction *I) { in computeAllocaDefaultAlign()
1466 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst()
1470 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst()
1474 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1480 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1486 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1497 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
[all …]
H A DDIBuilder.cpp350 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef()
361 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend()
368 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
383 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createMemberType()
399 Constant *Discriminant, DINode::DIFlags Flags, DIType *Ty) { in createVariantMemberType()
409 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createBitFieldMemberType()
422 unsigned LineNumber, DIType *Ty, in createStaticMemberType()
436 DIType *Ty, MDNode *PropertyNode) { in createObjCIVar()
446 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty()
453 DIType *Ty, bool isDefault) { in createTemplateTypeParameter()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp49 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp49 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()
193 Type *Ty) { in executeICMP_EQ()
207 Type *Ty) { in executeICMP_NE()
221 Type *Ty) { in executeICMP_ULT()
[all …]
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp56 GenericValue Src2, Type *Ty) { in executeFAddInst()
67 GenericValue Src2, Type *Ty) { in executeFSubInst()
78 GenericValue Src2, Type *Ty) { in executeFMulInst()
89 GenericValue Src2, Type *Ty) { in executeFDivInst()
100 GenericValue Src2, Type *Ty) { in executeFRemInst()
139 Type *Ty) { in executeICMP_EQ()
153 Type *Ty) { in executeICMP_NE()
167 Type *Ty) { in executeICMP_ULT()
181 Type *Ty) { in executeICMP_SLT()
195 Type *Ty) { in executeICMP_UGT()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp235 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp238 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
283 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
296 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
303 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
363 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
377 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
401 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
423 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
438 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp192 static std::string getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName()
903 void CodeViewDebug::addToUDTs(const DIType *Ty, TypeIndex TI) { in addToUDTs()
928 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType()
967 TypeIndex CodeViewDebug::lowerTypeAlias(const DIDerivedType *Ty) { in lowerTypeAlias()
984 TypeIndex CodeViewDebug::lowerTypeArray(const DICompositeType *Ty) { in lowerTypeArray()
1042 TypeIndex CodeViewDebug::lowerTypeBasic(const DIBasicType *Ty) { in lowerTypeBasic()
1135 TypeIndex CodeViewDebug::lowerTypePointer(const DIDerivedType *Ty) { in lowerTypePointer()
1212 TypeIndex CodeViewDebug::lowerTypeMemberPointer(const DIDerivedType *Ty) { in lowerTypeMemberPointer()
1244 TypeIndex CodeViewDebug::lowerTypeModifier(const DIDerivedType *Ty) { in lowerTypeModifier()
1277 TypeIndex CodeViewDebug::lowerTypeFunction(const DISubroutineType *Ty) { in lowerTypeFunction()
[all …]
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp606 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
617 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
651 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
664 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
684 static SmallString<256> getUniqueTagTypeName(const TagType *Ty, in getUniqueTagTypeName()
717 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
747 const Type *Ty, in CreatePointerLikeType()
777 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
835 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType()
858 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp284 if (const auto *Ty = dyn_cast<DICompositeType>(Scope)) in collectParentScopeNames() local
330 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName()
420 getFunctionOptions(const DISubroutineType *Ty, in getFunctionOptions()
1602 void CodeViewDebug::addToUDTs(const DIType *Ty) { in addToUDTs()
1630 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType()
1681 TypeIndex CodeViewDebug::lowerTypeAlias(const DIDerivedType *Ty) { in lowerTypeAlias()
1697 TypeIndex CodeViewDebug::lowerTypeArray(const DICompositeType *Ty) { in lowerTypeArray()
1758 TypeIndex CodeViewDebug::lowerTypeString(const DIStringType *Ty) { in lowerTypeString()
1773 TypeIndex CodeViewDebug::lowerTypeBasic(const DIBasicType *Ty) { in lowerTypeBasic()
1872 TypeIndex CodeViewDebug::lowerTypePointer(const DIDerivedType *Ty, in lowerTypePointer()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp27 CSKYConstantPoolValue::CSKYConstantPoolValue(Type *Ty, CSKYCP::CSKYCPKind Kind, in CSKYConstantPoolValue()
80 const Constant *C, Type *Ty, CSKYCP::CSKYCPKind Kind, unsigned PCAdjust, in CSKYConstantPoolConstant()
94 const Constant *C, Type *Ty, CSKYCP::CSKYCPKind Kind, unsigned PCAdjust, in Create()
134 CSKYConstantPoolSymbol::CSKYConstantPoolSymbol(Type *Ty, const char *S, in CSKYConstantPoolSymbol()
143 CSKYConstantPoolSymbol::Create(Type *Ty, const char *S, unsigned PCAdjust, in Create()
168 CSKYConstantPoolMBB::CSKYConstantPoolMBB(Type *Ty, const MachineBasicBlock *Mbb, in CSKYConstantPoolMBB()
176 CSKYConstantPoolMBB *CSKYConstantPoolMBB::Create(Type *Ty, in Create()
201 CSKYConstantPoolJT::CSKYConstantPoolJT(Type *Ty, int JTIndex, unsigned PCAdj, in CSKYConstantPoolJT()
209 CSKYConstantPoolJT::Create(Type *Ty, int JTI, unsigned PCAdj, in Create()

12345678910>>...52