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); }
307 if (OpInfo[i].isPredicate())
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 659 if (SkipPred && MCID.OpInfo[i].isPredicate())
687 if (MCID.OpInfo[i].isPredicate())
697 !MCID.OpInfo[i].isPredicate()) {
757 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate());
ARMCodeEmitter.cpp     [all...]
ARMFastISel.cpp 245 if (MCID.OpInfo[i].isPredicate())
    [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 147 if (MCID.OpInfo[i].isPredicate()) {
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 572 if (i > 0 && OpInfo[i-1].isPredicate()) continue;
638 if (OpInfo[i].isPredicate()) {
676 if (OpInfo[i].isPredicate() ) {
    [all...]
  /external/libxml2/
xpath.c 604 int isPredicate);
    [all...]

Completed in 1149 milliseconds