HomeSort by relevance Sort by last modified time
    Searched refs:isPredicate (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 78 /// isPredicate - Set if this is one of the operands that made up of
80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
526 if (OpInfo[i].isPredicate())
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 687 if (SkipPred && MCID.OpInfo[i].isPredicate())
716 if (MCID.OpInfo[i].isPredicate())
726 !MCID.OpInfo[i].isPredicate()) {
786 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate());
    [all...]
ARMCodeEmitter.cpp     [all...]
ARMFastISel.cpp 255 if (MCID.OpInfo[i].isPredicate())
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
TargetInstrInfoImpl.cpp 177 if (MCID.OpInfo[i].isPredicate()) {
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 583 if (i > 0 && OpInfo[i-1].isPredicate()) continue;
649 if (OpInfo[i].isPredicate()) {
687 if (OpInfo[i].isPredicate() ) {
    [all...]
  /external/libxml2/
xpath.c 605 int isPredicate);
    [all...]

Completed in 187 milliseconds