Searched refs:TOut (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 227 bool emitPartialAddress(MipsTargetStreamer &TOut, SMLoc IDLoc, MCSymbol *Sym); 1812 MipsTargetStreamer &TOut = getTargetStreamer(); in processInstruction() local 2081 TOut.emitRRX(Mips::LW, Mips::T9, Mips::GP, in processInstruction() 2083 TOut.emitRRX(Mips::ADDiu, Mips::T9, Mips::T9, in processInstruction() 2094 TOut.emitRRX(ABI.ArePtrs64bit() ? Mips::LD : Mips::LW, Mips::T9, in processInstruction() 2106 TOut.emitRRX(ABI.ArePtrs64bit() ? Mips::LD : Mips::LW, Mips::T9, Mips::GP, in processInstruction() 2179 TOut.emitRRI(Mips::LWGP_MM, DstReg.getReg(), Mips::GP, MemOffset, in processInstruction() 2297 TOut.emitDirectiveSetNoReorder(); in processInstruction() 2314 TOut.setUsesMicroMips(); in processInstruction() 2315 TOut.updateABIInfo(*this); in processInstruction() [all …]
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1511 MipsTargetStreamer &TOut = getTargetStreamer(); in processInstruction() local 1674 TOut.emitRRX(Mips::LW, Mips::T9, Mips::GP, in processInstruction() 1676 TOut.emitRRX(Mips::ADDiu, Mips::T9, Mips::T9, in processInstruction() 1687 TOut.emitRRX(ABI.ArePtrs64bit() ? Mips::LD : Mips::LW, Mips::T9, in processInstruction() 1699 TOut.emitRRX(ABI.ArePtrs64bit() ? Mips::LD : Mips::LW, Mips::T9, Mips::GP, in processInstruction() 1771 TOut.emitRRI(Mips::LWGP_MM, DstReg.getReg(), Mips::GP, MemOffset, in processInstruction() 1884 TOut.emitDirectiveSetNoReorder(); in processInstruction() 1901 TOut.setUsesMicroMips(); in processInstruction() 1906 TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst.getOpcode()), IDLoc, STI); in processInstruction() 1907 TOut.emitDirectiveSetReorder(); in processInstruction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 467 auto &TOut = reinterpret_cast<WebAssemblyTargetStreamer &>( in ParseDirective() local 507 TOut.emitParam(LastLabel, Params); in ParseDirective() 508 TOut.emitLocal(Locals); in ParseDirective()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 593 llvm::raw_string_ostream TOut(TemplateParams); in ComputeName() local 603 TOut << Param << " = "; in ComputeName() 604 Args.get(i).print(Policy, TOut); in ComputeName() 605 TOut << ", "; in ComputeName() 619 TOut << Param << " = "; in ComputeName() 620 Args->get(i).print(Policy, TOut); in ComputeName() 621 TOut << ", "; in ComputeName() 625 TOut.flush(); in ComputeName()
|