Searched refs:PredNo (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 228 virtual bool CheckPatternPredicate(unsigned PredNo) const { in CheckPatternPredicate() argument 236 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 239 virtual bool CheckPatternPredicate(unsigned PredNo) const { in CheckPatternPredicate() argument 248 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 258 virtual bool CheckPatternPredicate(unsigned PredNo) const { in CheckPatternPredicate() argument 266 virtual bool CheckNodePredicate(SDNode *N, unsigned PredNo) const { in CheckNodePredicate() argument
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FastISelEmitter.cpp | 193 unsigned PredNo = 0; in initialize() local 210 PredNo = ImmediatePredicates.getIDFor(PredFn)+1; in initialize() 217 Operands.push_back(OpKind::getImm(PredNo)); in initialize()
|
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 200 unsigned PredNo = 0; in initialize() local 217 PredNo = ImmediatePredicates.getIDFor(PredFn)+1; in initialize() 224 Operands.push_back(OpKind::getImm(PredNo)); in initialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 211 unsigned PredNo = 0; in initialize() local 228 PredNo = ImmediatePredicates.getIDFor(PredFn)+1; in initialize() 231 Operands.push_back(OpKind::getImm(PredNo)); in initialize()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 30296 bool CheckPatternPredicate(unsigned PredNo) const override; 30299 bool DAGISEL_CLASS_COLONCOLON CheckPatternPredicate(unsigned PredNo) const 30304 switch (PredNo) { 30442 bool CheckNodePredicate(SDNode *Node, unsigned PredNo) const override; 30445 bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDNode *Node, unsigned PredNo) const 30450 switch (PredNo) {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDAGISel.inc | 39284 bool CheckPatternPredicate(unsigned PredNo) const override; 39287 bool DAGISEL_CLASS_COLONCOLON CheckPatternPredicate(unsigned PredNo) const 39292 switch (PredNo) { 39410 bool CheckNodePredicate(SDNode *Node, unsigned PredNo) const override; 39413 bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDNode *Node, unsigned PredNo) const 39418 switch (PredNo) {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDAGISel.inc | 47575 bool CheckPatternPredicate(unsigned PredNo) const override; 47578 bool DAGISEL_CLASS_COLONCOLON CheckPatternPredicate(unsigned PredNo) const 47583 switch (PredNo) { 47609 bool CheckNodePredicate(SDNode *Node, unsigned PredNo) const override; 47612 bool DAGISEL_CLASS_COLONCOLON CheckNodePredicate(SDNode *Node, unsigned PredNo) const 47617 switch (PredNo) {
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenDAGISel.inc | 47459 bool CheckPatternPredicate(unsigned PredNo) const { 47460 switch (PredNo) { 47507 bool CheckNodePredicate(SDNode *Node, unsigned PredNo) const { 47508 switch (PredNo) {
|