/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 136 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 …]
|
D | DerivedTypes.h | 92 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 138 TypeID getTypeID() const { return ID; } in getTypeID() function 141 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() 144 bool isHalfTy() const { return getTypeID() == HalfTyID; } in isHalfTy() 147 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy() 150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy() 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; } in isX86_FP80Ty() 156 bool isFP128Ty() const { return getTypeID() == FP128TyID; } in isFP128Ty() 159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } in isPPC_FP128Ty() 163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy() 164 getTypeID() == DoubleTyID || in isFloatingPointTy() [all …]
|
D | DerivedTypes.h | 93 return T->getTypeID() == IntegerTyID; in classof() 143 return T->getTypeID() == FunctionTyID; in classof() 175 return T->getTypeID() == ArrayTyID || in classof() 176 T->getTypeID() == StructTyID || in classof() 177 T->getTypeID() == VectorTyID; in classof() 321 return T->getTypeID() == StructTyID; in classof() 364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof() 384 return T->getTypeID() == ArrayTyID; in classof() 458 return T->getTypeID() == VectorTyID; in classof() 499 return T->getTypeID() == PointerTyID; in classof()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 134 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 …]
|
D | DerivedTypes.h | 89 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/ |
D | DerivedTypes.h | 89 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 57 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 …]
|
D | ExternalFunctions.cpp | 74 static char getTypeID(Type *Ty) { in getTypeID() function 75 switch (Ty->getTypeID()) { in getTypeID() 107 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction() 124 switch (Ty->getTypeID()) { in ffiTypeFor() 145 switch (Ty->getTypeID()) { in ffiValueFor() 232 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke() 235 switch (RetTy->getTypeID()) { in ffiInvoke()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 57 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 …]
|
D | ExternalFunctions.cpp | 63 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/txt/ |
D | ReportGenerator.java | 170 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/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 272 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 55 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 …]
|
D | ExternalFunctions.cpp | 63 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/ |
D | BitcodeWriter.cpp | 259 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 76 if (Ty->getTypeID() == Type::X86_MMXTyID && in canLosslesslyBitCastTo() 81 if (this->getTypeID() == Type::X86_MMXTyID) in canLosslesslyBitCastTo() 116 switch (getTypeID()) { in getPrimitiveSizeInBits() 138 if (getTypeID() == HalfTyID) return 11; in getFPMantissaWidth() 139 if (getTypeID() == FloatTyID) return 24; in getFPMantissaWidth() 140 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth() 141 if (getTypeID() == X86_FP80TyID) return 64; in getFPMantissaWidth() 142 if (getTypeID() == FP128TyID) return 113; in getFPMantissaWidth() 143 assert(getTypeID() == PPC_FP128TyID && "unknown fp type"); in getFPMantissaWidth()
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
D | ReportGenerator.java | 123 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/ |
D | ReportGenerator.java | 169 …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/ |
D | Type.cpp | 69 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()
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | ReportProperties.java | 302 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 72 switch (T->getTypeID()) { in whichFPReturnVariant() 110 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 121 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded() 122 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded() 158 switch (ArgType->getTypeID()) { in needsFPStubFromParams()
|
D | MipsOs16.cpp | 52 switch (RetType->getTypeID()) { in needsFPFromSig() 61 switch (Arg.getType()->getTypeID()) { in needsFPFromSig()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 70 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()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 818 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 …]
|