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 | 134 printSymbolicOperand<OperandCategory::AccessQualifierOperand>( in printInst() 165 printSymbolicOperand<OperandCategory::MemoryOperandOperand>( in printInst() 188 printSymbolicOperand<OperandCategory::ImageOperandOperand>( in printInst() 197 printSymbolicOperand<OperandCategory::MemoryOperandOperand>(MI, i, in printInst() 254 printSymbolicOperand<OperandCategory::BuiltInOperand>(MI, NumFixedOps, O); in printOpDecorate() 257 printSymbolicOperand<OperandCategory::ScopeOperand>(MI, NumFixedOps, O); in printOpDecorate() 260 printSymbolicOperand<OperandCategory::FunctionParameterAttributeOperand>( in printOpDecorate() 264 printSymbolicOperand<OperandCategory::FPRoundingModeOperand>( in printOpDecorate() 268 printSymbolicOperand<OperandCategory::FPFastMathModeOperand>( in printOpDecorate() 355 printSymbolicOperand<OperandCategory::LinkageTypeOperand>( in printStringImm() [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 | 317 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 493 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 522 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 549 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 587 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 614 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 686 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 732 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 762 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); 790 let PrintMethod = !strconcat("printSymbolicOperand<OperandCategory::", FilterClass, "Operand>"); [all …]
|