| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| HD | PPCMCExpr.h | 36 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 …]
|
| HD | PPCMCExpr.cpp | 22 bool IsDarwin, MCContext &Ctx) { in create() argument 23 return new (Ctx) PPCMCExpr(Kind, Expr, IsDarwin); in create()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCMCInstLower.cpp | 82 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 …]
|
| HD | PPC.h | 54 AsmPrinter &AP, bool IsDarwin); 57 bool IsDarwin);
|
| HD | PPCAsmPrinter.cpp | 542 const bool IsDarwin = TM.getTargetTriple().isOSDarwin(); in EmitInstruction() local 631 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction() 682 assert(!IsDarwin && "TOC is an ELF/XCOFF construct."); in EmitInstruction() 685 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction() 740 assert(!IsDarwin && "TOC is an ELF/XCOFF construct"); in EmitInstruction() 743 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction() 772 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction() 802 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction() 827 assert(!IsDarwin && "TOC is an ELF/XCOFF construct"); in EmitInstruction() 830 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, IsDarwin); in EmitInstruction() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| HD | AsmParser.cpp | 176 bool IsDarwin = false; member in __anondf61c9400111::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()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfDebug.h | 407 bool IsDarwin; variable
|
| HD | DwarfDebug.cpp | 352 IsDarwin(A->TM.getTargetTriple().isOSDarwin()) { in DwarfDebug() 359 else if (IsDarwin) in DwarfDebug() 1888 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| HD | PPCAsmParser.cpp | 102 bool IsDarwin; member in __anonf9943a3a0111::PPCAsmParser 107 bool isDarwin() const { return IsDarwin; } in isDarwin() 151 IsDarwin = TheTriple.isMacOSX(); in PPCAsmParser()
|