Searched refs:asmString (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 30 InlineAsm::InlineAsm(FunctionType *FTy, const std::string &asmString, in InlineAsm() argument 34 AsmString(asmString), Constraints(constraints), FTy(FTy), in InlineAsm()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 245 Expr *asmString, MultiExprArg clobbers, in ActOnGCCAsmStmt() argument 251 StringLiteral *AsmString = cast<StringLiteral>(asmString); in ActOnGCCAsmStmt()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1273 func InlineAsm(t Type, asmString, constraints string, hasSideEffects, isAlignStack bool, dialect In… argument 1274 casm := C.CString(asmString) 1278 …rv.C = C.LLVMGetInlineAsm(t.C, casm, C.size_t(len(asmString)), cconstraints, C.size_t(len(constrai…
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | VOPCInstructions.td | 1276 // the destination-less 32bit forms add it to the asmString here.
|