| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 255 PredicateInfo &PI; 294 PredicateInfoBuilder(PredicateInfo &PI, Function &F, DominatorTree &DT, in PredicateInfoBuilder() 757 PredicateInfo::PredicateInfo(Function &F, DominatorTree &DT, in PredicateInfo() function in llvm::PredicateInfo 814 void PredicateInfo::verifyPredicateInfo() const {} in verifyPredicateInfo() 833 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in runOnFunction() 845 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in run() 854 friend class PredicateInfo; 855 const PredicateInfo *PredInfo; 858 PredicateInfoAnnotatedWriter(const PredicateInfo *M) : PredInfo(M) {} in PredicateInfoAnnotatedWriter() 892 void PredicateInfo::print(raw_ostream &OS) const { in print() [all …]
|
| H A D | CMakeLists.txt | 55 PredicateInfo.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 176 class PredicateInfo { 178 PredicateInfo(Function &, DominatorTree &, AssumptionCache &); 179 ~PredicateInfo() = default;
|
| H A D | SCCPSolver.h | 32 std::unique_ptr<PredicateInfo> PredInfo;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 32 std::make_unique<PredicateInfo>(F, DT, FAM.getResult<AssumptionAnalysis>(F)), in run() 72 std::make_unique<PredicateInfo>( in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| 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.h | 84 std::tuple<MCInst const *, unsigned, HexagonMCInstrInfo::PredicateInfo> 86 HexagonMCInstrInfo::PredicateInfo Predicated);
|
| 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
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/ |
| H A D | BUILD.gn | 62 "PredicateInfo.cpp",
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMTransformsUtils/ |
| H A D | Makefile | 62 PredicateInfo.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | LangRef.rst | 21003 the PredicateInfo utility uses it to build Extended SSA form, and
|