Home
last modified time | relevance | path

Searched refs:TOut (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp236 bool emitPartialAddress(MipsTargetStreamer &TOut, SMLoc IDLoc, MCSymbol *Sym);
1875 MipsTargetStreamer &TOut = getTargetStreamer(); in processInstruction() local
2145 TOut.getStreamer().emitRelocDirective( in processInstruction()
2148 TOut.getStreamer().emitLabel(TmpLabel); in processInstruction()
2189 TOut.emitRRI(Mips::LWGP_MM, DstReg.getReg(), Mips::GP, MemOffset, in processInstruction()
2334 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in processInstruction()
2345 TOut.emitDirectiveSetReorder(); in processInstruction()
2357 TOut.emitDirectiveSetNoReorder(); in processInstruction()
2379 TOut.emitDirectiveSetReorder(); in processInstruction()
2385 TOut.setUsesMicroMips(); in processInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp774 auto &TOut = in parseDirective() local
811 TOut.emitGlobalType(WasmSym); in parseDirective()
845 TOut.emitTableType(WasmSym); in parseDirective()
885 TOut.emitFunctionType(WasmSym); in parseDirective()
901 TOut.emitExportName(WasmSym, ExportName); in parseDirective()
916 TOut.emitImportModule(WasmSym, ImportModule); in parseDirective()
931 TOut.emitImportName(WasmSym, ImportName); in parseDirective()
945 TOut.emitTagType(WasmSym); in parseDirective()
958 TOut.emitLocal(Locals); in parseDirective()
998 auto &TOut = reinterpret_cast<WebAssemblyTargetStreamer &>( in ensureLocals() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp849 llvm::raw_string_ostream TOut(TemplateParams); in ComputeName() local
858 TOut << Param << " = "; in ComputeName()
859 Args.get(i).print(Policy, TOut, in ComputeName()
862 TOut << ", "; in ComputeName()
876 TOut << Param << " = "; in ComputeName()
877 Args->get(i).print(Policy, TOut, /*IncludeType*/ true); in ComputeName()
878 TOut << ", "; in ComputeName()
882 TOut.flush(); in ComputeName()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2013 template <PrimType TIn, PrimType TOut> bool Cast(InterpState &S, CodePtr OpPC) { in Cast()
2015 using U = typename PrimConv<TOut>::T; in Cast()
2813 template <PrimType TIn, PrimType TOut>
2815 static_assert(isPtrType(TIn) && isPtrType(TOut)); in DecayPtr()
2817 using ToT = typename PrimConv<TOut>::T; in DecayPtr()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td3235 class F_BITCONVERT<string SzStr, ValueType TIn, ValueType TOut,
3237 NVPTXRegClass regclassOut = ValueToRegClass<TOut>.ret> :
3240 [(set (TOut regclassOut:$d), (bitconvert (TIn regclassIn:$a)))]>;