OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OperandsMapper
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h
280
class
OperandsMapper
{
320
/// Create an
OperandsMapper
that will hold the information to apply \p
323
OperandsMapper
(MachineInstr &MI, const InstructionMapping &InstrMapping,
565
static void applyDefaultMapping(const
OperandsMapper
&OpdMapper);
568
virtual void applyMappingImpl(const
OperandsMapper
&OpdMapper) const {
715
void applyMapping(const
OperandsMapper
&OpdMapper) const {
764
operator<<(raw_ostream &OS, const RegisterBankInfo::
OperandsMapper
&OpdMapper) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp
438
void RegisterBankInfo::applyDefaultMapping(const
OperandsMapper
&OpdMapper) {
473
// The
OperandsMapper
creates plain scalar, we may have to fix that.
649
const int RegisterBankInfo::
OperandsMapper
::DontKnowIdx = -1;
651
RegisterBankInfo::
OperandsMapper
::
OperandsMapper
(
656
OpToNewVRegIdx.resize(NumOpds,
OperandsMapper
::DontKnowIdx);
661
RegisterBankInfo::
OperandsMapper
::getVRegsMem(unsigned OpIdx) {
667
if (StartIdx ==
OperandsMapper
::DontKnowIdx) {
683
RegisterBankInfo::
OperandsMapper
::getNewVRegsEnd(unsigned StartIdx,
685
return const_cast<
OperandsMapper
*>(this)->getNewVRegsEnd(StartIdx, NumVal)
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026