Searched refs:PredicateExpander (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | PredicateExpander.cpp | 18 void PredicateExpander::expandTrue(formatted_raw_ostream &OS) { OS << "true"; } in expandTrue() 19 void PredicateExpander::expandFalse(formatted_raw_ostream &OS) { in expandFalse() 23 void PredicateExpander::expandCheckImmOperand(formatted_raw_ostream &OS, in expandCheckImmOperand() 29 void PredicateExpander::expandCheckImmOperand(formatted_raw_ostream &OS, in expandCheckImmOperand() 35 void PredicateExpander::expandCheckRegOperand(formatted_raw_ostream &OS, in expandCheckRegOperand() 47 void PredicateExpander::expandCheckInvalidRegOperand(formatted_raw_ostream &OS, in expandCheckInvalidRegOperand() 53 void PredicateExpander::expandCheckSameRegOperand(formatted_raw_ostream &OS, in expandCheckSameRegOperand() 60 void PredicateExpander::expandCheckNumOperands(formatted_raw_ostream &OS, in expandCheckNumOperands() 66 void PredicateExpander::expandCheckOpcode(formatted_raw_ostream &OS, in expandCheckOpcode() 73 void PredicateExpander::expandCheckOpcode(formatted_raw_ostream &OS, in expandCheckOpcode() [all …]
|
D | PredicateExpander.h | 28 class PredicateExpander { 34 PredicateExpander(const PredicateExpander &) = delete; 35 PredicateExpander &operator=(const PredicateExpander &) = delete; 38 PredicateExpander() in PredicateExpander() function
|
D | CMakeLists.txt | 32 PredicateExpander.cpp
|
D | InstrInfoEmitter.cpp | 387 PredicateExpander PE; in emitMCIIHelperMethods() 409 PredicateExpander PE; in emitTIIHelperMethods()
|
D | SubtargetEmitter.cpp | 1484 PredicateExpander &PE, in emitPredicates() 1551 PredicateExpander PE; in emitSchedModelHelpersImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetInstrPredicate.td | 14 // is used by a PredicateExpander to generate code for MachineInstr and/or 57 // Instances of class PredicateExpander (see utils/Tablegen/PredicateExpander.h) 59 // an "expand" method available in the PredicateExpander interface. 62 // `PredicateExpander::expandCheckOpcode()`. 65 // XYZ, an "expandXYZ" method must be added to the PredicateExpander. 188 // This predicate is expanded into a function call by the PredicateExpander. 189 // In particular, the PredicateExpander would either expand this predicate into
|