| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 245 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 D | InstructionSelectorImpl.h | 243 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 D | Predicate.h | 54 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 D | ARMLegalizerInfo.cpp | 330 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() 390 auto Predicate = in legalizeCustom() local
|
| H A D | ARMLegalizerInfo.h | 50 CmpInst::Predicate Predicate; member
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 187 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 D | MipsELFObjectWriter.cpp | 88 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 D | PPCPredicates.h | 27 enum Predicate { enum
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 86 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 D | CodeGenSchedule.cpp | 415 STIPredicateFunction Predicate(Decl); in collectSTIPredicates() local 431 const Record *Predicate) { in addPredicateForProcModel() 1304 Record *Predicate; member
|
| H A D | FixedLenDecoderEmitter.cpp | 918 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 D | asltransform.c | 590 ACPI_PARSE_OBJECT *Predicate; in TrDoSwitch() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCompound.cpp | 177 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 247 CmpInst::Predicate Predicate; in handleBrSelExpect() local
|
| H A D | GVN.cpp | 291 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 D | FlattenCFG.cpp | 260 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
| H A D | LoopUtils.cpp | 954 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 D | X86FastISel.cpp | 188 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 D | FrontendActions.cpp | 884 #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 D | PPMacroExpansion.cpp | 1098 #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 D | MCInstrDesc.h | 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef }; enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 389 UnaryPredicate Predicate) { in searchPredecessors()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 484 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once() local
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 3309 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 D | ASTMatchersInternal.h | 242 bool removeBindings(const ExcludePredicate &Predicate) { in removeBindings()
|