OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeGenInstAlias
(Results
1 - 4
of
4
) sorted by null
/external/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
263
///
CodeGenInstAlias
- This represents an InstAlias definition.
264
class
CodeGenInstAlias
{
317
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
400
///
CodeGenInstAlias
Implementation
403
/// tryAliasOpMatch - This is a helper function for the
CodeGenInstAlias
407
bool
CodeGenInstAlias
::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
472
CodeGenInstAlias
::
CodeGenInstAlias
(Record *R, CodeGenTarget &T) : TheDef(R) {
Completed in 77 milliseconds