Home
last modified time | relevance | path

Searched refs:isDarwin (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h47 bool isDarwin, MCContext &Ctx);
50 bool isDarwin, MCContext &Ctx) { in createLo() argument
51 return create(VK_PPC_LO, Expr, isDarwin, Ctx); in createLo()
55 bool isDarwin, MCContext &Ctx) { in createHi() argument
56 return create(VK_PPC_HI, Expr, isDarwin, Ctx); in createHi()
60 bool isDarwin, MCContext &Ctx) { in createHa() argument
61 return create(VK_PPC_HA, Expr, isDarwin, Ctx); in createHa()
DPPCMCExpr.cpp23 bool isDarwin, MCContext &Ctx) { in create() argument
24 return new (Ctx) PPCMCExpr(Kind, Expr, isDarwin); in create()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h49 bool isDarwin, MCContext &Ctx);
52 bool isDarwin, MCContext &Ctx) { in createLo() argument
53 return create(VK_PPC_LO, Expr, isDarwin, Ctx); in createLo()
57 bool isDarwin, MCContext &Ctx) { in createHi() argument
58 return create(VK_PPC_HI, Expr, isDarwin, Ctx); in createHi()
62 bool isDarwin, MCContext &Ctx) { in createHa() argument
63 return create(VK_PPC_HA, Expr, isDarwin, Ctx); in createHa()
DPPCMCExpr.cpp23 bool isDarwin, MCContext &Ctx) { in create() argument
24 return new (Ctx) PPCMCExpr(Kind, Expr, isDarwin); in create()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp83 AsmPrinter &Printer, bool isDarwin) { in GetSymbolRef() argument
141 Expr = PPCMCExpr::createLo(Expr, isDarwin, Ctx); in GetSymbolRef()
144 Expr = PPCMCExpr::createHa(Expr, isDarwin, Ctx); in GetSymbolRef()
152 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst() argument
158 isDarwin)) in LowerPPCMachineInstrToMCInst()
165 bool isDarwin) { in LowerPPCMachineOperandToMCOperand() argument
185 OutMO = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineOperandToMCOperand()
188 OutMO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineOperandToMCOperand()
191 OutMO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineOperandToMCOperand()
195 isDarwin); in LowerPPCMachineOperandToMCOperand()
DPPC.h55 AsmPrinter &AP, bool isDarwin);
58 bool isDarwin);
DPPCAsmPrinter.cpp204 if (!Subtarget->isDarwin()) in printOperand()
305 if (!Subtarget->isDarwin()) in PrintAsmMemoryOperand()
487 if (!Subtarget->isPPC64() && !Subtarget->isDarwin() && in EmitTlsCall()
509 bool isDarwin = TM.getTargetTriple().isOSDarwin(); in EmitInstruction() local
596 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
652 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
696 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
727 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
774 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
817 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
[all …]
DPPCSubtarget.h301 bool isDarwin() const { return TargetTriple.isMacOSX(); } in isDarwin() function
309 bool isDarwinABI() const { return isTargetMachO() || isDarwin(); } in isDarwinABI()
DPPCSubtarget.cpp138 if (isDarwin()) in initSubtargetFeatures()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCMCInstLower.cpp98 AsmPrinter &Printer, bool isDarwin) { in GetSymbolRef() argument
103 RefKind = isDarwin ? MCSymbolRefExpr::VK_PPC_DARWIN_LO16 : MCSymbolRefExpr::VK_PPC_GAS_LO16; in GetSymbolRef()
105 RefKind = isDarwin ? MCSymbolRefExpr::VK_PPC_DARWIN_HA16 : MCSymbolRefExpr::VK_PPC_GAS_HA16; in GetSymbolRef()
133 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst() argument
157 MCOp = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
160 MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
163 MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
167 isDarwin); in LowerPPCMachineInstrToMCInst()
DPPCSubtarget.h143 bool isDarwin() const { return TargetTriple.isMacOSX(); } in isDarwin() function
145 bool isDarwinABI() const { return isDarwin(); } in isDarwinABI()
146 bool isSVR4ABI() const { return !isDarwin(); } in isSVR4ABI()
DPPCAsmPrinter.cpp153 if (!Subtarget.isDarwin()) RegName = stripRegisterPrefix(RegName); in printOperand()
347 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.isDarwin()); in EmitInstruction()
379 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, Subtarget.isDarwin()); in EmitInstruction()
677 if (Subtarget->isDarwin()) in createPPCAsmPrinterPass()
DPPC.h41 AsmPrinter &AP, bool isDarwin);
DPPCSubtarget.cpp109 if (isDarwin()) in PPCSubtarget()
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp83 AsmPrinter &Printer, bool isDarwin) { in GetSymbolRef() argument
131 Expr = PPCMCExpr::createLo(Expr, isDarwin, Ctx); in GetSymbolRef()
134 Expr = PPCMCExpr::createHa(Expr, isDarwin, Ctx); in GetSymbolRef()
142 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst() argument
169 MCOp = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
172 MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
175 MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
179 isDarwin); in LowerPPCMachineInstrToMCInst()
DPPCAsmPrinter.cpp175 if (!Subtarget->isDarwin()) in printOperand()
276 if (!Subtarget->isDarwin()) in PrintAsmMemoryOperand()
459 if (!Subtarget->isPPC64() && !Subtarget->isDarwin() && in EmitTlsCall()
481 bool isDarwin = TM.getTargetTriple().isOSDarwin(); in EmitInstruction() local
539 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
568 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
612 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
643 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
683 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
726 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
[all …]
DPPCSubtarget.h284 bool isDarwin() const { return TargetTriple.isMacOSX(); } in isDarwin() function
292 bool isDarwinABI() const { return isTargetMachO() || isDarwin(); } in isDarwinABI()
DPPC.h49 AsmPrinter &AP, bool isDarwin);
DPPCSubtarget.cpp135 if (isDarwin()) in initSubtargetFeatures()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseRegisterInfo.h38 static inline bool isARMArea1Register(unsigned Reg, bool isDarwin) { in isARMArea1Register() argument
47 return !isDarwin; in isARMArea1Register()
53 static inline bool isARMArea2Register(unsigned Reg, bool isDarwin) { in isARMArea2Register() argument
58 return isDarwin; in isARMArea2Register()
64 static inline bool isARMArea3Register(unsigned Reg, bool isDarwin) { in isARMArea3Register() argument
DARMSubtarget.h161 isELF, isDarwin enumerator
DARMFastISel.cpp1784 bool isDarwin = Subtarget->isTargetDarwin(); in ARMSelectCallOp() local
1786 return isDarwin ? ARM::tBLr9 : ARM::tBL; in ARMSelectCallOp()
1788 return isDarwin ? ARM::BLr9 : ARM::BL; in ARMSelectCallOp()
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.h25 const MCRegisterInfo &MRI, bool isDarwin) in PPCInstPrinter() argument
26 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {} in PPCInstPrinter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp270 bool isDarwin() const { return IsDarwin; } in isDarwin() function in __anon51d209260111::PPCAsmParser
1534 if (isDarwin()) in ParseExpression()
1635 if (isDarwin()) { in ParseOperand()
1691 if (isDarwin()) in ParseOperand()
1698 if (isDarwin()) { in ParseOperand()
1789 if (isDarwin()) { in ParseDirective()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp252 bool isDarwin() const { return IsDarwin; } in isDarwin() function in __anon155e16ce0111::PPCAsmParser
1471 if (isDarwin()) in ParseExpression()
1565 if (isDarwin()) { in ParseOperand()
1630 if (!isDarwin()) { in ParseOperand()
1640 if (isDarwin()) { in ParseOperand()
1741 if (!isDarwin()) { in ParseDirective()

12