/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 394 LegalityPredicate Predicate; variable 401 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() function 467 LegalityPredicate Predicate) { in actionIf() 473 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 586 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf() 650 LegalizeRuleSet &bitcastIf(LegalityPredicate Predicate, in bitcastIf() 668 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf() 676 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf() 732 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf() 757 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf() [all …]
|
H A D | InstructionSelectorImpl.h | 273 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local 298 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local 320 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local 368 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagPredicateDependencyEdge.h | 32 const GIMatchDagPredicate *Predicate; variable 40 const GIMatchDagPredicate *Predicate, in GIMatchDagPredicateDependencyEdge()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 211 Value *Predicate; in scalarizeMaskedLoad() local 345 Value *Predicate; in scalarizeMaskedStore() local 467 Value *Predicate; in scalarizeMaskedGather() local 594 Value *Predicate; in scalarizeMaskedScatter() local 700 Value *Predicate; in scalarizeMaskedExpandLoad() local 810 Value *Predicate; in scalarizeMaskedCompressStore() local
|
H A D | LowerExpectIntrinsic.cpp | 294 CmpInst::Predicate Predicate; in handleBrSelExpect() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 355 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() 407 auto Predicate = in legalizeCustom() local
|
H A D | ARMLegalizerInfo.h | 47 CmpInst::Predicate Predicate; member
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 84 std::string getEnumNameForPredicate(const TreePredicateFn &Predicate) { in getEnumNameForPredicate() 92 std::string getMatchOpcodeForImmPredicate(const TreePredicateFn &Predicate) { in getMatchOpcodeForImmPredicate() 326 const TreePredicateFn &Predicate = Call.Fn; in isTrivialOperatorNode() local 1053 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate() 1076 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() local 1096 for (const auto &Predicate : predicates()) { in emitFilteredPredicateListOpcodes() local 1587 TreePredicateFn Predicate; member in __anon8aabd5ea0111::OperandImmPredicateMatcher 1591 const TreePredicateFn &Predicate) in OperandImmPredicateMatcher() 1711 const std::unique_ptr<OperandPredicateMatcher> &Predicate) { in countRendererFns() 1721 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() local [all …]
|
H A D | X86EVEX2VEXTablesEmitter.cpp | 36 typedef std::pair<StringRef, StringRef> Predicate; typedef in __anon33aaf22a0111::X86EVEX2VEXTablesEmitter
|
H A D | CodeGenSchedule.cpp | 410 STIPredicateFunction Predicate(Decl); in collectSTIPredicates() local 426 const Record *Predicate) { in addPredicateForProcModel() 1310 Record *Predicate; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 92 FilterPredicate Predicate; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCPredicates.h | 26 enum Predicate { enum
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCompound.cpp | 176 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 76 CmpInst::Predicate Predicate; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 175 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode() 1450 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local 1653 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local 2045 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local 2166 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local 2354 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 257 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 438 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf() 686 bool Predicate) { in convertIf()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 96 Hint Predicate; variable
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1142 #define FEATURE(Name, Predicate) .Case(#Name, Predicate) in HasFeature() argument 1171 #define EXTENSION(Name, Predicate) .Case(#Name, Predicate) in HasExtension() argument
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 1076 #define FEATURE(Name, Predicate) \ in ExecuteAction() argument 1090 #define EXTENSION(Name, Predicate) \ in ExecuteAction() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 52 Predicate, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 746 bool MipsBranchExpansion::handleSlot(Pred Predicate, Safe SafeInSlot) { in handleSlot()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 1582 static Constant *constantFoldCompareGlobalToNull(CmpInst::Predicate Predicate, in constantFoldCompareGlobalToNull() 1601 Constant *llvm::ConstantFoldCompareInstruction(CmpInst::Predicate Predicate, in ConstantFoldCompareInstruction()
|