HomeSort by relevance Sort by last modified time
    Searched refs:isPseudo (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 198 /// isPseudo - Return true if this is a pseudo instruction that doesn't
201 bool isPseudo() const {
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 206 if (!MI->isPseudo())
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 148 || I->isPseudo()
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 245 bool isPseudo;
PseudoLoweringEmitter.cpp 95 if (Insn.isCodeGenOnly || Insn.isPseudo)
InstrInfoEmitter.cpp 298 if (Inst.isPseudo) OS << "|(1<<MCID::Pseudo)";
CodeGenInstruction.cpp 321 isPseudo = R->getValueAsBit("isPseudo");
EDEmitter.cpp 870 if (!inst.isPseudo) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 334 /// isPseudo - Return true if this is a pseudo instruction that doesn't
337 bool isPseudo(QueryType Type = IgnoreBundle) const {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
BaseAccountType.java     [all...]

Completed in 923 milliseconds