Home
last modified time | relevance | path

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

12345678910>>...20

/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h230 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov()
249 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov()
264 void AssemblerX86Base<TraitsType>::mov(Type Ty, GPRRegister dst, in mov()
280 void AssemblerX86Base<TraitsType>::mov(Type Ty, const Address &dst, in mov()
296 void AssemblerX86Base<TraitsType>::mov(Type Ty, const Address &dst, in mov()
406 void AssemblerX86Base<TraitsType>::lea(Type Ty, GPRRegister dst, in lea()
420 void AssemblerX86Base<TraitsType>::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov()
434 void AssemblerX86Base<TraitsType>::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov()
455 void AssemblerX86Base<TraitsType>::movss(Type Ty, XmmRegister dst, in movss()
467 void AssemblerX86Base<TraitsType>::movss(Type Ty, const Address &dst, in movss()
[all …]
DIceTypes.cpp147 size_t typeWidthInBytes(Type Ty) { in typeWidthInBytes()
152 int8_t typeWidthInBytesLog2(Type Ty) { in typeWidthInBytesLog2()
159 size_t typeAlignInBytes(Type Ty) { in typeAlignInBytes()
166 size_t typeNumElements(Type Ty) { in typeNumElements()
173 Type typeElementType(Type Ty) { in typeElementType()
182 bool isVectorType(Type Ty) { in isVectorType()
189 bool isBooleanType(Type Ty) { in isBooleanType()
196 bool isIntegerType(Type Ty) { in isIntegerType()
203 bool isScalarIntegerType(Type Ty) { in isScalarIntegerType()
210 bool isVectorIntegerType(Type Ty) { in isVectorIntegerType()
[all …]
DIceTypes.h85 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()
/external/swiftshader/third_party/LLVM/bindings/ocaml/target/
Dtarget_ocaml.c57 CAMLprim value llvm_size_in_bits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_size_in_bits()
62 CAMLprim value llvm_store_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_store_size()
67 CAMLprim value llvm_abi_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_abi_size()
72 CAMLprim value llvm_abi_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_abi_align()
77 CAMLprim value llvm_stack_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_stack_align()
82 CAMLprim value llvm_preferred_align(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in llvm_preferred_align()
93 CAMLprim value llvm_element_at_offset(LLVMTargetDataRef TD, LLVMTypeRef Ty, in llvm_element_at_offset()
99 CAMLprim value llvm_offset_of_element(LLVMTargetDataRef TD, LLVMTypeRef Ty, in llvm_offset_of_element()
/external/clang/test/Misc/
Dinteger-literal-printing.cpp15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; }; typedef
24 template <> struct Type4Helper<charTy::c> { typedef charTy Ty; }; typedef
32 template <> struct Type5Helper<scharTy::c> { typedef scharTy Ty; }; typedef
40 template <> struct Type6Helper<ucharTy::c> { typedef ucharTy Ty; }; typedef
48 template <> struct Type7Helper<wcharTy::c> { typedef wcharTy Ty; }; typedef
56 template <> struct Type8Helper<char16Ty::c> { typedef char16Ty Ty; }; typedef
64 template <> struct Type9Helper<char32Ty::c> { typedef char32Ty Ty; }; typedef
/external/llvm/lib/IR/
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 …]
DGlobals.cpp220 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable()
237 GlobalVariable::GlobalVariable(Module &M, Type *Ty, bool constant, in GlobalVariable()
312 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol()
324 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias()
333 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
339 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
345 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
384 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc()
393 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create()
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 …]
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 …]
/external/swiftshader/third_party/LLVM/lib/Target/
DTarget.cpp65 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
69 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType()
73 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType()
77 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType()
81 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType()
85 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp54 GenericValue Src2, Type *Ty) { in executeFAddInst()
65 GenericValue Src2, Type *Ty) { in executeFSubInst()
76 GenericValue Src2, Type *Ty) { in executeFMulInst()
87 GenericValue Src2, Type *Ty) { in executeFDivInst()
98 GenericValue Src2, Type *Ty) { in executeFRemInst()
128 Type *Ty) { in executeICMP_EQ()
141 Type *Ty) { in executeICMP_NE()
154 Type *Ty) { in executeICMP_ULT()
167 Type *Ty) { in executeICMP_SLT()
180 Type *Ty) { in executeICMP_UGT()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp81 Constant *Constant::getNullValue(Type *Ty) { in getNullValue()
113 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue()
130 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue()
361 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) in ConstantInt()
380 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue()
393 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse()
422 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
433 ConstantInt* ConstantInt::get(IntegerType* Ty, uint64_t V, in get()
438 ConstantInt* ConstantInt::getSigned(IntegerType* Ty, int64_t V) { in getSigned()
442 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { in getSigned()
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
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 …]
/external/llvm/lib/Target/
DTarget.cpp102 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
106 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType()
110 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType()
114 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType()
118 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType()
122 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp34 int SystemZTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost()
67 const APInt &Imm, Type *Ty) { in getIntImmCost()
185 const APInt &Imm, Type *Ty) { in getIntImmCost()
/external/clang/lib/Analysis/
DBodyFarm.cpp29 static bool isDispatchBlock(QualType Ty) { in isDispatchBlock()
87 QualType Ty) { in makeAssignment()
122 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) { in makeDereference()
127 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue()
132 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) { in makeIntegralCast()
146 QualType Ty = C.getBOOLDecl() ? C.getBOOLType() : C.ObjCBuiltinBoolTy; in makeObjCBool() local
188 QualType Ty = Block->getType(); in create_dispatch_once() local
255 QualType Ty = PV->getType(); in create_dispatch_sync() local
/external/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp59 MachineInstr *MachineIRBuilder::buildInstr(unsigned Opcode, Type *Ty) { in buildInstr()
77 MachineInstr *MachineIRBuilder::buildInstr(unsigned Opcode, Type *Ty, in buildInstr()
99 MachineInstr *MachineIRBuilder::buildInstr(unsigned Opcode, Type *Ty, in buildInstr()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp18 int ARMTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty) { in getIntImmCost()
54 const APInt &Imm, Type *Ty) { in getIntImmCodeSizeCost()
62 Type *Ty) { in getIntImmCost()
322 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
337 int ARMTTIImpl::getFPOpCost(Type *Ty) { in getFPOpCost()
412 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost()
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerBool.cpp70 bool isBoolType(Type *Ty) { in isBoolType()
88 auto Ty = I.getType(); in visitZExtInst() local
98 auto Ty = I.getType(); in visitSExtInst() local
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c96 CAMLprim value llvm_datalayout_size_in_bits(LLVMTypeRef Ty, value DL) { in llvm_datalayout_size_in_bits()
101 CAMLprim value llvm_datalayout_store_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_store_size()
106 CAMLprim value llvm_datalayout_abi_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_size()
111 CAMLprim value llvm_datalayout_abi_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_align()
116 CAMLprim value llvm_datalayout_stack_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_stack_align()
121 CAMLprim value llvm_datalayout_preferred_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_preferred_align()
132 CAMLprim value llvm_datalayout_element_at_offset(LLVMTypeRef Ty, value Offset, in llvm_datalayout_element_at_offset()
139 CAMLprim value llvm_datalayout_offset_of_element(LLVMTypeRef Ty, value Index, in llvm_datalayout_offset_of_element()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst()
99 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c87 CAMLprim value llvm_genericvalue_of_float(LLVMTypeRef Ty, value N) { in llvm_genericvalue_of_float()
100 CAMLprim value llvm_genericvalue_of_int(LLVMTypeRef Ty, value Int) { in llvm_genericvalue_of_int()
105 CAMLprim value llvm_genericvalue_of_int32(LLVMTypeRef Ty, value Int32) { in llvm_genericvalue_of_int32()
112 CAMLprim value llvm_genericvalue_of_nativeint(LLVMTypeRef Ty, value NatInt) { in llvm_genericvalue_of_nativeint()
119 CAMLprim value llvm_genericvalue_of_int64(LLVMTypeRef Ty, value Int64) { in llvm_genericvalue_of_int64()
126 CAMLprim value llvm_genericvalue_as_float(LLVMTypeRef Ty, value GenVal) { in llvm_genericvalue_as_float()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp250 DIType DIBuilder::createTypedef(DIType Ty, StringRef Name, DIFile File, in createTypedef()
270 DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) { in createFriend()
291 DIType DIBuilder::createInheritance(DIType Ty, DIType BaseTy, in createInheritance()
315 DIType Ty) { in createMemberType()
338 DIType Ty, StringRef PropertyName, in createObjCIVar()
392 DIType Ty, MDNode *File, unsigned LineNo, in createTemplateTypeParameter()
410 DIType Ty, uint64_t Val, in createTemplateValueParameter()
527 DIType Ty, DIArray Subscripts) { in createArrayType()
549 DIType Ty, DIArray Subscripts) { in createVectorType()
570 DIType DIBuilder::createArtificialType(DIType Ty) { in createArtificialType()
[all …]
/external/clang/lib/CodeGen/
DCodeGenABITypes.cpp38 CanQual<FunctionProtoType> Ty, in arrangeFreeFunctionType()
45 CanQual<FunctionNoProtoType> Ty) { in arrangeFreeFunctionType()
/external/llvm/lib/CodeGen/AsmPrinter/
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 …]

12345678910>>...20