Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h101 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
631 if (OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp193 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h351 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function
587 assert(isPredicate() && "Wrong MachineOperand accessor"); in getPredicate()
702 assert(isPredicate() && "Wrong MachineOperand mutator"); in setPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp833 if (SkipPred && MCID.OpInfo[i].isPredicate()) in ReduceTo2Addr()
867 if (MCID.OpInfo[i].isPredicate()) in ReduceToNarrow()
877 !MCID.OpInfo[i].isPredicate()) { in ReduceToNarrow()
948 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow()
DARMFastISel.cpp272 if (opInfo.isPredicate()) in isARMNEONPred()
DARMBaseInstrInfo.cpp2259 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp360 else if (MO.isPredicate()) in addNodeIDMachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.cpp519 i != e && !DefDesc.OpInfo[i].isPredicate(); ++i) in optimizeSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h682 if (!MO.isPredicate() || MO.getPredicate() != Value) in executeMatchTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp333 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
DMachineInstr.cpp1028 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp737 if (i > 0 && OpInfo[i-1].isPredicate()) continue; in AddThumb1SBit()
830 if (OpInfo[i].isPredicate() || CCI == MI.end()) break; in AddThumbPredicate()
893 if (OpInfo[i].isPredicate() ) { in UpdateThumbVFPPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp3574 assert(LHS.isReg() && RHS.isReg() && Predicate.isPredicate() && in tryFoldIntegerCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp7364 if (MCID.OpInfo[i].isPredicate()) { in validateInstruction()