Searched refs:printSymbolicOperand (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 132 printSymbolicOperand<OperandCategory::AccessQualifierOperand>( in printInst() 166 printSymbolicOperand<OperandCategory::MemoryOperandOperand>( in printInst() 189 printSymbolicOperand<OperandCategory::ImageOperandOperand>( in printInst() 198 printSymbolicOperand<OperandCategory::MemoryOperandOperand>(MI, i, in printInst() 223 printSymbolicOperand< in printInst() 250 printSymbolicOperand< in printInst() 311 printSymbolicOperand<OperandCategory::BuiltInOperand>(MI, NumFixedOps, O); in printOpDecorate() 314 printSymbolicOperand<OperandCategory::ScopeOperand>(MI, NumFixedOps, O); in printOpDecorate() 317 printSymbolicOperand<OperandCategory::FunctionParameterAttributeOperand>( in printOpDecorate() 321 printSymbolicOperand<OperandCategory::FPRoundingModeOperand>( in printOpDecorate() [all …]
|
| H A D | SPIRVInstPrinter.h | 46 void printSymbolicOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSymbolicOperands.td | 334 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 542 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 571 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 598 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 636 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 663 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 739 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 785 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 815 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 843 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); [all …]
|