| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 587 InsnMatcher.addPredicate<MemoryAddressSpacePredicateMatcher>( in addBuiltinPredicates() 595 InsnMatcher.addPredicate<MemoryAlignmentPredicateMatcher>(0, MinAlign); in addBuiltinPredicates() 602 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates() 607 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates() 620 InsnMatcher.addPredicate<MemorySizePredicateMatcher>(0, *MemSizeInBits / in addBuiltinPredicates() 623 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates() 631 InsnMatcher.addPredicate<MemoryVsLLTSizePredicateMatcher>( in addBuiltinPredicates() 657 InsnMatcher.addPredicate<MemorySizePredicateMatcher>(0, in addBuiltinPredicates() 671 InsnMatcher.addPredicate<AtomicOrderingMMOPredicateMatcher>("Monotonic"); in addBuiltinPredicates() 675 InsnMatcher.addPredicate<AtomicOrderingMMOPredicateMatcher>("Acquire"); in addBuiltinPredicates() [all …]
|
| H A D | GlobalISelCombinerEmitter.cpp | 1041 IM->addPredicate<GenericInstructionPredicateMatcher>( in addCXXPredicate() 1579 IM.addPredicate<InstructionOpcodeMatcher>(CGI); in emitMatchPattern() 2127 IM.addPredicate<InstructionOpcodeMatcher>(&P.getInst()); in emitCodeGenInstructionMatchPattern() 2135 OM.addPredicate<IntrinsicIDOperandMatcher>(P.getIntrinsic()); in emitCodeGenInstructionMatchPattern() 2143 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(SetF.getArrayRef()); in emitCodeGenInstructionMatchPattern() 2145 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(UnsetF.getArrayRef(), in emitCodeGenInstructionMatchPattern() 2181 OM.addPredicate<LiteralIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern() 2183 OM.addPredicate<ConstantIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern() 2201 OM.addPredicate<LLTOperandMatcher>(getLLTCodeGen(Ty)); in emitCodeGenInstructionMatchPattern() 2229 OM.addPredicate<InstructionOperandMatcher>(M, DefPat->getName()); in emitCodeGenInstructionMatchPattern()
|
| H A D | GlobalISelCombinerMatchTableEmitter.cpp | |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.h | 49 void addPredicate(CompPredicate Pred) { Predicates.push_back(Pred); } in addPredicate() function
|
| H A D | llvm-readobj.cpp | 387 SymComp->addPredicate([Dumper](SymbolRef LHS, SymbolRef RHS) { in dumpObject() 392 SymComp->addPredicate([Dumper](SymbolRef LHS, SymbolRef RHS) { in dumpObject()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 898 OM.addPredicate<SameOperandMatcher>( in defineOperand() 1352 addPredicate<RecordRegisterType>(TTIdx); in getTempTypeIdx() 1407 addPredicate<PointerToAnyOperandMatcher>(0); in addTypeCheckPredicate() 1416 addPredicate<PointerToAnyOperandMatcher>(OpTyOrNone->get().getSizeInBits()); in addTypeCheckPredicate() 1418 addPredicate<LLTOperandMatcher>( in addTypeCheckPredicate() 1421 addPredicate<LLTOperandMatcher>(*OpTyOrNone); in addTypeCheckPredicate()
|
| H A D | GlobalISelMatchTable.h | 1274 std::optional<Kind *> addPredicate(Args &&...args) { in addPredicate() function 1753 std::optional<Kind *> addPredicate(Args &&...args) { in addPredicate() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 259 const MachineInstrBuilder &addPredicate(CmpInst::Predicate Pred) const { in addPredicate() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 243 void addPredicate(MachineInstr *MI) { in addPredicate() function in __anona50655620111::VPTState 1279 VPTstate.addPredicate(MI); in ValidateMVEInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1117 void addPredicate(const SCEVPredicate *P) { 2344 void addPredicate(const SCEVPredicate &Pred);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 1157 PSE.addPredicate(LAI->getPSE().getPredicate()); in canVectorizeMemory()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 156 MIB.addPredicate(Pred); in addSrcToMIB()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8732 addPredicate(P); in ExitLimit() 14911 addPredicate(*P); in getBackedgeTakenCount() 14922 addPredicate(*P); in getSymbolicMaxBackedgeTakenCount() 14927 void PredicatedScalarEvolution::addPredicate(const SCEVPredicate &Pred) { in addPredicate() function in PredicatedScalarEvolution 14961 addPredicate(*SE.getWrapPredicate(AR, Flags)); in setNoOverflow() 14993 addPredicate(*P); in getAsAddRec()
|
| H A D | LoopAccessAnalysis.cpp | 175 PSE.addPredicate(*SE->getEqualPredicate(StrideSCEV, CT)); in replaceSymbolicStrideSCEV()
|