Searched defs:XCore (Results 1 - 5 of 5) sorted by path

/external/clang/include/clang/Basic/
H A DTargetBuiltins.h158 /// \brief XCore builtins
159 namespace XCore { namespace in namespace:clang
/external/clang/lib/Driver/
H A DToolChains.cpp3559 /// XCore tool chain
3560 XCore::XCore(const Driver &D, const llvm::Triple &Triple, function in class:XCore
3565 Tool *XCore::buildAssembler() const {
3566 return new tools::XCore::Assemble(*this);
3569 Tool *XCore::buildLinker() const {
3570 return new tools::XCore::Link(*this);
3573 bool XCore::isPICDefault() const {
3577 bool XCore::isPIEDefault() const {
3581 bool XCore
[all...]
H A DToolChains.h748 class LLVM_LIBRARY_VISIBILITY XCore : public ToolChain { class in namespace:clang::driver::toolchains
750 XCore(const Driver &D, const llvm::Triple &Triple,
H A DTools.h615 namespace XCore { namespace in namespace:clang::driver::tools
616 // For XCore, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
620 Assemble(const ToolChain &TC) : Tool("XCore::Assemble",
621 "XCore-as", TC) {}
632 Link(const ToolChain &TC) : Tool("XCore::Link",
633 "XCore-ld", TC) {}
642 } // end namespace XCore.
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp1 //===-- XCoreInstrInfo.cpp - XCore Instruction Information ----------------===//
10 // This file contains the XCore implementation of the TargetInstrInfo class.
15 #include "XCore.h"
35 namespace XCore { namespace in namespace:llvm
37 // XCore Condition Codes
50 : XCoreGenInstrInfo(XCore::ADJCALLSTACKDOWN, XCore::ADJCALLSTACKUP),
66 if (Opcode == XCore::LDWFI)
88 if (Opcode == XCore::STWFI)
106 return BrOpc == XCore
[all...]

Completed in 380 milliseconds