OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MO_TargetIndex
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
53
MO_TargetIndex
, ///< Target-dependent index+offset operand.
237
/// isTargetIndex - Tests if this is a
MO_TargetIndex
operand.
238
bool isTargetIndex() const { return OpKind ==
MO_TargetIndex
; }
605
MachineOperand Op(MachineOperand::
MO_TargetIndex
);
/external/llvm/lib/CodeGen/
MachineInstr.cpp
190
case MachineOperand::
MO_TargetIndex
:
229
case MachineOperand::
MO_TargetIndex
:
343
case MachineOperand::
MO_TargetIndex
:
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp
468
case MachineOperand::
MO_TargetIndex
:
Completed in 25 milliseconds