Home
last modified time | relevance | path

Searched refs:FeaturesStr (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DTargetSelect.cpp79 std::string FeaturesStr; in selectTarget() local
84 FeaturesStr = Features.getString(); in selectTarget()
89 MCPU, FeaturesStr, in selectTarget()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp80 std::string FeaturesStr; in selectTarget() local
85 FeaturesStr = Features.getString(); in selectTarget()
97 MCPU, FeaturesStr, in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp79 std::string FeaturesStr; in selectTarget() local
84 FeaturesStr = Features.getString(); in selectTarget()
96 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr, in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-disassemble-fuzzer/
Dllvm-mc-disassemble-fuzzer.cpp42 std::string FeaturesStr; variable
56 TripleName.c_str(), MCPU.c_str(), FeaturesStr.c_str(), nullptr, 0, in DisassembleOneInput()
136 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/external/llvm/tools/llvm-mc-fuzzer/
Dllvm-mc-fuzzer.cpp57 std::string FeaturesStr; variable
71 TripleName.c_str(), MCPU.c_str(), FeaturesStr.c_str(), nullptr, 0, in DisassembleOneInput()
156 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp380 std::string FeaturesStr; in AssembleInput() local
385 FeaturesStr = Features.getString(); in AssembleInput()
397 STI(TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in AssembleInput()
469 std::string FeaturesStr; in DisassembleInput() local
474 FeaturesStr = Features.getString(); in DisassembleInput()
477 Res = Disassembler::disassemble(*TheTarget, TripleName, MCPU, FeaturesStr, in DisassembleInput()
DDisassembler.h31 const std::string &FeaturesStr,
DDisassembler.cpp145 const std::string &FeaturesStr, in disassemble() argument
156 OwningPtr<const MCSubtargetInfo> STI(T.createMCSubtargetInfo(Triple, Cpu, FeaturesStr)); in disassemble()
/external/llvm/tools/opt/
Dopt.cpp305 StringRef FeaturesStr, in GetTargetMachine() argument
316 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
432 std::string CPUStr, FeaturesStr; in main() local
438 FeaturesStr = getFeaturesStr(); in main()
439 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options); in main()
446 setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Dopt.cpp401 StringRef FeaturesStr, in GetTargetMachine() argument
412 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
575 std::string CPUStr, FeaturesStr; in main() local
581 FeaturesStr = getFeaturesStr(); in main()
582 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options); in main()
589 setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-assemble-fuzzer/
Dllvm-mc-assemble-fuzzer.cpp59 std::string FeaturesStr; variable
192 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in AssembleOneInput()
306 FeaturesStr = Features.getString(); in LLVMFuzzerInitialize()
/external/swiftshader/third_party/LLVM/tools/llc/
Dllc.cpp298 std::string FeaturesStr; in main() local
303 FeaturesStr = Features.getString(); in main()
308 MCPU, FeaturesStr, in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/
Dllvm-isel-fuzzer.cpp144 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr(); in LLVMFuzzerInitialize() local
160 FeaturesStr, Options, getRelocModel(), in LLVMFuzzerInitialize()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.cpp57 std::string FeaturesStr; in LLVMCreateDisasm() local
61 FeaturesStr); in LLVMCreateDisasm()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dtarget_ocaml.c249 const char *CPUStr = "", *FeaturesStr = ""; in llvm_create_targetmachine_native() local
257 FeaturesStr = String_val(Field(Features, 0)); in llvm_create_targetmachine_native()
266 FeaturesStr, OptLevelEnum, RelocModeEnum, CodeModelEnum); in llvm_create_targetmachine_native()
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c249 const char *CPUStr = "", *FeaturesStr = ""; in llvm_create_targetmachine_native() local
257 FeaturesStr = String_val(Field(Features, 0)); in llvm_create_targetmachine_native()
266 FeaturesStr, OptLevelEnum, RelocModeEnum, CodeModelEnum); in llvm_create_targetmachine_native()
/external/llvm/tools/llc/
Dllc.cpp321 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr(); in compileModule() local
343 TheTarget->createTargetMachine(TheTriple.getTriple(), CPUStr, FeaturesStr, in compileModule()
379 setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp415 std::string FeaturesStr; in main() local
420 FeaturesStr = Features.getString(); in main()
444 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp431 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr(); in compileModule() local
455 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, getRelocModel(), in compileModule()
515 setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp473 std::string FeaturesStr; in main() local
478 FeaturesStr = Features.getString(); in main()
491 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
/external/clang/lib/Parse/
DParseStmtAsm.cpp562 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local
571 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
/external/clang/lib/CodeGen/
DBackendUtil.cpp547 std::string FeaturesStr = in CreateTargetMachine() local
641 FeaturesStr, Options, in CreateTargetMachine()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6428 std::string FeaturesStr; in DisassembleMachO() local
6433 FeaturesStr = Features.getString(); in DisassembleMachO()
6442 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in DisassembleMachO()
6492 ThumbTarget->createMCSubtargetInfo(ThumbTripleName, MCPU, FeaturesStr)); in DisassembleMachO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp6807 std::string FeaturesStr; in DisassembleMachO() local
6812 FeaturesStr = Features.getString(); in DisassembleMachO()
6821 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO()
6872 FeaturesStr)); in DisassembleMachO()