Searched defs:isLookupPtrRegClass (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h58 /// if the operand is a register. If isLookupPtrRegClass is set, then this is
74 /// isLookupPtrRegClass - Set if this operand is a pointer value and it
76 bool isLookupPtrRegClass() const {return Flags&(1 <<MCOI::LookupPtrRegClass);} function in class:llvm::MCOperandInfo
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h59 /// if the operand is a register. If isLookupPtrRegClass is set, then this is
76 bool isLookupPtrRegClass() const { function in class:llvm::MCOperandInfo

Completed in 139 milliseconds