Searched refs:typeIdx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 445 unsigned typeIdx(unsigned TypeIdx) { in typeIdx() function 489 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor() 497 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor() 505 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor() 514 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor() 524 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm() 531 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm() 540 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct() 541 typeInSet(typeIdx(1), Types))); in actionForCartesianProduct() 552 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() [all …]
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_gen_elem.cpp | 127 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()
|