Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp202 PredicateInfo Π
246 PredicateInfoBuilder(PredicateInfo &PI, Function &F, DominatorTree &DT, in PredicateInfoBuilder()
707 PredicateInfo::PredicateInfo(Function &F, DominatorTree &DT, in PredicateInfo() function in llvm::PredicateInfo
716 PredicateInfo::~PredicateInfo() { in ~PredicateInfo()
781 void PredicateInfo::verifyPredicateInfo() const {} in verifyPredicateInfo()
784 static void replaceCreatedSSACopys(PredicateInfo &PredInfo, Function &F) { in replaceCreatedSSACopys()
802 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC, Allocator); in run()
812 friend class PredicateInfo;
813 const PredicateInfo *PredInfo;
816 PredicateInfoAnnotatedWriter(const PredicateInfo *M) : PredInfo(M) {} in PredicateInfoAnnotatedWriter()
[all …]
H A DSCCPSolver.cpp489 DenseMap<Function *, std::unique_ptr<PredicateInfo>> FnPredicateInfo;
734 FnPredicateInfo.insert({&F, std::make_unique<PredicateInfo>( in addPredicateInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h176 class PredicateInfo {
178 LLVM_ABI PredicateInfo(Function &, DominatorTree &, AssumptionCache &,
180 LLVM_ABI ~PredicateInfo();
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h333 struct PredicateInfo { struct
337 PredicateInfo(llvm::APInt CpuMask, llvm::APInt Operands, const Record *Pred) in PredicateInfo() function
340 bool operator==(const PredicateInfo &Other) const {
351 std::vector<PredicateInfo> Predicates;
361 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates()
H A DPredicateExpander.cpp470 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
H A DCodeGenSchedule.cpp435 Predicates, [&OperandMask, &Predicate](const PredicateInfo &P) { in addPredicateForProcModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h87 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo>
89 HexagonMCInstrInfo::PredicateInfo Predicated);
H A DHexagonMCInstrInfo.h334 class PredicateInfo {
336 PredicateInfo() : Operand(0), PredicatedTrue(false) {} in PredicateInfo() function
337 PredicateInfo(MCRegister Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo() function
344 PredicateInfo predicateInfo(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCChecker.cpp422 const HexagonMCInstrInfo::PredicateInfo ConsumerPredInfo = in checkNewValues()
432 const HexagonMCInstrInfo::PredicateInfo ProducerPredInfo = in checkNewValues()
557 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo>
559 MCRegister Register, HexagonMCInstrInfo::PredicateInfo ConsumerPredicate) { in registerProducer()
560 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> in registerProducer()
582 return std::make_tuple(&I, 0, HexagonMCInstrInfo::PredicateInfo()); in registerProducer()
H A DHexagonMCInstrInfo.cpp35 bool HexagonMCInstrInfo::PredicateInfo::isPredicated() const { in isPredicated()
937 HexagonMCInstrInfo::PredicateInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp515 std::unique_ptr<PredicateInfo> PredInfo;
679 std::make_unique<PredicateInfo>(F, *DT, *AC, ExpressionAllocator)), in NewGVN()
/freebsd/lib/clang/libllvm/
H A DMakefile2112 SRCS_MIN+= Transforms/Utils/PredicateInfo.cpp