Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22184 uint32_t AssignedMap = 0; in compute() local
22198 if ((AssignedMap & Map) == 0) { in compute()
22200 AssignedMap |= Map; in compute()