OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp
747
while (!MI->getOperand(FIOperandNum).
isFI
()) {
827
while (!MI.getOperand(FIOperandNum).
isFI
()) {
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
233
///
isFI
- Tests if this is a MO_FrameIndex operand.
234
bool
isFI
() const { return OpKind == MO_FrameIndex; }
423
assert((
isFI
() || isCPI() || isTargetIndex() || isJTI()) &&
501
assert((
isFI
() || isCPI() || isTargetIndex() || isJTI()) &&
Completed in 47 milliseconds