Home
last modified time | relevance | path

Searched refs:getMArch (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp28 static std::string getMArch(const Record &Rec) { in getMArch() function
61 MArch = getMArch(*Rec); in EmitRISCVTargetDef()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h35 std::string getMArch();
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp551 TargetRegistry::lookupTarget(codegen::getMArch(), TheTriple, Error); in compileModule()
594 TargetRegistry::lookupTarget(codegen::getMArch(), TheTriple, Error); in compileModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp482 builder.setMArch(codegen::getMArch()); in main()
951 if (!codegen::getMArch().empty()) in runOrcJIT()
953 codegen::getMArch()); in runOrcJIT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp752 TargetRegistry::lookupTarget(codegen::getMArch(), TheTriple, Error); in createTargetMachineForTriple()