Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h245 LegalityPredicate Predicate; variable
252 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() argument
314 LegalityPredicate Predicate) { in actionIf()
406 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf()
452 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf()
460 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf()
509 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf()
534 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf()
543 LegalizeRuleSet &narrowScalarIf(LegalityPredicate Predicate, in narrowScalarIf()
553 LegalizeRuleSet &moreElementsIf(LegalityPredicate Predicate, in moreElementsIf()
[all …]
H A DInstructionSelectorImpl.h243 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
267 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
289 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
308 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DPredicate.h54 Predicate() : m_value(), m_mutex(), m_condition() {} in Predicate() function
65 Predicate(T initial_value) in Predicate() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp330 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls()
390 auto Predicate = in legalizeCustom() local
H A DARMLegalizerInfo.h50 CmpInst::Predicate Predicate; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp187 Value *Predicate = in scalarizeMaskedLoad() local
304 Value *Predicate = in scalarizeMaskedStore() local
407 Value *Predicate = Builder.CreateExtractElement(Mask, Builder.getInt32(Idx), in scalarizeMaskedGather() local
514 Value *Predicate = Builder.CreateExtractElement(Mask, Builder.getInt32(Idx), in scalarizeMaskedScatter() local
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp88 UnaryPredicate Predicate) { in copy_if_else()
112 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h27 enum Predicate { enum
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp86 std::string getEnumNameForPredicate(const TreePredicateFn &Predicate) { in getEnumNameForPredicate()
289 const TreePredicateFn &Predicate = Call.Fn; in isTrivialOperatorNode() local
978 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate()
1001 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() local
1487 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() local
1677 TreePredicateFn Predicate; member in __anon7e76e5f80111::InstructionImmPredicateMatcher
1681 const TreePredicateFn &Predicate) in InstructionImmPredicateMatcher()
1832 TreePredicateFn Predicate; member in __anon7e76e5f80111::GenericInstructionPredicateMatcher
1836 TreePredicateFn Predicate) in GenericInstructionPredicateMatcher()
3124 const TreePredicateFn &Predicate = Call.Fn; in getEquivNode() local
[all …]
H A DCodeGenSchedule.cpp415 STIPredicateFunction Predicate(Decl); in collectSTIPredicates() local
431 const Record *Predicate) { in addPredicateForProcModel()
1304 Record *Predicate; member
H A DFixedLenDecoderEmitter.cpp918 for (const auto &Predicate : Predicates) { in emitPredicateFunction() local
1229 SmallString<256> Predicate; in emitPredicateTableEntry() local
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c590 ACPI_PARSE_OBJECT *Predicate; in TrDoSwitch() local
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp177 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp247 CmpInst::Predicate Predicate; in handleBrSelExpect() local
H A DGVN.cpp291 CmpInst::Predicate Predicate = C->getPredicate(); in createExpr() local
308 CmpInst::Predicate Predicate, in createCmpExpr()
589 CmpInst::Predicate Predicate, in lookupOrAddCmp()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp260 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
H A DLoopUtils.cpp954 auto Predicate = Signed ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in cannotBeMinInLoop() local
965 auto Predicate = Signed ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; in cannotBeMaxInLoop() local
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp188 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode()
1445 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local
1652 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local
2049 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local
2177 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local
2380 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp884 #define FEATURE(Name, Predicate) \ in ExecuteAction() argument
898 #define EXTENSION(Name, Predicate) \ in ExecuteAction() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1098 #define FEATURE(Name, Predicate) .Case(#Name, Predicate) in HasFeature() argument
1127 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate) in HasExtension() argument
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef }; enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp389 UnaryPredicate Predicate) { in searchPredecessors()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp484 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once() local
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3309 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst()
3592 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst()
3599 static Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst()
3739 Value *llvm::SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst()
4803 static Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
4810 Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h242 bool removeBindings(const ExcludePredicate &Predicate) { in removeBindings()

12