/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 78 std::string FeaturesStr; in selectTarget() local 83 FeaturesStr = Features.getString(); in selectTarget() 88 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr, in selectTarget()
|
/freebsd/contrib/llvm-project/llvm/tools/llc/ |
H A D | llc.cpp | 453 FeaturesStr = codegen::getFeaturesStr(); in compileModule() local 456 auto setMIRFunctionAttributes = [&CPUStr, &FeaturesStr](Function &F) { in compileModule() 457 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 556 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule() 599 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, RM, CM, OLvl)); in compileModule() 643 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 178 std::string FeaturesStr = llvm::join(TargetOpts.FeaturesAsWritten, ","); in PrintEnabledExtensions() local 180 …TheTarget->createTargetMachine(TargetOpts.Triple, TargetOpts.CPU, FeaturesStr, BackendOptions, std… in PrintEnabledExtensions()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 410 std::string FeaturesStr; in main() local 415 FeaturesStr = Features.getString(); in main() 419 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 636 std::string CPUStr, FeaturesStr; in optMain() local 640 FeaturesStr = codegen::getFeaturesStr(); in optMain() 659 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in optMain()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 394 std::string FeaturesStr; in main() local 399 FeaturesStr = Features.getString(); in main() 403 TheTarget->createMCSubtargetInfo(TripleName, MCPU, FeaturesStr)); in main()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 565 std::string FeaturesStr = in ParseMicrosoftAsmStatement() local 581 TheTarget->createMCSubtargetInfo(TT, TO.CPU, FeaturesStr)); in ParseMicrosoftAsmStatement()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 561 std::string FeaturesStr = in CreateTargetMachine() local 573 TM.reset(TheTarget->createTargetMachine(Triple, TargetOpts.CPU, FeaturesStr, in CreateTargetMachine()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7276 std::string FeaturesStr; in DisassembleMachO() local 7281 FeaturesStr = Features.getString(); in DisassembleMachO() 7293 TheTarget->createMCSubtargetInfo(TripleName, MachOMCPU, FeaturesStr)); in DisassembleMachO() 7343 FeaturesStr)); in DisassembleMachO()
|