Searched refs:ImmPredicates (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FastISelEmitter.cpp | 96 void printManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates, in printManglingSuffix() argument 106 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); in printManglingSuffix() 142 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate() 153 TreePredicateFn PredFn = ImmPredicates.getPredicate(Code-1); in emitImmediatePredicate() 336 ImmPredicateSet &ImmPredicates, in PrintManglingSuffix() 346 Operands[i].printManglingSuffix(OS, ImmPredicates, StripImmCodes); in PrintManglingSuffix() 350 void PrintManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates, in PrintManglingSuffix() 353 Operands[i].printManglingSuffix(OS, ImmPredicates, StripImmCodes); in PrintManglingSuffix()
|
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 102 void printManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates, in printManglingSuffix() argument 112 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); in printManglingSuffix() 148 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate() 159 TreePredicateFn PredFn = ImmPredicates.getPredicate(Code-1); in emitImmediatePredicate() 345 ImmPredicateSet &ImmPredicates, in PrintManglingSuffix() 355 Operands[i].printManglingSuffix(OS, ImmPredicates, StripImmCodes); in PrintManglingSuffix() 359 void PrintManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates, in PrintManglingSuffix() 362 Operands[i].printManglingSuffix(OS, ImmPredicates, StripImmCodes); in PrintManglingSuffix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 112 void printManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates, in printManglingSuffix() argument 122 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); in printManglingSuffix() 158 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate() 169 TreePredicateFn PredFn = ImmPredicates.getPredicate(Code-1); in emitImmediatePredicate() 352 ImmPredicateSet &ImmPredicates, in PrintManglingSuffix() 362 Operands[i].printManglingSuffix(OS, ImmPredicates, StripImmCodes); in PrintManglingSuffix() 366 void PrintManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates, in PrintManglingSuffix() 369 Operands[i].printManglingSuffix(OS, ImmPredicates, StripImmCodes); in PrintManglingSuffix()
|