Home
last modified time | relevance | path

Searched refs:isPredicate (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
307 if (OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h82 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
540 if (OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h93 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
582 if (OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp194 bool isPredicate(unsigned R) const;
391 if (!isPredicate(R)) in isValidCandidate()
442 if (isPredicate(DefR)) in isValid()
498 if (isPredicate(R)) in countPredicateDefs()
698 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp659 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr()
687 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow()
697 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow()
757 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
DARMCodeEmitter.cpp1332 !MCID.OpInfo[OpIdx].isPredicate() && in emitMulFrmInstruction()
1369 !MCID.OpInfo[OpIdx].isPredicate() && in emitExtendInstruction()
1398 MCID.OpInfo[OpIdx].isPredicate() || in emitMiscArithInstruction()
1612 MCID.OpInfo[OpIdx].isPredicate() || in emitVFPArithInstruction()
DARMFastISel.cpp245 if (MCID.OpInfo[i].isPredicate()) in isARMNEONPred()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp797 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr()
830 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow()
840 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow()
900 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
DARMFastISel.cpp245 if (MCID.OpInfo[i].isPredicate()) in isARMNEONPred()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp823 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr()
857 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow()
867 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow()
923 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
DARMFastISel.cpp275 if (opInfo.isPredicate()) in isARMNEONPred()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h343 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function
578 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp392 ASSERT_TRUE(MO.isPredicate()); in TEST()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp979 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
1125 if (MCID.OpInfo[i].isPredicate()) { in copyPredicates()
1447 if (MCOI.isPredicate()) in print()
DTargetInstrInfoImpl.cpp147 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp522 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp520 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1377 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
1800 if (MCOI.isPredicate()) in print()
DTargetInstrInfo.cpp288 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp324 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
DMachineInstr.cpp850 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp572 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit()
638 if (OpInfo[i].isPredicate()) { in AddThumbPredicate()
676 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp563 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit()
633 if (OpInfo[i].isPredicate()) { in AddThumbPredicate()
671 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp580 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit()
650 if (OpInfo[i].isPredicate()) { in AddThumbPredicate()
686 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
/external/libxml2/
Dxpath.c962 int isPredicate);
13988 int isPredicate) in xmlXPathCompOpEvalToBoolean() argument
13999 if (isPredicate) in xmlXPathCompOpEvalToBoolean()
14046 } else if (isPredicate) { in xmlXPathCompOpEvalToBoolean()

12