Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp412 const auto MCOITypes = getMCOIOperandTypes(*CGP); in inferImmediateType() local
413 StringRef ImmOpTy = MCOITypes[ImmOpIdx]; in inferImmediateType()
415 for (const auto &[Idx, Ty] : enumerate(MCOITypes)) { in inferImmediateType()
529 const auto MCOITypes = getMCOIOperandTypes(*CGP); in getInstEqClasses() local
530 assert(MCOITypes.size() == P.operands_size()); in getInstEqClasses()
533 for (const auto &[Idx, Ty] : enumerate(MCOITypes)) in getInstEqClasses()