Searched refs:PredSet (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.h | 45 using PredSet = std::multiset<PredSense>; variable 48 using DefsIterator = DenseMap<unsigned, PredSet>::iterator; 49 DenseMap<unsigned, PredSet> Defs;
|
D | HexagonMCChecker.cpp | 588 PredSet &PM = Defs[R]; in checkRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 561 SmallSetVector<BasicBlock *, 16> &PredSet, in speculatePHIs() argument 569 SpecPreds.reserve(PredSet.size()); in speculatePHIs() 570 for (auto *PredBB : PredSet) { in speculatePHIs() 770 SmallSetVector<BasicBlock *, 16> PredSet; in tryToSpeculatePHIs() local 772 if (!PredSet.insert(PredBB)) in tryToSpeculatePHIs() 789 if (PredSet.size() < 2) { in tryToSpeculatePHIs() 795 PNs, CostSavingsMap, PotentialSpecSet, PredSet.size(), DT, TTI); in tryToSpeculatePHIs() 800 speculatePHIs(SpecPNs, PotentialSpecSet, PredSet, DT); in tryToSpeculatePHIs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ExpandSpecialInstrs.cpp | 120 MachineInstr *PredSet = TII->buildDefaultInstruction(MBB, I, in runOnMachineFunction() local 125 TII->addFlag(*PredSet, 0, MO_FLAG_MASK); in runOnMachineFunction() 127 TII->setImmOperand(*PredSet, R600::OpName::update_exec_mask, 1); in runOnMachineFunction() 129 TII->setImmOperand(*PredSet, R600::OpName::update_pred, 1); in runOnMachineFunction()
|
D | R600InstrInfo.cpp | 770 MachineInstr *PredSet = findFirstPredicateSetterFrom(MBB, MBB.end()); in insertBranch() local 771 assert(PredSet && "No previous predicate !"); in insertBranch() 772 addFlag(*PredSet, 0, MO_FLAG_PUSH); in insertBranch() 773 PredSet->getOperand(2).setImm(Cond[1].getImm()); in insertBranch() 786 MachineInstr *PredSet = findFirstPredicateSetterFrom(MBB, MBB.end()); in insertBranch() local 787 assert(PredSet && "No previous predicate !"); in insertBranch() 788 addFlag(*PredSet, 0, MO_FLAG_PUSH); in insertBranch() 789 PredSet->getOperand(2).setImm(Cond[1].getImm()); in insertBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 647 SmallPtrSet<BasicBlock *, 16> PredSet(Preds.begin(), Preds.end()); in UpdatePHINodes() local 657 if (!PredSet.count(PN->getIncomingBlock(i))) in UpdatePHINodes() 678 if (PredSet.count(PN->getIncomingBlock(i))) in UpdatePHINodes() 699 if (PredSet.count(IncomingBB)) { in UpdatePHINodes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1226 const SmallPtrSetImpl<const SCEVPredicate *> &PredSet);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7041 for (auto *PredSet : PredSetList) in ExitLimit() local 7042 for (auto *P : *PredSet) in ExitLimit() 7048 const SmallPtrSetImpl<const SCEVPredicate *> &PredSet) in ExitLimit() argument 7049 : ExitLimit(E, M, MaxOrZero, {&PredSet}) { in ExitLimit()
|