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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 61 /// if the operand is a register. If isLookupPtrRegClass is set, then this is
77 /// isLookupPtrRegClass - Set if this operand is a pointer value and it
79 bool isLookupPtrRegClass() const {return Flags&(1 <<MCOI::LookupPtrRegClass);}
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 49 if (MCID.OpInfo[OpNum].isLookupPtrRegClass())
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 60 milliseconds