Home
last modified time | relevance | path

Searched refs:NewExpr (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp122 DIExpression *NewExpr) { in addVariableLocationOps() argument
123 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
128 setArgOperand(2, MetadataAsValue::get(getContext(), NewExpr)); in addVariableLocationOps()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h211 DIExpression *NewExpr);
217 void setExpression(DIExpression *NewExpr) { in setExpression() argument
218 setArgOperand(2, MetadataAsValue::get(NewExpr->getContext(), NewExpr)); in setExpression()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp251 const DIExpression *NewExpr = in addLocationAttribute() local
253 if (NewExpr != Expr) { in addLocationAttribute()
254 Expr = NewExpr; in addLocationAttribute()
850 const DIExpression *NewExpr = in constructVariableDIEImpl() local
852 if (NewExpr != Expr) { in constructVariableDIEImpl()
853 Expr = NewExpr; in constructVariableDIEImpl()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1392 ExprResult NewExpr = in makeNewAndDeleteExpr() local
1394 NewExpr = S.ActOnFinishFullExpr(NewExpr.get(), /*DiscardedValue*/ false); in makeNewAndDeleteExpr()
1395 if (NewExpr.isInvalid()) in makeNewAndDeleteExpr()
1425 this->Allocate = NewExpr.get(); in makeNewAndDeleteExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp402 HexagonMCExpr *NewExpr = HexagonMCExpr::create( in addSignedImmOperands() local
405 NewExpr->setSignMismatch(); in addSignedImmOperands()
406 NewExpr->setMustExtend(Expr->mustExtend()); in addSignedImmOperands()
407 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()
408 Inst.addOperand(MCOperand::createExpr(NewExpr)); in addSignedImmOperands()
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1524 Init *NewExpr = Expr->resolveReferences(SR); in resolveReferences() local
1526 if (Start == NewStart && List == NewList && Expr == NewExpr) in resolveReferences()
1529 return get(NewStart, NewList, A, B, NewExpr, getType()) in resolveReferences()
1590 Init *NewExpr = Expr->resolveReferences(R); in resolveReferences() local
1591 if (Expr != NewExpr) in resolveReferences()
1592 return get(CheckType, NewExpr)->Fold(); in resolveReferences()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h90 X(NewExpr) \
1773 class NewExpr : public Node {
1781 NewExpr(NodeArray ExprList_, Node *Type_, NodeArray InitList_, bool IsGlobal_, in NewExpr() function
4180 return make<NewExpr>(ExprList, Ty, Inits, Global, IsArray); in parseNewExpr()
4183 return make<NewExpr>(ExprList, Ty, NodeArray(), Global, IsArray); in parseNewExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2042 DIExpression *NewExpr = in recordEntryValue() local
2044 VarLoc EntryValLocAsBackup = VarLoc::CreateEntryBackupLoc(MI, LS, NewExpr); in recordEntryValue()