OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInstrMapping
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMRegisterBankInfo.cpp
216
ARMRegisterBankInfo::
getInstrMapping
(const MachineInstr &MI) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86RegisterBankInfo.cpp
162
X86RegisterBankInfo::
getInstrMapping
(const MachineInstr &MI) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h
332
const InstructionMapping &
getInstrMapping
() const { return InstrMapping; }
356
/// \pre
getInstrMapping
().getOperandMapping(OpIdx).BreakDown.size() >
443
/// See
getInstrMapping
for more details on what a mapping represents.
445
/// Unlike
getInstrMapping
the returned InstructionMapping may be invalid
682
getInstrMapping
(const MachineInstr &MI) const;
685
/// Alternative in the sense different from
getInstrMapping
.
707
/// Apply \p OpdMapper.
getInstrMapping
() to \p OpdMapper.getMI().
709
/// \p OpdMapper.
getInstrMapping
().getID() carries the information of
717
if (OpdMapper.
getInstrMapping
().getID() == DefaultMappingID)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp
406
RegisterBankInfo::
getInstrMapping
(const MachineInstr &MI) const {
416
const auto &Mapping =
getInstrMapping
(MI);
443
EndIdx = OpdMapper.
getInstrMapping
().getNumOperands();
455
assert(OpdMapper.
getInstrMapping
().getOperandMapping(OpIdx).NumBreakDowns !=
458
assert(OpdMapper.
getInstrMapping
().getOperandMapping(OpIdx).NumBreakDowns ==
662
assert(OpIdx <
getInstrMapping
().getNumOperands() && "Out-of-bound access");
664
getInstrMapping
().getOperandMapping(OpIdx).NumBreakDowns;
698
assert(OpIdx <
getInstrMapping
().getNumOperands() && "Out-of-bound access");
701
const ValueMapping &ValMapping =
getInstrMapping
().getOperandMapping(OpIdx);
720
assert(OpIdx <
getInstrMapping
().getNumOperands() && "Out-of-bound access")
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterBankInfo.cpp
426
MipsRegisterBankInfo::
getInstrMapping
(const MachineInstr &MI) const {
Completed in 23 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026