HomeSort by relevance Sort by last modified time
    Searched refs:SubtargetFeatures (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/MC/
SubtargetFeature.h 63 /// SubtargetFeatures - Manages the enabling and disabling of subtarget
74 class SubtargetFeatures {
77 explicit SubtargetFeatures(const StringRef Initial = "");
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 39 SubtargetFeatures Features(FS);
48 SubtargetFeatures Features(FS);
64 SubtargetFeatures Features;
SubtargetFeature.cpp 112 void SubtargetFeatures::AddFeature(const StringRef String,
174 // SubtargetFeatures Implementation
177 SubtargetFeatures::SubtargetFeatures(const StringRef Initial) {
183 std::string SubtargetFeatures::getString() const {
228 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature,
259 uint64_t SubtargetFeatures::getFeatureBits(const StringRef CPU,
340 void *SubtargetFeatures::getItinerary(const StringRef CPU,
365 void SubtargetFeatures::print(raw_ostream &OS) const {
373 void SubtargetFeatures::dump() const
    [all...]
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 82 SubtargetFeatures Features;
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 581 std::map<Record*, SubtargetFeatureInfo*> SubtargetFeatures;
632 SubtargetFeatures.find(Def);
633 return I == SubtargetFeatures.end() ? 0 : I->second;
    [all...]
  /gdk/sources/llvm-ndk-cc/
Backend.cpp 137 llvm::SubtargetFeatures Features;
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 238 SubtargetFeatures Features;
LTOModule.cpp 148 SubtargetFeatures Features;
  /frameworks/compile/slang/
slang_backend.cpp 158 llvm::SubtargetFeatures Features;
  /external/clang/lib/CodeGen/
BackendUtil.cpp 287 SubtargetFeatures Features;
  /external/llvm/tools/llc/
llc.cpp 410 SubtargetFeatures Features;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 410 SubtargetFeatures Features;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 310 llvm::SubtargetFeatures F;
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 795 SubtargetFeatures Features;

Completed in 330 milliseconds