Searched refs:OperandsSignature (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 77 struct OperandsSignature { struct 120 bool operator<(const OperandsSignature &O) const { in operator <() argument 123 bool operator==(const OperandsSignature &O) const { in operator ==() argument 138 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes() argument 139 OperandsSignature Result; in getWithoutImmCodes() 375 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap> 385 typedef std::map<OperandsSignature, OpcodeTypeRetPredCheckMap> 390 std::map<OperandsSignature, std::vector<OperandsSignature> > 403 const OperandsSignature &Operands, 525 OperandsSignature Operands; in collectPatterns() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 87 struct OperandsSignature { struct 130 bool operator<(const OperandsSignature &O) const { in operator <() argument 133 bool operator==(const OperandsSignature &O) const { in operator ==() argument 148 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes() argument 149 OperandsSignature Result; in getWithoutImmCodes() 382 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap> 392 typedef std::map<OperandsSignature, OpcodeTypeRetPredCheckMap> 397 std::map<OperandsSignature, std::vector<OperandsSignature> > 410 const OperandsSignature &Operands, 535 OperandsSignature Operands; in collectPatterns() [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FastISelEmitter.cpp | 71 struct OperandsSignature { struct 114 bool operator<(const OperandsSignature &O) const { in operator <() argument 117 bool operator==(const OperandsSignature &O) const { in operator ==() argument 132 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes() argument 133 OperandsSignature Result; in getWithoutImmCodes() 362 typedef std::map<OperandsSignature, OpcodeTypeRetPredMap> 367 std::map<OperandsSignature, std::vector<OperandsSignature> > 501 OperandsSignature Operands; in collectPatterns() 582 const OperandsSignature &Operands = OI->first; in printFunctionDefinitions() 804 std::map<OperandsSignature, std::vector<OperandsSignature> >::iterator MI in printFunctionDefinitions()
|