OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OperandsMapper
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h
193
class
OperandsMapper
{
228
/// Create an
OperandsMapper
that will hold the information to apply \p
231
OperandsMapper
(MachineInstr &MI, const InstructionMapping &InstrMapping,
424
static void applyDefaultMapping(const
OperandsMapper
&OpdMapper);
427
virtual void applyMappingImpl(const
OperandsMapper
&OpdMapper) const {
547
void applyMapping(const
OperandsMapper
&OpdMapper) const {
596
operator<<(raw_ostream &OS, const RegisterBankInfo::
OperandsMapper
&OpdMapper) {
/external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp
335
void RegisterBankInfo::applyDefaultMapping(const
OperandsMapper
&OpdMapper) {
511
const int RegisterBankInfo::
OperandsMapper
::DontKnowIdx = -1;
513
RegisterBankInfo::
OperandsMapper
::
OperandsMapper
(
520
OperandsMapper
::DontKnowIdx);
525
RegisterBankInfo::
OperandsMapper
::getVRegsMem(unsigned OpIdx) {
531
if (StartIdx ==
OperandsMapper
::DontKnowIdx) {
547
RegisterBankInfo::
OperandsMapper
::getNewVRegsEnd(unsigned StartIdx,
549
return const_cast<
OperandsMapper
*>(this)->getNewVRegsEnd(StartIdx, NumVal);
552
RegisterBankInfo::
OperandsMapper
::getNewVRegsEnd(unsigned StartIdx
[
all
...]
Completed in 88 milliseconds