Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp212 static bool anyCommonExcludingForbidden(const BitVector &A, const BitVector &B, in anyCommonExcludingForbidden() function
229 return anyCommonExcludingForbidden(AllDefRegs, OtherInstr.AllUseRegs, in hasAliasingRegistersThrough()
231 anyCommonExcludingForbidden(OtherInstr.AllDefRegs, AllUseRegs, in hasAliasingRegistersThrough()
242 return anyCommonExcludingForbidden(AllDefRegs, AllUseRegs, in hasAliasingRegisters()