Searched refs:PredicateInfo (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 202 PredicateInfo &PI; 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 D | SCCPSolver.cpp | 489 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 D | PredicateInfo.h | 176 class PredicateInfo { 178 LLVM_ABI PredicateInfo(Function &, DominatorTree &, AssumptionCache &, 180 LLVM_ABI ~PredicateInfo();
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.h | 333 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 D | PredicateExpander.cpp | 470 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
|
| H A D | CodeGenSchedule.cpp | 435 Predicates, [&OperandMask, &Predicate](const PredicateInfo &P) { in addPredicateForProcModel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.h | 87 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> 89 HexagonMCInstrInfo::PredicateInfo Predicated);
|
| H A D | HexagonMCInstrInfo.h | 334 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 D | HexagonMCChecker.cpp | 422 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 D | HexagonMCInstrInfo.cpp | 35 bool HexagonMCInstrInfo::PredicateInfo::isPredicated() const { in isPredicated() 937 HexagonMCInstrInfo::PredicateInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 515 std::unique_ptr<PredicateInfo> PredInfo; 679 std::make_unique<PredicateInfo>(F, *DT, *AC, ExpressionAllocator)), in NewGVN()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 2112 SRCS_MIN+= Transforms/Utils/PredicateInfo.cpp
|