| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | MacroFusionPredicatorEmitter.cpp | 128 for (const Record *Predicate : Predicates) { in emitPredicates() local 142 void MacroFusionPredicatorEmitter::emitFirstPredicate(const Record *Predicate, in emitFirstPredicate() 205 void MacroFusionPredicatorEmitter::emitSecondPredicate(const Record *Predicate, in emitSecondPredicate() 256 void MacroFusionPredicatorEmitter::emitBothPredicate(const Record *Predicate, in emitBothPredicate()
|
| H A D | GlobalISelEmitter.cpp | 201 const TreePredicateFn &Predicate = Call.Fn; in isTrivialOperatorNode() local 550 const TreePredicateFn &Predicate = Call.Fn; in getEquivNode() local 585 const TreePredicateFn &Predicate) { in getMemSizeBitsFromPredicate() 598 const Record *SrcGIEquivOrNull, const TreePredicateFn &Predicate, in addBuiltinPredicates() 800 const TreePredicateFn &Predicate = Call.Fn; in createAndImportSelDAGMatcher() local 1028 const TreePredicateFn &Predicate = Call.Fn; in importChildMatcher() local 1116 const TreePredicateFn &Predicate = Call.Fn; in importChildMatcher() local 2530 void GlobalISelEmitter::declareSubtargetFeature(const Record *Predicate) { in declareSubtargetFeature()
|
| H A D | X86EVEX2VEXTablesEmitter.cpp | |
| H A D | InstrInfoEmitter.cpp | 650 for (const Record *Predicate : in emitFeatureVerifier() local 702 for (const Record *Predicate : in emitFeatureVerifier() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 414 LegalityPredicate Predicate; variable 421 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() function 487 LegalityPredicate Predicate) { in actionIf() 493 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 615 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf() 696 LegalizeRuleSet &bitcastIf(LegalityPredicate Predicate, in bitcastIf() 714 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf() 722 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf() 778 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf() 814 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf() [all …]
|
| H A D | GIMatchTableExecutorImpl.h | 348 uint16_t Predicate = readU16(); in executeMatchTable() local 373 uint16_t Predicate = readU16(); in executeMatchTable() local 394 uint16_t Predicate = readU16(); in executeMatchTable() local 416 uint16_t Predicate = readU16(); in executeMatchTable() local 466 uint16_t Predicate = readU16(); in executeMatchTable() local 480 uint16_t Predicate = readU16(); in executeMatchTable() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagPredicateDependencyEdge.h | |
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Predicate.h | 48 Predicate() : m_value() {} in Predicate() function 57 Predicate(T initial_value) : m_value(initial_value) {} in Predicate() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 200 Value *Predicate = Builder.CreateExtractElement(Mask, uint64_t(0ull), in scalarizeMaskedLoad() local 244 Value *Predicate; in scalarizeMaskedLoad() local 366 Value *Predicate = Builder.CreateExtractElement(Mask, uint64_t(0ull), in scalarizeMaskedStore() local 403 Value *Predicate; in scalarizeMaskedStore() local 530 Value *Predicate; in scalarizeMaskedGather() local 661 Value *Predicate; in scalarizeMaskedScatter() local 777 Value *Predicate; in scalarizeMaskedExpandLoad() local 897 Value *Predicate; in scalarizeMaskedCompressStore() local 1011 Value *Predicate = in scalarizeMaskedVectorHistogram() local
|
| H A D | LowerExpectIntrinsic.cpp | 290 CmpInst::Predicate Predicate; in handleBrSelExpect() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | CmpPredicate.h | 40 operator CmpInst::Predicate() const { return Pred; } in Predicate() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLegalizerInfo.h | 47 CmpInst::Predicate Predicate; member
|
| H A D | ARMLegalizerInfo.cpp | 330 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() 383 auto Predicate = in legalizeCustom() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 74 UnaryPredicate Predicate) { in copy_if_else() 98 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegBankLegalizeRules.cpp | 376 class Predicate { class 398 Predicate(SmallVectorImpl<Elt> &&Expr) { Expression.swap(Expr); }; in Predicate() function in Predicate 401 Predicate(std::function<bool(const MachineInstr &)> Pred) { in Predicate() function in Predicate
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | 94 auto AddVariantDecl = [&](const ElementCount &VF, bool Predicate) { in addMappingsFromTLI()
|
| H A D | FlattenCFG.cpp | 257 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCPredicates.h | 26 enum Predicate { enum
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MacroFusion.cpp | 175 return llvm::any_of(Predicates, [&](MacroFusionPredTy Predicate) { in shouldScheduleAdjacent()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 33 std::string getEnumNameForPredicate(const TreePredicateFn &Predicate) { in getEnumNameForPredicate() 42 std::string getMatchOpcodeForImmPredicate(const TreePredicateFn &Predicate) { in getMatchOpcodeForImmPredicate() 483 const PredicateMatcher &Predicate = Candidate.getFirstCondition(); in addMatcher() local 604 const PredicateMatcher &Predicate = Candidate.getFirstCondition(); in addMatcher() local 1404 const std::unique_ptr<OperandPredicateMatcher> &Predicate) { in countRendererFns() 1677 unsigned InsnVarID, TreePredicateFn Predicate) in GenericInstructionPredicateMatcher() 1803 const std::unique_ptr<PredicateMatcher> &Predicate) { in countRendererFns()
|
| H A D | GlobalISelMatchTable.h | 748 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate() 771 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() local 791 for (const auto &Predicate : predicates()) { in emitFilteredPredicateListOpcodes() local 1238 const TreePredicateFn &Predicate) in OperandImmPredicateMatcher() 1265 const TreePredicateFn &Predicate) in OperandLeafPredicateMatcher() 1356 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() local 1509 const TreePredicateFn &Predicate) in InstructionImmPredicateMatcher()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCompound.cpp | 176 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 75 CmpInst::Predicate Predicate; member
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | asltransform.c | 629 ACPI_PARSE_OBJECT *Predicate; in TrDoSwitch() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsBranchExpansion.cpp | 745 bool MipsBranchExpansion::handleMFLOSlot(Pred Predicate, Safe SafeInSlot) { in handleMFLOSlot() 794 bool MipsBranchExpansion::handleSlot(Pred Predicate, Safe SafeInSlot) { in handleSlot()
|