Home
last modified time | relevance | path

Searched refs:TypeSetByHwMode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h190 struct TypeSetByHwMode : public InfoByHwMode<MachineValueTypeSet> { struct
193 TypeSetByHwMode() = default; argument
194 TypeSetByHwMode(const TypeSetByHwMode &VTS) = default;
195 TypeSetByHwMode(MVT::SimpleValueType VT) in TypeSetByHwMode() function
196 : TypeSetByHwMode(ValueTypeByHwMode(VT)) {} in TypeSetByHwMode()
197 TypeSetByHwMode(ValueTypeByHwMode VT) in TypeSetByHwMode() argument
198 : TypeSetByHwMode(ArrayRef<ValueTypeByHwMode>(&VT, 1)) {} in TypeSetByHwMode()
199 TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList);
229 bool constrain(const TypeSetByHwMode &VTS); argument
232 bool assign_if(const TypeSetByHwMode &VTS, Predicate P);
[all …]
DCodeGenDAGPatterns.cpp67 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() function in TypeSetByHwMode
72 bool TypeSetByHwMode::isValueTypeByHwMode(bool AllowEmpty) const { in isValueTypeByHwMode()
82 ValueTypeByHwMode TypeSetByHwMode::getValueTypeByHwMode() const { in getValueTypeByHwMode()
93 bool TypeSetByHwMode::isPossible() const { in isPossible()
100 bool TypeSetByHwMode::insert(const ValueTypeByHwMode &VVT) { in insert()
122 bool TypeSetByHwMode::constrain(const TypeSetByHwMode &VTS) { in constrain()
148 bool TypeSetByHwMode::constrain(Predicate P) { in constrain()
156 bool TypeSetByHwMode::assign_if(const TypeSetByHwMode &VTS, Predicate P) { in assign_if()
167 void TypeSetByHwMode::writeToStream(raw_ostream &OS) const { in writeToStream()
187 void TypeSetByHwMode::writeToStream(const SetType &S, raw_ostream &OS) { in writeToStream()
[all …]
DGlobalISelEmitter.cpp1427 Error addTypeCheckPredicate(const TypeSetByHwMode &VTy,
1491 Error OperandMatcher::addTypeCheckPredicate(const TypeSetByHwMode &VTy, in addTypeCheckPredicate()
3191 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in createAndImportSelDAGMatcher()
3397 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); in importChildMatcher()
3551 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()
3589 ArrayRef<TypeSetByHwMode> ChildTypes = DstChild->getExtTypes(); in importExplicitUseRenderer()
3932 for (const TypeSetByHwMode &VTy : Src->getExtTypes()) { in runOnPattern()