Searched refs:FeaturesStr (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-mc/
H A DDisassembler.h31 const std::string &FeaturesStr,
H A Dllvm-mc.cpp380 std::string FeaturesStr; local
385 FeaturesStr = Features.getString();
397 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
469 std::string FeaturesStr; local
474 FeaturesStr = Features.getString();
477 Res = Disassembler::disassemble(*TheTarget, TripleName, MCPU, FeaturesStr,
H A DDisassembler.cpp145 const std::string &FeaturesStr,
156 OwningPtr<const MCSubtargetInfo> STI(T.createMCSubtargetInfo(Triple, Cpu, FeaturesStr));
142 disassemble(const Target &T, const std::string &Triple, const std::string &Cpu, const std::string &FeaturesStr, MemoryBuffer &Buffer, raw_ostream &Out) argument
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DTargetSelect.cpp79 std::string FeaturesStr; local
84 FeaturesStr = Features.getString();
89 MCPU, FeaturesStr,
/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp80 std::string FeaturesStr; local
85 FeaturesStr = Features.getString();
97 MCPU, FeaturesStr,
/external/llvm/tools/llvm-mc-fuzzer/
H A Dllvm-mc-fuzzer.cpp57 std::string FeaturesStr; variable
71 TripleName.c_str(), MCPU.c_str(), FeaturesStr.c_str(), nullptr, 0,
156 FeaturesStr = Features.getString();
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DDisassembler.cpp57 std::string FeaturesStr; local
61 FeaturesStr);
/external/llvm/tools/opt/
H A Dopt.cpp305 StringRef FeaturesStr,
316 FeaturesStr, Options, getRelocModel(),
432 std::string CPUStr, FeaturesStr;
438 FeaturesStr = getFeaturesStr();
439 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options);
444 // Override function attributes based on CPUStr, FeaturesStr, and command line
446 setFunctionAttributes(CPUStr, FeaturesStr, *M);
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c249 const char *CPUStr = "", *FeaturesStr = ""; local
257 FeaturesStr = String_val(Field(Features, 0));
266 FeaturesStr, OptLevelEnum, RelocModeEnum, CodeModelEnum);
/external/swiftshader/third_party/LLVM/tools/llc/
H A Dllc.cpp298 std::string FeaturesStr; local
303 FeaturesStr = Features.getString();
308 MCPU, FeaturesStr,
/external/llvm/tools/llc/
H A Dllc.cpp321 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr(); local
343 TheTarget->createTargetMachine(TheTriple.getTriple(), CPUStr, FeaturesStr,
377 // Override function attributes based on CPUStr, FeaturesStr, and command line
379 setFunctionAttributes(CPUStr, FeaturesStr, *M);
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp473 std::string FeaturesStr; local
478 FeaturesStr = Features.getString();
491 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp547 std::string FeaturesStr = local
641 FeaturesStr, Options,
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp562 std::string FeaturesStr =
571 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr));
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6428 std::string FeaturesStr; local
6433 FeaturesStr = Features.getString();
6442 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr));
6492 ThumbTarget->createMCSubtargetInfo(ThumbTripleName, MCPU, FeaturesStr));

Completed in 2571 milliseconds