/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 400 LegalityPredicate Predicate; variable 407 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() function 473 LegalityPredicate Predicate) { in actionIf() 479 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 592 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf() 656 LegalizeRuleSet &bitcastIf(LegalityPredicate Predicate, in bitcastIf() 674 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf() 682 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf() 738 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf() 763 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf() [all …]
|
H A D | GIMatchTableExecutorImpl.h | 330 uint16_t Predicate = readU16(); in executeMatchTable() local 355 uint16_t Predicate = readU16(); in executeMatchTable() local 376 uint16_t Predicate = readU16(); in executeMatchTable() local 428 uint16_t Predicate = readU16(); in executeMatchTable() local 442 uint16_t Predicate = readU16(); in executeMatchTable() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagPredicateDependencyEdge.h |
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | MacroFusionPredicatorEmitter.cpp | 142 void MacroFusionPredicatorEmitter::emitFirstPredicate(Record *Predicate, in emitFirstPredicate() 175 void MacroFusionPredicatorEmitter::emitSecondPredicate(Record *Predicate, in emitSecondPredicate() 226 void MacroFusionPredicatorEmitter::emitBothPredicate(Record *Predicate, in emitBothPredicate()
|
H A D | GlobalISelEmitter.cpp | 202 const TreePredicateFn &Predicate = Call.Fn; in isTrivialOperatorNode() local 525 const TreePredicateFn &Predicate = Call.Fn; in getEquivNode() local 560 const TreePredicateFn &Predicate) { in getMemSizeBitsFromPredicate() 573 const Record *SrcGIEquivOrNull, const TreePredicateFn &Predicate, in addBuiltinPredicates() 760 const TreePredicateFn &Predicate = Call.Fn; in createAndImportSelDAGMatcher() local 1002 const TreePredicateFn &Predicate = Call.Fn; in importChildMatcher() local 2515 void GlobalISelEmitter::declareSubtargetFeature(Record *Predicate) { in declareSubtargetFeature()
|
H A D | X86EVEX2VEXTablesEmitter.cpp |
|
H A D | DAGISelMatcherEmitter.cpp | 144 for (auto &Predicate : NodePredicatesByCodeToRun) { in MatcherTableEmitter() local 160 for (const auto &Predicate : PredicateList) { in MatcherTableEmitter() local
|
/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/Utils/ |
H A D | InjectTLIMappings.cpp | 42 addVariantDeclaration(CallInst & CI,const ElementCount & VF,bool Predicate,const StringRef VFName) addVariantDeclaration() argument 93 __anon6d2b60130102(const ElementCount &VF, bool Predicate) addMappingsFromTLI() argument
|
H A D | FlattenCFG.cpp | 257 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.h | 47 CmpInst::Predicate Predicate; member
|
H A D | ARMLegalizerInfo.cpp | 327 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() 380 auto Predicate = in legalizeCustom() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 207 Value *Predicate; in scalarizeMaskedLoad() local 337 Value *Predicate; in scalarizeMaskedStore() local 459 Value *Predicate; in scalarizeMaskedGather() local 586 Value *Predicate; in scalarizeMaskedScatter() local 697 Value *Predicate; in scalarizeMaskedExpandLoad() local 812 Value *Predicate; in scalarizeMaskedCompressStore() local 902 Value *Predicate = in scalarizeMaskedVectorHistogram() local
|
H A D | LowerExpectIntrinsic.cpp | 290 CmpInst::Predicate Predicate; in handleBrSelExpect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 87 UnaryPredicate Predicate) { in copy_if_else() 111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCPredicates.h | 26 enum Predicate { enum
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 33 std::string getEnumNameForPredicate(const TreePredicateFn &Predicate) { in getEnumNameForPredicate() 40 std::string getMatchOpcodeForImmPredicate(const TreePredicateFn &Predicate) { in getMatchOpcodeForImmPredicate() 475 const PredicateMatcher &Predicate = Candidate.getFirstCondition(); in addMatcher() local 596 const PredicateMatcher &Predicate = Candidate.getFirstCondition(); in addMatcher() local 1396 const std::unique_ptr<OperandPredicateMatcher> &Predicate) { in countRendererFns() 1657 unsigned InsnVarID, TreePredicateFn Predicate) in GenericInstructionPredicateMatcher() 1780 const std::unique_ptr<PredicateMatcher> &Predicate) { in countRendererFns()
|
H A D | GlobalISelMatchTable.h | 735 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate() 758 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() local 778 for (const auto &Predicate : predicates()) { in emitFilteredPredicateListOpcodes() local 1224 const TreePredicateFn &Predicate) in OperandImmPredicateMatcher() 1315 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() local 1461 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 | 76 CmpInst::Predicate Predicate; global() 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/X86/ |
H A D | X86FastISel.cpp | 175 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode() 1448 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local 1651 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local 2043 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local 2165 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local 2353 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 438 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf() 684 bool Predicate) { in convertIf()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 95 Hint Predicate; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 431 SectionFilterPredicate Predicate; variable
|