/openbsd/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() argument 467 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() 766 LegalizeRuleSet &narrowScalarIf(LegalityPredicate Predicate, in narrowScalarIf() [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/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagPredicateDependencyEdge.h | 32 const GIMatchDagPredicate *Predicate; variable 40 const GIMatchDagPredicate *Predicate, in GIMatchDagPredicateDependencyEdge()
|
/openbsd/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/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
|
H A D | GVN.cpp | 347 CmpInst::Predicate Predicate = C->getPredicate(); in createExpr() local 365 unsigned Opcode, CmpInst::Predicate Predicate, Value *LHS, Value *RHS) { in createCmpExpr() 681 CmpInst::Predicate Predicate, in lookupOrAddCmp()
|
/openbsd/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/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/gnu/llvm/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 326 const TreePredicateFn &Predicate = Call.Fn; in isTrivialOperatorNode() local 1076 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() local 1096 for (const auto &Predicate : predicates()) { in emitFilteredPredicateListOpcodes() local 1587 TreePredicateFn Predicate; member in __anon64c0a0e00111::OperandImmPredicateMatcher 1721 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() local 1958 TreePredicateFn Predicate; member in __anon64c0a0e00111::InstructionImmPredicateMatcher 2219 TreePredicateFn Predicate; member in __anon64c0a0e00111::GenericInstructionPredicateMatcher 3794 const TreePredicateFn &Predicate = Call.Fn; in getEquivNode() local 3827 const TreePredicateFn &Predicate) { in getMemSizeBitsFromPredicate() 4027 const TreePredicateFn &Predicate = Call.Fn; in createAndImportSelDAGMatcher() local [all …]
|
H A D | X86EVEX2VEXTablesEmitter.cpp | 36 typedef std::pair<StringRef, StringRef> Predicate; typedef in __anon687b0c600111::X86EVEX2VEXTablesEmitter
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 92 FilterPredicate Predicate; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCPredicates.h | 26 enum Predicate { enum
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCompound.cpp | 176 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 76 CmpInst::Predicate Predicate; member
|
/openbsd/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/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 257 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
/openbsd/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/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 96 Hint Predicate; variable
|
/openbsd/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/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/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 746 bool MipsBranchExpansion::handleSlot(Pred Predicate, Safe SafeInSlot) { in handleSlot()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 52 Predicate, enumerator
|
/openbsd/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()
|