Searched refs:TOut (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2324 TOut.emitDirectiveSetNoReorder(); in processInstruction() 2341 TOut.setUsesMicroMips(); in processInstruction() 2342 TOut.updateABIInfo(*this); in processInstruction() 2349 TOut.emitDirectiveSetReorder(); in processInstruction() 3421 if (emitPartialAddress(TOut, IDLoc, Sym)) in expandLoadSingleImmToFPR() 4324 TOut.emitNop(IDLoc, STI); in expandDivRem() 4352 TOut.emitNop(IDLoc, STI); in expandTrunc() 4356 TOut.emitNop(IDLoc, STI); in expandTrunc() 4361 TOut.emitNop(IDLoc, STI); in expandTrunc() 5209 TOut.emitNop(IDLoc, STI); in expandMulO() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 785 auto &TOut = in ParseDirective() local 822 TOut.emitGlobalType(WasmSym); in ParseDirective() 852 TOut.emitTableType(WasmSym); in ParseDirective() 881 TOut.emitFunctionType(WasmSym); in ParseDirective() 895 TOut.emitExportName(WasmSym, ExportName); in ParseDirective() 907 TOut.emitImportModule(WasmSym, ImportModule); in ParseDirective() 919 TOut.emitImportName(WasmSym, ImportName); in ParseDirective() 933 TOut.emitTagType(WasmSym); in ParseDirective() 946 TOut.emitLocal(Locals); in ParseDirective() 984 auto &TOut = reinterpret_cast<WebAssemblyTargetStreamer &>( in ensureLocals() local [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 773 llvm::raw_string_ostream TOut(TemplateParams); in ComputeName() local 782 TOut << Param << " = "; in ComputeName() 783 Args.get(i).print(Policy, TOut, in ComputeName() 786 TOut << ", "; in ComputeName() 800 TOut << Param << " = "; in ComputeName() 801 Args->get(i).print(Policy, TOut, /*IncludeType*/ true); in ComputeName() 802 TOut << ", "; in ComputeName() 806 TOut.flush(); in ComputeName()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Interp.h | 802 template <PrimType TIn, PrimType TOut> bool Cast(InterpState &S, CodePtr OpPC) { in Cast() 804 using U = typename PrimConv<TOut>::T; in Cast()
|