| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 249 PredicateInfo &PI; 762 PredicateInfo::PredicateInfo(Function &F, DominatorTree &DT, in PredicateInfo() function in llvm::PredicateInfo 771 PredicateInfo::~PredicateInfo() { in ~PredicateInfo() 836 void PredicateInfo::verifyPredicateInfo() const {} in verifyPredicateInfo() 868 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in runOnFunction() 882 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in run() 892 friend class PredicateInfo; 893 const PredicateInfo *PredInfo; 930 void PredicateInfo::print(raw_ostream &OS) const { in print() 935 void PredicateInfo::dump() const { in dump() [all …]
|
| H A D | CMakeLists.txt | 60 PredicateInfo.cpp
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 34 std::make_unique<PredicateInfo>(F, DT, FAM.getResult<AssumptionAnalysis>(F)), in run() 74 std::make_unique<PredicateInfo>( in runOnModule() 124 return {std::make_unique<PredicateInfo>( in run() 170 std::make_unique<PredicateInfo>( in runOnModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 178 class PredicateInfo { 180 PredicateInfo(Function &, DominatorTree &, AssumptionCache &); 181 ~PredicateInfo();
|
| H A D | SCCPSolver.h | 41 std::unique_ptr<PredicateInfo> PredInfo;
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.h | 88 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> 90 HexagonMCInstrInfo::PredicateInfo Predicated);
|
| H A D | HexagonMCInstrInfo.h | 335 class PredicateInfo { 337 PredicateInfo() : Register(0), Operand(0), PredicatedTrue(false) {} in PredicateInfo() function 338 PredicateInfo(unsigned Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo() function 345 PredicateInfo predicateInfo(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonMCChecker.cpp | 429 const HexagonMCInstrInfo::PredicateInfo ConsumerPredInfo = in checkNewValues() 439 const HexagonMCInstrInfo::PredicateInfo ProducerPredInfo = in checkNewValues() 564 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> 566 unsigned Register, HexagonMCInstrInfo::PredicateInfo ConsumerPredicate) { in registerProducer() 567 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> in registerProducer() 589 return std::make_tuple(&I, 0, HexagonMCInstrInfo::PredicateInfo()); in registerProducer()
|
| H A D | HexagonMCInstrInfo.cpp | 35 bool HexagonMCInstrInfo::PredicateInfo::isPredicated() const { in isPredicated() 929 HexagonMCInstrInfo::PredicateInfo
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 312 struct PredicateInfo { struct 316 PredicateInfo(llvm::APInt CpuMask, llvm::APInt Operands, const Record *Pred) in PredicateInfo() argument 319 bool operator==(const PredicateInfo &Other) const { 330 std::vector<PredicateInfo> Predicates; 340 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates()
|
| H A D | PredicateExpander.cpp | 450 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
|
| H A D | CodeGenSchedule.cpp | 428 Predicates, [&OperandMask, &Predicate](const PredicateInfo &P) { in addPredicateForProcModel()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/ |
| H A D | BUILD.gn | 67 "PredicateInfo.cpp",
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | preserve-metadata-for-predicate-replacements.ll | 7 ; PredicateInfo are replaced.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 500 std::unique_ptr<PredicateInfo> PredInfo; 664 PredInfo(std::make_unique<PredicateInfo>(F, *DT, *AC)), in NewGVN()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 23992 the PredicateInfo utility uses it to build Extended SSA form, and
|