Searched defs:?S (Results 276 - 300 of 417) sorted by relevance

<<11121314151617

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp35 NVPTXSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DNVPTXTargetMachine.cpp63 NVPTXTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions& Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
83 NVPTXTargetMachine32(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
93 NVPTXTargetMachine64(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp26 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp98 MCObjectWriter *llvm::createPPCELFObjectWriter(raw_ostream &OS, argument
H A DPPCMCCodeEmitter.cpp62 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, argument
H A DPPCMCTargetDesc.cpp54 createPPCMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS) argument
96 createMCStreamer(const Target &T, StringRef TT, MCContext &Ctx, MCAsmBackend &MAB, raw_ostream &OS, MCCodeEmitter *Emitter, bool RelaxAll, bool NoExecStack) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp170 void print(raw_ostream &OS, const TargetMachine *TM = 0) const { argument
H A DPPCRegisterInfo.cpp267 unsigned findScratchRegister(MachineBasicBlock::iterator II, RegScavenger *RS, argument
[all...]
H A DPPCSubtarget.cpp29 PPCSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DPPCTargetMachine.cpp35 PPCTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
55 PPC32TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
65 PPC64TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp46 createSparcMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcSubtarget.cpp26 SparcSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DSparcTargetMachine.cpp28 SparcTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
78 SparcV8TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
90 SparcV9TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetMachine.cpp45 TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp35 void X86ATTInstPrinter::printRegName(raw_ostream &OS, argument
40 void X86ATTInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, argument
H A DX86InstComments.cpp29 void llvm::EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS, argument
[all...]
H A DX86IntelInstPrinter.cpp30 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
34 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp344 const MCSectionELF &ES = static_cast<const MCSectionELF&>(Section); local
[all...]
H A DX86BaseInfo.h335 XD = 11 << Op0Shift, XS = 12 << Op0Shift, enumerator in enum:llvm::X86II::__anon10298
422 FS = 1 << SegOvrShift, enumerator in enum:llvm::X86II::__anon10298
423 GS = 2 << SegOvrShift, enumerator in enum:llvm::X86II::__anon10298
H A DX86ELFObjectWriter.cpp218 MCObjectWriter *llvm::createX86ELFObjectWriter(raw_ostream &OS, argument
H A DX86MCCodeEmitter.cpp297 EmitMemModRMByte(const MCInst &MI, unsigned Op, unsigned RegOpcodeField, uint64_t TSFlags, unsigned &CurByte, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups) const argument
412 unsigned SS = SSTable[Scale.getImm()]; local
957 EncodeInstruction(const MCInst &MI, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups) const argument
1203 EmitByte(X86II::getBaseOpcodeFor(TSFlags), CurByte, OS); local
[all...]
H A DX86MCTargetDesc.cpp48 std::string FS; local
332 createX86MCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS) argument
[all...]
H A DX86MachObjectWriter.cpp578 MCObjectWriter *llvm::createX86MachObjectWriter(raw_ostream &OS, argument
H A DX86WinCOFFObjectWriter.cpp61 MCObjectWriter *llvm::createX86WinCOFFObjectWriter(raw_ostream &OS, argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CodeEmitter.cpp298 void Emitter<CodeEmitter>::emitExternalSymbolAddress(const char *ES, argument
[all...]

Completed in 563 milliseconds

<<11121314151617