Searched refs:tripleName (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/tools/mlir-rocm-runner/ |
D | mlir-rocm-runner.cpp | 74 static cl::opt<std::string> tripleName("triple", cl::desc("target triple"), variable 95 Triple theTriple(Triple::normalize(tripleName)); in assembleIsa() 107 std::unique_ptr<MCRegisterInfo> mri(theTarget->createMCRegInfo(tripleName)); in assembleIsa() 109 theTarget->createMCAsmInfo(*mri, tripleName, mcOptions)); in assembleIsa() 123 theTarget->createMCSubtargetInfo(tripleName, targetChip, features)); in assembleIsa() 315 compileModuleToROCDLIR, compileISAToHsaco, tripleName, targetChip, in runMLIRPasses()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 86 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType, in LLVMDisasmContext() argument 93 : TripleName(std::move(tripleName)), DisInfo(disInfo), TagType(tagType), in LLVMDisasmContext()
|