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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 199 /// isPseudo - Return true if this is a pseudo instruction that doesn't
202 bool isPseudo() const {
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 207 if (!MI->isPseudo())
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 167 || I->isPseudo()
MipsISelDAGToDAG.cpp 252 if (MI->isPHI() || MI->isRegTiedToDefOperand(OpNo) || MI->isPseudo())
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 250 bool isPseudo;
PseudoLoweringEmitter.cpp 141 if (Insn.isCodeGenOnly || Insn.isPseudo)
InstrInfoEmitter.cpp 315 if (Inst.isPseudo) OS << "|(1<<MCID::Pseudo)";
CodeGenInstruction.cpp 326 isPseudo = R->getValueAsBit("isPseudo");
EDEmitter.cpp 882 if (!inst.isPseudo) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 335 /// isPseudo - Return true if this is a pseudo instruction that doesn't
338 bool isPseudo(QueryType Type = IgnoreBundle) const {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
BaseAccountType.java     [all...]

Completed in 516 milliseconds