Home
last modified time | relevance | path

Searched refs:asmString (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp30 InlineAsm::InlineAsm(FunctionType *FTy, const std::string &asmString, in InlineAsm() argument
34 AsmString(asmString), Constraints(constraints), FTy(FTy), in InlineAsm()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp247 Expr *asmString, MultiExprArg clobbers, in ActOnGCCAsmStmt() argument
253 StringLiteral *AsmString = cast<StringLiteral>(asmString); in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPCInstructions.td1408 // the destination-less 32bit forms add it to the asmString here.