/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 79 std::string FeaturesStr; in selectTarget() local 84 FeaturesStr = Features.getString(); in selectTarget() 89 MCPU, FeaturesStr, in selectTarget()
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 80 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/ |
D | TargetSelect.cpp | 79 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/ |
D | llvm-mc-disassemble-fuzzer.cpp | 42 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/ |
D | llvm-mc-fuzzer.cpp | 57 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/ |
D | llvm-mc.cpp | 380 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()
|
D | Disassembler.h | 31 const std::string &FeaturesStr,
|
D | Disassembler.cpp | 145 const std::string &FeaturesStr, in disassemble() argument 156 OwningPtr<const MCSubtargetInfo> STI(T.createMCSubtargetInfo(Triple, Cpu, FeaturesStr)); in disassemble()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 305 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/ |
D | opt.cpp | 401 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/ |
D | llvm-mc-assemble-fuzzer.cpp | 59 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/ |
D | llc.cpp | 298 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/ |
D | llvm-isel-fuzzer.cpp | 144 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr(); in LLVMFuzzerInitialize() local 160 FeaturesStr, Options, getRelocModel(), in LLVMFuzzerInitialize()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 57 std::string FeaturesStr; in LLVMCreateDisasm() local 61 FeaturesStr); in LLVMCreateDisasm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/ |
D | target_ocaml.c | 249 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/ |
D | target_ocaml.c | 249 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/ |
D | llc.cpp | 321 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/ |
D | llvm-mc.cpp | 415 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/ |
D | llc.cpp | 431 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/ |
D | llvm-mc.cpp | 473 std::string FeaturesStr; in main() local 478 FeaturesStr = Features.getString(); in main() 491 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 562 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local 571 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 547 std::string FeaturesStr = in CreateTargetMachine() local 641 FeaturesStr, Options, in CreateTargetMachine()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6428 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/ |
D | MachODump.cpp | 6807 std::string FeaturesStr; in DisassembleMachO() local 6812 FeaturesStr = Features.getString(); in DisassembleMachO() 6821 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO() 6872 FeaturesStr)); in DisassembleMachO()
|