Lines Matching refs:allocateLocalPrimitive

563     unsigned SubExprOffset = allocateLocalPrimitive(  in VisitCastExpr()
610 unsigned ElemOffset = allocateLocalPrimitive( in VisitCastExpr()
986 ResultOffset = this->allocateLocalPrimitive(E, PT_Ptr, true, false); in VisitComplexBinOp()
1060 LHSOffset = this->allocateLocalPrimitive(LHS, PT_Ptr, true, false); in VisitComplexBinOp()
1067 LHSOffset = this->allocateLocalPrimitive(LHS, LHST, true, false); in VisitComplexBinOp()
1077 RHSOffset = this->allocateLocalPrimitive(RHS, PT_Ptr, true, false); in VisitComplexBinOp()
1084 RHSOffset = this->allocateLocalPrimitive(RHS, RHST, true, false); in VisitComplexBinOp()
1832 unsigned LocalIndex = allocateLocalPrimitive(E, SubExprT, /*IsConst=*/true); in VisitOpaqueValueExpr()
2010 unsigned TempOffset = this->allocateLocalPrimitive(E, *RT, /*IsConst=*/true); in VisitFloatCompoundAssignOperator()
2134 unsigned TempOffset = this->allocateLocalPrimitive(E, *RT, /*IsConst=*/true); in VisitCompoundAssignOperator()
2280 unsigned LocalIndex = allocateLocalPrimitive( in VisitMaterializeTemporaryExpr()
2344 LocalIndex = this->allocateLocalPrimitive(Init, *T, false, false); in VisitCompoundLiteralExpr()
2999 unsigned Offset = allocateLocalPrimitive( in VisitAddrLabelExpr()
3015 unsigned SrcOffset = this->allocateLocalPrimitive(Src, PT_Ptr, true, false); in VisitConvertVectorExpr()
3052 VectorOffsets[I] = this->allocateLocalPrimitive( in VisitShuffleVectorExpr()
3104 unsigned BaseOffset = allocateLocalPrimitive(Base, PT_Ptr, /*IsConst=*/true, in VisitExtVectorElementExpr()
3462 unsigned Compiler<Emitter>::allocateLocalPrimitive(DeclTy &&Src, PrimType Ty, in allocateLocalPrimitive() function in Compiler
3742 unsigned Offset = this->allocateLocalPrimitive( in visitVarDecl()
3982 this->allocateLocalPrimitive(Callee, PT_MemberPtr, true, false); in VisitCallExpr()
4534 unsigned CondVar = this->allocateLocalPrimitive(Cond, CondT, true, false); in visitSwitchStmt()
5059 SubExprOffset = this->allocateLocalPrimitive(SubExpr, PT_Ptr, true, false); in VisitComplexUnaryOperator()
5418 LHSOffset = allocateLocalPrimitive(LHS, PT_Ptr, /*IsConst=*/true, in emitComplexComparison()
5427 LHSOffset = this->allocateLocalPrimitive(LHS, LHST, true, false); in emitComplexComparison()
5439 RHSOffset = allocateLocalPrimitive(RHS, PT_Ptr, /*IsConst=*/true, in emitComplexComparison()
5448 RHSOffset = this->allocateLocalPrimitive(RHS, RHST, true, false); in emitComplexComparison()