Searched refs:gccAsmStmt (Results 1 – 4 of 4) sorted by relevance
331 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString() local332 return gccAsmStmt->generateAsmString(C); in generateAsmString()339 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local340 return gccAsmStmt->getOutputConstraint(i); in getOutputConstraint()347 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local348 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()355 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local356 return gccAsmStmt->getInputConstraint(i); in getInputConstraint()363 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local364 return gccAsmStmt->getInputExpr(i); in getInputExpr()[all …]
434 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in generateAsmString() local435 return gccAsmStmt->generateAsmString(C); in generateAsmString()442 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputConstraint() local443 return gccAsmStmt->getOutputConstraint(i); in getOutputConstraint()450 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getOutputExpr() local451 return gccAsmStmt->getOutputExpr(i); in getOutputExpr()458 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputConstraint() local459 return gccAsmStmt->getInputConstraint(i); in getInputConstraint()466 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) in getInputExpr() local467 return gccAsmStmt->getInputExpr(i); in getInputExpr()[all …]
2084 if (const GCCAsmStmt *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) { in EmitAsmStmt() local2085 Result->setMetadata("srcloc", getAsmSrcLocInfo(gccAsmStmt->getAsmString(), in EmitAsmStmt()
2140 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) in UpdateAsmCallInst() local2142 getAsmSrcLocInfo(gccAsmStmt->getAsmString(), CGF)); in UpdateAsmCallInst()