| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 257 PredicateInfo &PI; 770 PredicateInfo::PredicateInfo(Function &F, DominatorTree &DT, in PredicateInfo() function in llvm::PredicateInfo 779 PredicateInfo::~PredicateInfo() { in ~PredicateInfo() 844 void PredicateInfo::verifyPredicateInfo() const {} in verifyPredicateInfo() 876 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in runOnFunction() 890 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in run() 900 friend class PredicateInfo; 901 const PredicateInfo *PredInfo; 938 void PredicateInfo::print(raw_ostream &OS) const { in print() 943 void PredicateInfo::dump() const { in dump() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 33 std::make_unique<PredicateInfo>(F, DT, FAM.getResult<AssumptionAnalysis>(F)), in run() 73 std::make_unique<PredicateInfo>( in runOnModule() 123 return {std::make_unique<PredicateInfo>( in run() 168 std::make_unique<PredicateInfo>( in runOnModule()
|
| /freebsd-13.1/contrib/llvm-project/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 | 32 std::unique_ptr<PredicateInfo> PredInfo;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.h | 84 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> 86 HexagonMCInstrInfo::PredicateInfo Predicated);
|
| H A D | HexagonMCInstrInfo.h | 322 class PredicateInfo { 324 PredicateInfo() : Register(0), Operand(0), PredicatedTrue(false) {} in PredicateInfo() function 325 PredicateInfo(unsigned Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo() function 332 PredicateInfo predicateInfo(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonMCChecker.cpp | 533 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> 535 unsigned Register, HexagonMCInstrInfo::PredicateInfo ConsumerPredicate) { in registerProducer() 536 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> in registerProducer() 556 return std::make_tuple(&I, 0, HexagonMCInstrInfo::PredicateInfo()); in registerProducer()
|
| H A D | HexagonMCInstrInfo.cpp | 35 bool HexagonMCInstrInfo::PredicateInfo::isPredicated() const { in isPredicated() 925 HexagonMCInstrInfo::PredicateInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 316 struct PredicateInfo { struct 320 PredicateInfo(llvm::APInt CpuMask, llvm::APInt Operands, const Record *Pred) in PredicateInfo() argument 323 bool operator==(const PredicateInfo &Other) const { 334 std::vector<PredicateInfo> Predicates; 344 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates()
|
| H A D | PredicateExpander.cpp | 452 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
|
| H A D | CodeGenSchedule.cpp | 429 Predicates, [&OperandMask, &Predicate](const PredicateInfo &P) { in addPredicateForProcModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 501 std::unique_ptr<PredicateInfo> PredInfo; 664 PredInfo(std::make_unique<PredicateInfo>(F, *DT, *AC)), in NewGVN()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 1686 SRCS_MIN+= Transforms/Utils/PredicateInfo.cpp
|