OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLookupPtrRegClass
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrDesc.h
60
/// if the operand is a register. If
isLookupPtrRegClass
is set, then this is
76
///
isLookupPtrRegClass
- Set if this operand is a pointer value and it
78
bool
isLookupPtrRegClass
() const {return Flags&(1 <<MCOI::LookupPtrRegClass);}
/external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
845
if (UseInfo->
isLookupPtrRegClass
()) {
[
all
...]
Completed in 46 milliseconds