Searched refs:isPredicate (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h81 /// isPredicate - Set if this is one of the operands that made up of
83 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } function in class:llvm::MCOperandInfo
592 if (OpInfo[i].isPredicate())
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp730 if (SkipPred && MCID.OpInfo[i].isPredicate())
764 if (MCID.OpInfo[i].isPredicate())
774 !MCID.OpInfo[i].isPredicate()) {
834 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate());
H A DARMCodeEmitter.cpp1332 !MCID.OpInfo[OpIdx].isPredicate() &&
1369 !MCID.OpInfo[OpIdx].isPredicate() &&
1398 MCID.OpInfo[OpIdx].isPredicate() ||
1615 MCID.OpInfo[OpIdx].isPredicate() ||
H A DARMFastISel.cpp253 if (MCID.OpInfo[i].isPredicate())
H A DARMBaseInstrInfo.cpp1768 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i)
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1155 if (MCID.OpInfo[i].isPredicate())
1568 if (MCOI.isPredicate())
H A DTargetInstrInfo.cpp226 if (MCID.OpInfo[i].isPredicate()) {
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp571 if (i > 0 && OpInfo[i-1].isPredicate()) continue;
635 if (OpInfo[i].isPredicate()) {
671 if (OpInfo[i].isPredicate() ) {
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c604 int isPredicate);
13995 int isPredicate)
14006 if (isPredicate)
14053 } else if (isPredicate) {
13993 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, int isPredicate) argument
/external/libxml2/
H A Dxpath.c682 int isPredicate);
14148 int isPredicate)
14159 if (isPredicate)
14206 } else if (isPredicate) {
14146 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, int isPredicate) argument

Completed in 356 milliseconds