OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeGenInstAlias
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp
816
std::map<std::string, std::vector<
CodeGenInstAlias
*> > AliasMap;
819
CodeGenInstAlias
*Alias = new
CodeGenInstAlias
(*I, Target);
832
for (std::map<std::string, std::vector<
CodeGenInstAlias
*> >::iterator
834
std::vector<
CodeGenInstAlias
*> &Aliases = I->second;
836
for (std::vector<
CodeGenInstAlias
*>::iterator
838
const
CodeGenInstAlias
*CGA = *II;
858
const
CodeGenInstAlias
::ResultOperand &RO = CGA->ResultOperands[i];
862
case
CodeGenInstAlias
::ResultOperand::K_Record: {
896
case
CodeGenInstAlias
::ResultOperand::K_Imm
[
all
...]
CodeGenInstruction.h
264
///
CodeGenInstAlias
- This represents an InstAlias definition.
265
class
CodeGenInstAlias
{
318
CodeGenInstAlias
(Record *R, CodeGenTarget &T);
AsmMatcherEmitter.cpp
374
PointerUnion<const CodeGenInstruction*, const
CodeGenInstAlias
*> DefRec;
379
return DefRec.get<const
CodeGenInstAlias
*>()->ResultInst;
412
MatchableInfo(const
CodeGenInstAlias
*Alias)
[
all
...]
CodeGenInstruction.cpp
402
///
CodeGenInstAlias
Implementation
405
/// tryAliasOpMatch - This is a helper function for the
CodeGenInstAlias
409
bool
CodeGenInstAlias
::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
481
CodeGenInstAlias
::
CodeGenInstAlias
(Record *R, CodeGenTarget &T) : TheDef(R) {
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
729
typedef std::pair<
CodeGenInstAlias
, int> ValueType;
763
typedef std::set<std::pair<
CodeGenInstAlias
, int>, AliasPriorityComparator>
774
std::make_pair(
CodeGenInstAlias
(R, Variant, Target), Priority));
789
const
CodeGenInstAlias
&CGA = Alias.first;
826
const
CodeGenInstAlias
::ResultOperand &RO = CGA.ResultOperands[i];
829
case
CodeGenInstAlias
::ResultOperand::K_Record: {
[
all
...]
CodeGenInstruction.h
289
///
CodeGenInstAlias
- This represents an InstAlias definition.
290
class
CodeGenInstAlias
{
346
CodeGenInstAlias
(Record *R, unsigned Variant, CodeGenTarget &T);
AsmMatcherEmitter.cpp
475
PointerUnion<const CodeGenInstruction*, const
CodeGenInstAlias
*> DefRec;
480
return DefRec.get<const
CodeGenInstAlias
*>()->ResultInst;
518
MatchableInfo(std::unique_ptr<const
CodeGenInstAlias
> Alias)
536
assert(!DefRec.is<const
CodeGenInstAlias
*>());
540
delete DefRec.dyn_cast<const
CodeGenInstAlias
*>();
[
all
...]
CodeGenInstruction.cpp
433
///
CodeGenInstAlias
Implementation
436
/// tryAliasOpMatch - This is a helper function for the
CodeGenInstAlias
440
bool
CodeGenInstAlias
::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
561
unsigned
CodeGenInstAlias
::ResultOperand::getMINumOperands() const {
578
CodeGenInstAlias
::
CodeGenInstAlias
(Record *R, unsigned Variant,
Completed in 114 milliseconds