Home
last modified time | relevance | path

Searched refs:typeIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h459 unsigned typeIdx(unsigned TypeIdx) { in typeIdx() function
503 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor()
511 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor()
519 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
527 typeTupleInSet(typeIdx(0), typeIdx(1), typeIdx(2), Types)); in actionFor()
537 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
547 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm()
554 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm()
563 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct()
564 typeInSet(typeIdx(1), Types))); in actionForCartesianProduct()
[all …]
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp127 int typeIdx = (int)this->elem_type; in toString() local
128 if(typeIdx < num_str) in toString()
130 oss << s_elem_descs[typeIdx][0] << "("; in toString()