Home
last modified time | relevance | path

Searched refs:IsDarwin (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h36 bool IsDarwin; variable
40 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr, bool IsDarwin) in PPCMCExpr() argument
41 : Kind(Kind), Expr(Expr), IsDarwin(IsDarwin) {} in PPCMCExpr()
48 bool IsDarwin, MCContext &Ctx);
51 bool IsDarwin, MCContext &Ctx) { in createLo() argument
52 return create(VK_PPC_LO, Expr, IsDarwin, Ctx); in createLo()
56 bool IsDarwin, MCContext &Ctx) { in createHi() argument
57 return create(VK_PPC_HI, Expr, IsDarwin, Ctx); in createHi()
61 bool IsDarwin, MCContext &Ctx) { in createHa() argument
62 return create(VK_PPC_HA, Expr, IsDarwin, Ctx); in createHa()
[all …]
DPPCMCExpr.cpp22 bool IsDarwin, MCContext &Ctx) { in create() argument
23 return new (Ctx) PPCMCExpr(Kind, Expr, IsDarwin); in create()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp82 AsmPrinter &Printer, bool IsDarwin) { in GetSymbolRef() argument
140 Expr = PPCMCExpr::createLo(Expr, IsDarwin, Ctx); in GetSymbolRef()
143 Expr = PPCMCExpr::createHa(Expr, IsDarwin, Ctx); in GetSymbolRef()
151 AsmPrinter &AP, bool IsDarwin) { in LowerPPCMachineInstrToMCInst() argument
157 IsDarwin)) in LowerPPCMachineInstrToMCInst()
164 bool IsDarwin) { in LowerPPCMachineOperandToMCOperand() argument
184 OutMO = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, IsDarwin); in LowerPPCMachineOperandToMCOperand()
187 OutMO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, IsDarwin); in LowerPPCMachineOperandToMCOperand()
190 OutMO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, IsDarwin); in LowerPPCMachineOperandToMCOperand()
194 IsDarwin); in LowerPPCMachineOperandToMCOperand()
[all …]
DPPC.h54 AsmPrinter &AP, bool IsDarwin);
57 bool IsDarwin);
DPPCAsmPrinter.cpp539 const bool IsDarwin = TM.getTargetTriple().isOSDarwin(); in EmitInstruction() local
628 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction()
679 assert(!IsDarwin && "TOC is an ELF/XCOFF construct."); in EmitInstruction()
682 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction()
737 assert(!IsDarwin && "TOC is an ELF/XCOFF construct"); in EmitInstruction()
740 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction()
769 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction()
799 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction()
824 assert(!IsDarwin && "TOC is an ELF/XCOFF construct"); in EmitInstruction()
827 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction()
[all …]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h35 bool IsDarwin; variable
39 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr, bool IsDarwin) in PPCMCExpr() argument
40 : Kind(Kind), Expr(Expr), IsDarwin(IsDarwin) {} in PPCMCExpr()
75 bool isDarwinSyntax() const { return IsDarwin; } in isDarwinSyntax()
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.h22 bool IsDarwin; variable
26 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {} in PPCInstPrinter()
29 return IsDarwin; in isDarwinSyntax()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp180 bool IsDarwin; member in __anon13c8422b0111::AsmParser
564 AssemblerDialect(~0U), IsDarwin(false), ParsingInlineAsm(false) { in AsmParser()
579 IsDarwin = true; in AsmParser()
1355 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
2040 if ((!IsDarwin || NParameters != 0) && NParameters != A.size()) in expandMacro()
2050 if (IsDarwin && !NParameters) { in expandMacro()
2073 if (IsDarwin && !NParameters) { in expandMacro()
2213 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin); in parseMacroArgument()
2235 if (!IsDarwin) { in parseMacroArgument()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h284 bool IsDarwin; variable
DDwarfDebug.cpp208 IsDarwin(Triple(A->getTargetTriple()).isOSDarwin()), in DwarfDebug()
224 else if (IsDarwin) in DwarfDebug()
1127 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunction()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp175 bool IsDarwin = false; member in __anond99c36f90111::AsmParser
723 IsDarwin = true; in AsmParser()
1653 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
2411 if ((!IsDarwin || NParameters != 0) && NParameters != A.size()) in expandMacro()
2421 if (IsDarwin && !NParameters) { in expandMacro()
2444 if (IsDarwin && !NParameters) { in expandMacro()
2598 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin); in parseMacroArgument()
2620 if (!IsDarwin) { in parseMacroArgument()
DMasmParser.cpp433 bool IsDarwin = false; member in __anonaf805bc60111::MasmParser
2916 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin); in parseMacroArgument()
2937 if (!IsDarwin) { in parseMacroArgument()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp176 bool IsDarwin = false; member in __anon6ccfa48d0111::AsmParser
720 IsDarwin = true; in AsmParser()
1642 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
2394 if ((!IsDarwin || NParameters != 0) && NParameters != A.size()) in expandMacro()
2404 if (IsDarwin && !NParameters) { in expandMacro()
2427 if (IsDarwin && !NParameters) { in expandMacro()
2581 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin); in parseMacroArgument()
2603 if (!IsDarwin) { in parseMacroArgument()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h407 bool IsDarwin; variable
DDwarfDebug.cpp352 IsDarwin(A->TM.getTargetTriple().isOSDarwin()) { in DwarfDebug()
359 else if (IsDarwin) in DwarfDebug()
1888 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h416 bool IsDarwin; variable
DDwarfDebug.cpp336 IsDarwin(A->TM.getTargetTriple().isOSDarwin()) { in DwarfDebug()
343 else if (IsDarwin) in DwarfDebug()
2114 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp102 bool IsDarwin; member in __anon50e10f870111::PPCAsmParser
107 bool isDarwin() const { return IsDarwin; } in isDarwin()
151 IsDarwin = TheTriple.isMacOSX(); in PPCAsmParser()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp246 bool IsDarwin; member in __anon29ed29250111::PPCAsmParser
252 bool isDarwin() const { return IsDarwin; } in isDarwin()
298 IsDarwin = TheTriple.isMacOSX(); in PPCAsmParser()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td304 def IsDarwin : Predicate<"Subtarget->isTargetDarwin()">;