Home
last modified time | relevance | path

Searched refs:PredicateInfo (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp257 PredicateInfo Π
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 DSCCP.cpp33 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 DPredicateInfo.h178 class PredicateInfo {
180 PredicateInfo(Function &, DominatorTree &, AssumptionCache &);
181 ~PredicateInfo();
H A DSCCPSolver.h32 std::unique_ptr<PredicateInfo> PredInfo;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h84 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo>
86 HexagonMCInstrInfo::PredicateInfo Predicated);
H A DHexagonMCInstrInfo.h322 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 DHexagonMCChecker.cpp533 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 DHexagonMCInstrInfo.cpp35 bool HexagonMCInstrInfo::PredicateInfo::isPredicated() const { in isPredicated()
925 HexagonMCInstrInfo::PredicateInfo
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h316 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 DPredicateExpander.cpp452 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
H A DCodeGenSchedule.cpp429 Predicates, [&OperandMask, &Predicate](const PredicateInfo &P) { in addPredicateForProcModel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp501 std::unique_ptr<PredicateInfo> PredInfo;
664 PredInfo(std::make_unique<PredicateInfo>(F, *DT, *AC)), in NewGVN()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1686 SRCS_MIN+= Transforms/Utils/PredicateInfo.cpp