Searched refs:Indexed (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp786 unsigned Indexed = fieldFromInstruction(Insn, 23, 1); local
788 if (Indexed && L == 0) {
800 if (Indexed && V == 0 && Rn != 31 && (Rt == Rn || Rt2 == Rn))
842 if (Indexed && L == 1) {
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4546 bool Indexed = AM != ISD::UNINDEXED; local
4547 assert((Indexed || Offset.getOpcode() == ISD::UNDEF) &&
4550 SDVTList VTs = Indexed ?

Completed in 126 milliseconds