Home
last modified time | relevance | path

Searched refs:getTypeID (Results 1 – 25 of 77) sorted by relevance

1234

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h136 TypeID getTypeID() const { return ID; } in getTypeID() function
139 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
142 bool isHalfTy() const { return getTypeID() == HalfTyID; } in isHalfTy()
145 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
148 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
151 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; } in isX86_FP80Ty()
154 bool isFP128Ty() const { return getTypeID() == FP128TyID; } in isFP128Ty()
157 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } in isPPC_FP128Ty()
161 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
162 getTypeID() == DoubleTyID || in isFloatingPointTy()
[all …]
DDerivedTypes.h92 return T->getTypeID() == IntegerTyID; in classof()
141 return T->getTypeID() == FunctionTyID; in classof()
173 return T->getTypeID() == ArrayTyID || in classof()
174 T->getTypeID() == StructTyID || in classof()
175 T->getTypeID() == VectorTyID; in classof()
297 return T->getTypeID() == StructTyID; in classof()
340 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof()
360 return T->getTypeID() == ArrayTyID; in classof()
434 return T->getTypeID() == VectorTyID; in classof()
475 return T->getTypeID() == PointerTyID; in classof()
/external/llvm/include/llvm/IR/
DType.h134 TypeID getTypeID() const { return ID; } in getTypeID() function
137 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
140 bool isHalfTy() const { return getTypeID() == HalfTyID; } in isHalfTy()
143 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
146 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
149 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; } in isX86_FP80Ty()
152 bool isFP128Ty() const { return getTypeID() == FP128TyID; } in isFP128Ty()
155 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } in isPPC_FP128Ty()
159 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
160 getTypeID() == DoubleTyID || in isFloatingPointTy()
[all …]
DDerivedTypes.h89 return T->getTypeID() == IntegerTyID; in classof()
137 return T->getTypeID() == FunctionTyID; in classof()
169 return T->getTypeID() == ArrayTyID || in classof()
170 T->getTypeID() == StructTyID || in classof()
171 T->getTypeID() == PointerTyID || in classof()
172 T->getTypeID() == VectorTyID; in classof()
292 return T->getTypeID() == StructTyID; in classof()
331 return T->getTypeID() == ArrayTyID || in classof()
332 T->getTypeID() == PointerTyID || in classof()
333 T->getTypeID() == VectorTyID; in classof()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h89 return T->getTypeID() == IntegerTyID; in classof()
138 return T->getTypeID() == FunctionTyID; in classof()
161 return T->getTypeID() == ArrayTyID || in classof()
162 T->getTypeID() == StructTyID || in classof()
163 T->getTypeID() == PointerTyID || in classof()
164 T->getTypeID() == VectorTyID; in classof()
293 return T->getTypeID() == StructTyID; in classof()
323 return T->getTypeID() == ArrayTyID || in classof()
324 T->getTypeID() == PointerTyID || in classof()
325 T->getTypeID() == VectorTyID; in classof()
[all …]
DType.h119 TypeID getTypeID() const { return ID; } in getTypeID() function
363 return Ty.getTypeID() == Type::PointerTyID;
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp57 switch (Ty->getTypeID()) { in executeFAddInst()
68 switch (Ty->getTypeID()) { in executeFSubInst()
79 switch (Ty->getTypeID()) { in executeFMulInst()
90 switch (Ty->getTypeID()) { in executeFDivInst()
101 switch (Ty->getTypeID()) { in executeFRemInst()
141 switch (Ty->getTypeID()) { in executeICMP_EQ()
155 switch (Ty->getTypeID()) { in executeICMP_NE()
169 switch (Ty->getTypeID()) { in executeICMP_ULT()
183 switch (Ty->getTypeID()) { in executeICMP_SLT()
197 switch (Ty->getTypeID()) { in executeICMP_UGT()
[all …]
DExternalFunctions.cpp63 static char getTypeID(Type *Ty) { in getTypeID() function
64 switch (Ty->getTypeID()) { in getTypeID()
96 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
113 switch (Ty->getTypeID()) { in ffiTypeFor()
134 switch (Ty->getTypeID()) { in ffiValueFor()
221 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
224 switch (RetTy->getTypeID()) { in ffiInvoke()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java272 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
283 … final ItemComparator order = m_typeSortComparators [PackageItem.getTypeMetadata ().getTypeID ()]; in visit()
388 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
400 …ators [m_srcView ? SrcFileItem.getTypeMetadata ().getTypeID () : ClassItem.getTypeMetadata ().getT… in visit()
505 … final boolean deeper = (m_settings.getDepth () > ClassItem.getTypeMetadata ().getTypeID ()); in visit()
523 … final ItemComparator order = m_typeSortComparators [ClassItem.getTypeMetadata ().getTypeID ()]; in visit()
560 …final ItemComparator order2 = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit()
692 …final ItemComparator order = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit()
1344 … final int nesting = NESTING [base.getMetadata ().getTypeID ()] [item.getMetadata ().getTypeID ()]; in getItemHREF()
1619 ATTRIBUTE_SETS [allTypes [t].getTypeID ()] = allTypes [t].getAttributeIDs ();
[all …]
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java170 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
176 …final ItemComparator order = m_typeSortComparators [PackageItem.getTypeMetadata ().getTypeID ()]; … in visit()
217 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
225 …ators [m_srcView ? SrcFileItem.getTypeMetadata ().getTypeID () : ClassItem.getTypeMetadata ().getT… in visit()
267 …final ItemComparator order = m_typeSortComparators [ClassItem.getTypeMetadata ().getTypeID ()]; … in visit()
285 …final ItemComparator order2 = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit()
317 …final ItemComparator order = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp55 switch (Ty->getTypeID()) { in executeFAddInst()
66 switch (Ty->getTypeID()) { in executeFSubInst()
77 switch (Ty->getTypeID()) { in executeFMulInst()
88 switch (Ty->getTypeID()) { in executeFDivInst()
99 switch (Ty->getTypeID()) { in executeFRemInst()
130 switch (Ty->getTypeID()) { in executeICMP_EQ()
143 switch (Ty->getTypeID()) { in executeICMP_NE()
156 switch (Ty->getTypeID()) { in executeICMP_ULT()
169 switch (Ty->getTypeID()) { in executeICMP_SLT()
182 switch (Ty->getTypeID()) { in executeICMP_UGT()
[all …]
DExternalFunctions.cpp63 static char getTypeID(Type *Ty) { in getTypeID() function
64 switch (Ty->getTypeID()) { in getTypeID()
96 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
113 switch (Ty->getTypeID()) { in ffiTypeFor()
134 switch (Ty->getTypeID()) { in ffiValueFor()
222 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
225 switch (RetTy->getTypeID()) { in ffiInvoke()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp259 switch (T->getTypeID()) { in WriteTypeTable()
279 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
291 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
293 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
304 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()
329 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in WriteTypeTable()
338 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in WriteTypeTable()
410 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType())); in WriteModuleInfo()
479 Vals.push_back(VE.getTypeID(GV->getType())); in WriteModuleInfo()
504 Vals.push_back(VE.getTypeID(F->getType())); in WriteModuleInfo()
[all …]
/external/emma/core/java12/com/vladium/emma/report/lcov/
DReportGenerator.java123 m_typeSortComparators[PackageItem.getTypeMetadata().getTypeID()]; in visit()
145 ? SrcFileItem.getTypeMetadata().getTypeID() in visit()
146 : ClassItem.getTypeMetadata().getTypeID(); in visit()
209 ClassItem.getTypeMetadata().getTypeID()]; in emitFileCoverage()
225 MethodItem.getTypeMetadata().getTypeID()]; in emitFileCoverage()
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java169 …ItemComparator childrenOrder = m_typeSortComparators [PackageItem.getTypeMetadata ().getTypeID ()]; in visit()
195 …ators [m_srcView ? SrcFileItem.getTypeMetadata ().getTypeID () : ClassItem.getTypeMetadata ().getT… in visit()
211 …l ItemComparator childrenOrder = m_typeSortComparators [ClassItem.getTypeMetadata ().getTypeID ()]; in visit()
226 … ItemComparator childrenOrder = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; in visit()
398 … deeper = (childrenOrder != null) && (m_settings.getDepth () > metadata.getTypeID ()) && (item.get… in emitItem()
/external/llvm/lib/IR/
DType.cpp69 if (Ty->getTypeID() == Type::X86_MMXTyID && in canLosslesslyBitCastTo()
74 if (this->getTypeID() == Type::X86_MMXTyID) in canLosslesslyBitCastTo()
109 switch (getTypeID()) { in getPrimitiveSizeInBits()
131 if (getTypeID() == HalfTyID) return 11; in getFPMantissaWidth()
132 if (getTypeID() == FloatTyID) return 24; in getFPMantissaWidth()
133 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth()
134 if (getTypeID() == X86_FP80TyID) return 64; in getFPMantissaWidth()
135 if (getTypeID() == FP128TyID) return 113; in getFPMantissaWidth()
136 assert(getTypeID() == PPC_FP128TyID && "unknown fp type"); in getFPMantissaWidth()
DConstants.cpp196 switch (Ty->getTypeID()) { in getNullValue()
1214 switch (Ty->getTypeID()) { in isValueValidForType()
1566 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1567 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1580 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1581 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1595 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1608 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1609 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
[all …]
/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java302 result.setDepth (AllItem.getTypeMetadata ().getTypeID ()); in parseProperties()
304 result.setDepth (PackageItem.getTypeMetadata ().getTypeID ()); in parseProperties()
306 result.setDepth (SrcFileItem.getTypeMetadata ().getTypeID ()); in parseProperties()
308 result.setDepth (ClassItem.getTypeMetadata ().getTypeID ()); in parseProperties()
310 result.setDepth (MethodItem.getTypeMetadata ().getTypeID ()); in parseProperties()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp70 switch (T->getTypeID()) { in whichFPReturnVariant()
111 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded()
122 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded()
123 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded()
160 switch (ArgType->getTypeID()) { in needsFPStubFromParams()
DMipsOs16.cpp54 switch (RetType->getTypeID()) { in needsFPFromSig()
63 switch (Arg.getType()->getTypeID()) { in needsFPFromSig()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp818 switch (T->getTypeID()) { in writeTypeTable()
839 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in writeTypeTable()
850 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in writeTypeTable()
852 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in writeTypeTable()
863 TypeVals.push_back(VE.getTypeID(*I)); in writeTypeTable()
888 TypeVals.push_back(VE.getTypeID(AT->getElementType())); in writeTypeTable()
897 TypeVals.push_back(VE.getTypeID(VT->getElementType())); in writeTypeTable()
1092 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getValueType())); in writeModuleInfo()
1162 Vals.push_back(VE.getTypeID(GV.getValueType())); in writeModuleInfo()
1194 Vals.push_back(VE.getTypeID(F.getFunctionType())); in writeModuleInfo()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp82 switch (Ty->getTypeID()) { in getNullValue()
935 switch (Ty->getTypeID()) { in isValueValidForType()
1310 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1311 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1324 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1325 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1338 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1339 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1352 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1353 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java466 public long getTypeID() { in getTypeID() method in ParsedEvent.Event_CLASS_PREPARE
548 public long getTypeID() { in getTypeID() method in ParsedEvent.Event_FIELD_ACCESS
607 public long getTypeID() { in getTypeID() method in ParsedEvent.Event_FIELD_MODIFICATION
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp86 ID.AddInteger(FTy->getReturnType()->getTypeID()); in profileFunction()
88 ID.AddInteger(FTy->getParamType(i)->getTypeID()); in profileFunction()
207 if (Ty1->getTypeID() != Ty2->getTypeID()) { in isEquivalentType()
216 switch (Ty1->getTypeID()) { in isEquivalentType()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp41 switch (unwrap(TyRef)->getTypeID()) { in LLVMCreateGenericValueOfFloat()
72 switch (unwrap(TyRef)->getTypeID()) { in LLVMGenericValueToFloat()

1234