Home
last modified time | relevance | path

Searched defs:Predicate (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h400 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 DGIMatchTableExecutorImpl.h330 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 DGIMatchDagPredicateDependencyEdge.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DMacroFusionPredicatorEmitter.cpp142 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 DGlobalISelEmitter.cpp202 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 DX86EVEX2VEXTablesEmitter.cpp
H A DDAGISelMatcherEmitter.cpp144 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 DPredicate.h48 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 DInjectTLIMappings.cpp42 addVariantDeclaration(CallInst & CI,const ElementCount & VF,bool Predicate,const StringRef VFName) addVariantDeclaration() argument
93 __anon6d2b60130102(const ElementCount &VF, bool Predicate) addMappingsFromTLI() argument
H A DFlattenCFG.cpp257 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h47 CmpInst::Predicate Predicate; member
H A DARMLegalizerInfo.cpp327 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls()
380 auto Predicate = in legalizeCustom() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp207 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 DLowerExpectIntrinsic.cpp290 CmpInst::Predicate Predicate; in handleBrSelExpect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp87 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 DPPCPredicates.h26 enum Predicate { enum
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp33 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 DGlobalISelMatchTable.h735 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 DHexagonMCCompound.cpp176 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h76 CmpInst::Predicate Predicate; global() member
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c629 ACPI_PARSE_OBJECT *Predicate; in TrDoSwitch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp175 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 DEarlyIfConversion.cpp438 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 DLoopVectorizationLegality.h95 Hint Predicate; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h431 SectionFilterPredicate Predicate; variable

123