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 279 /// isPseudo - Return true if this is a pseudo instruction that doesn't
282 bool isPseudo() const {
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 210 if (!MI->getDesc().isPseudo())
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 149 || I->getDesc().isPseudo()
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 245 bool isPseudo;
PseudoLoweringEmitter.cpp 95 if (Insn.isCodeGenOnly || Insn.isPseudo)
InstrInfoEmitter.cpp 271 if (Inst.isPseudo) OS << "|(1<<MCID::Pseudo)";
CodeGenInstruction.cpp 321 isPseudo = R->getValueAsBit("isPseudo");
EDEmitter.cpp 847 if (!inst.isPseudo) {
ARMDecoderEmitter.cpp 425 if (AllInstructions[Opcode]->isPseudo)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
BaseAccountType.java     [all...]

Completed in 493 milliseconds