HomeSort by relevance Sort by last modified time
    Searched defs:Predicate (Results 51 - 75 of 387) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 57 // Predicate checking.
61 CheckPredicate, // Fail if node predicate fails.
109 /// isSimplePredicateNode - Return true if this is a simple predicate that
134 /// a simple predicate.
157 // Since this predicate is reflexive, we canonicalize the ordering so that
391 /// CheckPatternPredicateMatcher - This checks the target-specific predicate
392 /// to see if the entire pattern is capable of matching. This predicate does
395 std::string Predicate;
397 CheckPatternPredicateMatcher(StringRef predicate)
398 : Matcher(CheckPatternPredicate), Predicate(predicate) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 84 /// instruction can clobber the 'would-be' predicate.
101 /// Predicate - Predicate used in the BB.
119 SmallVector<MachineOperand, 4> Predicate;
618 /// instruction which can clobber a predicate (e.g. condition code register).
624 bool AlreadyPredicated = BBI.Predicate.size() > 0;
680 // Predicate modification instruction should end the block (except for
687 // Predicate may have been modified, the subsequent (currently)
707 /// predicated by the specified predicate.
715 // If it is already predicated, check if its predicate subsumes the ne
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 55 // Predicate checking.
58 CheckPredicate, // Fail if node predicate fails.
119 /// isSimplePredicateNode - Return true if this is a simple predicate that
142 /// a simple predicate.
165 // Since this predicate is reflexive, we canonicalize the ordering so that
396 /// CheckPatternPredicateMatcher - This checks the target-specific predicate
397 /// to see if the entire pattern is capable of matching. This predicate does
400 std::string Predicate;
402 CheckPatternPredicateMatcher(StringRef predicate)
403 : Matcher(CheckPatternPredicate), Predicate(predicate) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 195 /// Returns the estimated complexity of this predicate. This is roughly
199 /// Returns true if the predicate is always true. This means that no
203 /// Returns true if this predicate implies \p N.
206 /// Prints a textual representation of this predicate with an indentation of
210 /// Returns the SCEV to which this predicate applies, or nullptr if this is
276 /// count. This means that if we have a nusw predicate for i32 {0,+,1} with a
391 /// Adds a predicate to this union.
404 /// We estimate the complexity of a union predicate as the size number of
535 /// Mark predicate values currently being processed by isImpliedCond.
543 /// predicate by splitting it into a set of independent predicates
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef };
94 /// \brief Set if this is one of the operands that made up of the predicate
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
118 /// MCInstrDesc class. Clients should use the predicate methods on MCInstrDesc,
288 /// \brief Return true if this instruction has a predicate operand
291 /// control and modify the predicate in this instruction.
563 /// operand list that is used to represent the predicate. It returns -1 if
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 95 /// predicate must return false if the instruction has any side effects other
178 /// not, return 0. This predicate must return 0 if the instruction has
205 /// not, return 0. This predicate must return 0 if the instruction has
505 /// Represents a predicate at the MachineFunction level. The control flow a
508 /// Reg <def>= LHS `Predicate` RHS == ConditionDef
518 ComparePredicate Predicate;
531 : Predicate(PRED_INVALID), LHS(MachineOperand::CreateImm(0)),
622 /// Return true if it's profitable to predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h 195 /// Returns the estimated complexity of this predicate. This is roughly
199 /// Returns true if the predicate is always true. This means that no
203 /// Returns true if this predicate implies \p N.
206 /// Prints a textual representation of this predicate with an indentation of
210 /// Returns the SCEV to which this predicate applies, or nullptr if this is
276 /// count. This means that if we have a nusw predicate for i32 {0,+,1} with a
391 /// Adds a predicate to this union.
404 /// We estimate the complexity of a union predicate as the size number of
535 /// Mark predicate values currently being processed by isImpliedCond.
543 /// predicate by splitting it into a set of independent predicates
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef };
94 /// \brief Set if this is one of the operands that made up of the predicate
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
118 /// MCInstrDesc class. Clients should use the predicate methods on MCInstrDesc,
288 /// \brief Return true if this instruction has a predicate operand
291 /// control and modify the predicate in this instruction.
563 /// operand list that is used to represent the predicate. It returns -1 if
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetInstrInfo.h 95 /// predicate must return false if the instruction has any side effects other
214 /// not, return 0. This predicate must return 0 if the instruction has
241 /// not, return 0. This predicate must return 0 if the instruction has
541 /// Represents a predicate at the MachineFunction level. The control flow a
544 /// Reg <def>= LHS `Predicate` RHS == ConditionDef
554 ComparePredicate Predicate;
567 : Predicate(PRED_INVALID), LHS(MachineOperand::CreateImm(0)),
658 /// Return true if it's profitable to predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h 195 /// Returns the estimated complexity of this predicate. This is roughly
199 /// Returns true if the predicate is always true. This means that no
203 /// Returns true if this predicate implies \p N.
206 /// Prints a textual representation of this predicate with an indentation of
210 /// Returns the SCEV to which this predicate applies, or nullptr if this is
276 /// count. This means that if we have a nusw predicate for i32 {0,+,1} with a
391 /// Adds a predicate to this union.
404 /// We estimate the complexity of a union predicate as the size number of
535 /// Mark predicate values currently being processed by isImpliedCond.
543 /// predicate by splitting it into a set of independent predicates
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef };
94 /// \brief Set if this is one of the operands that made up of the predicate
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
118 /// MCInstrDesc class. Clients should use the predicate methods on MCInstrDesc,
288 /// \brief Return true if this instruction has a predicate operand
291 /// control and modify the predicate in this instruction.
563 /// operand list that is used to represent the predicate. It returns -1 if
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetInstrInfo.h 95 /// predicate must return false if the instruction has any side effects other
214 /// not, return 0. This predicate must return 0 if the instruction has
241 /// not, return 0. This predicate must return 0 if the instruction has
541 /// Represents a predicate at the MachineFunction level. The control flow a
544 /// Reg <def>= LHS `Predicate` RHS == ConditionDef
554 ComparePredicate Predicate;
567 : Predicate(PRED_INVALID), LHS(MachineOperand::CreateImm(0)),
658 /// Return true if it's profitable to predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h 203 /// Returns the estimated complexity of this predicate. This is roughly
207 /// Returns true if the predicate is always true. This means that no
211 /// Returns true if this predicate implies \p N.
214 /// Prints a textual representation of this predicate with an indentation of
218 /// Returns the SCEV to which this predicate applies, or nullptr if this is
282 /// count. This means that if we have a nusw predicate for i32 {0,+,1} with a
399 /// Adds a predicate to this union.
412 /// We estimate the complexity of a union predicate as the size number of
677 bool isLoopEntryGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
682 bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef };
94 /// \brief Set if this is one of the operands that made up of the predicate
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
118 /// MCInstrDesc class. Clients should use the predicate methods on MCInstrDesc,
297 /// \brief Return true if this instruction has a predicate operand
300 /// control and modify the predicate in this instruction.
572 /// operand list that is used to represent the predicate. It returns -1 if
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetInstrInfo.h 103 /// predicate must return false if the instruction has any side effects other
221 /// not, return 0. This predicate must return 0 if the instruction has
248 /// not, return 0. This predicate must return 0 if the instruction has
547 /// Represents a predicate at the MachineFunction level. The control flow a
550 /// Reg <def>= LHS `Predicate` RHS == ConditionDef
560 ComparePredicate Predicate = PRED_INVALID;
660 /// Return true if it's profitable to predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h 203 /// Returns the estimated complexity of this predicate. This is roughly
207 /// Returns true if the predicate is always true. This means that no
211 /// Returns true if this predicate implies \p N.
214 /// Prints a textual representation of this predicate with an indentation of
218 /// Returns the SCEV to which this predicate applies, or nullptr if this is
282 /// count. This means that if we have a nusw predicate for i32 {0,+,1} with a
399 /// Adds a predicate to this union.
412 /// We estimate the complexity of a union predicate as the size number of
677 bool isLoopEntryGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
682 bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef };
94 /// \brief Set if this is one of the operands that made up of the predicate
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
118 /// MCInstrDesc class. Clients should use the predicate methods on MCInstrDesc,
297 /// \brief Return true if this instruction has a predicate operand
300 /// control and modify the predicate in this instruction.
572 /// operand list that is used to represent the predicate. It returns -1 if
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetInstrInfo.h 103 /// predicate must return false if the instruction has any side effects other
221 /// not, return 0. This predicate must return 0 if the instruction has
248 /// not, return 0. This predicate must return 0 if the instruction has
547 /// Represents a predicate at the MachineFunction level. The control flow a
550 /// Reg <def>= LHS `Predicate` RHS == ConditionDef
560 ComparePredicate Predicate = PRED_INVALID;
660 /// Return true if it's profitable to predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h 203 /// Returns the estimated complexity of this predicate. This is roughly
207 /// Returns true if the predicate is always true. This means that no
211 /// Returns true if this predicate implies \p N.
214 /// Prints a textual representation of this predicate with an indentation of
218 /// Returns the SCEV to which this predicate applies, or nullptr if this is
282 /// count. This means that if we have a nusw predicate for i32 {0,+,1} with a
399 /// Adds a predicate to this union.
412 /// We estimate the complexity of a union predicate as the size number of
677 bool isLoopEntryGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
682 bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InstrTypes.h     [all...]

Completed in 648 milliseconds

1 23 4 5 6 7 8 91011>>