Displaying 8 results from an estimated 8 matches for "i61".
Did you mean:
261
2013 Feb 09
1
Troubleshooting underidentification issues in structural equation modelling (SEM)
Hi all, hope someone can help me out with this.
Background Introduction
I have a data set consisting of data collected from a questionnaire that I
wish to validate. I have chosen to use confirmatory factor analysis to
analyse this data set.
Instrument
The instrument consists of 11 subscales. There is a total of 68 items in
the 11 subscales. Each item is scored on an integer scale between 1 to 4.
2018 Jul 20
2
LLVM FunctionType cannot be returned as VectorType?
Dear all,
I am using LLVM C++ API to generate some code. In particular, I am dealing
with AVX2 SIMD API which uses __m256i.
My function input types a set of vectors and return type is also a vector.
///////////////////////////////////////////////////////////////////////////////////////////
arguments.push_back(VectorType::get(IntegerType::getIntNTy(TheContext, 64),
4));//int64*4 = __m256i
2011 Oct 05
0
[LLVMdev] LLVM IR is a compiler IR
...arget Independent Bitcode
1 ; ModuleID = 'gu.c'
2 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32
-f64:64:64-v64:64:64-v128:128:128-a0:0:64-f192:32:32"
3 target triple = "ovm-none-linux"
4
5 %struct.foo = type { i4(char), i61(longlong), i30(int) }
6
7 @var = common global %struct.foo zeroinitializer ; <%struct.foo*> [#uses=0]
Target Dependent Bitcode
ARM
1 ; ModuleID = 'gu.mod.opt.arm.bc'
2 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32
-f64:64:64-v64:...
2018 Jul 23
2
LLVM FunctionType cannot be returned as VectorType?
...ne. Your problem
> comes from the confusion of the "Vector Type" in LLVM IR [1] with the
> "std::vector" data structure in the C++ STL. While there is no direct
> relation between the two, you should be able to use a std::vector to
> provide the input for the <4 x i61> Vector Type by passing the
> std::vector's raw data [3].
>
> However, it would be easier with something like this:
>
> using VecInt = int64[4];
> VecInt args0 { 0, 1, 2, 3 };
> ...
> VecInt result = function(args0, ...);
>
> Btw.: Note that you may need to set...
2009 Feb 06
0
RExcel waiting for OLE action
...Call Rinterface.GetArray("pv_data$CV_sd_one",
Range("ASYM_MAX_ANALYSIS!J58"))
Call Rinterface.GetArray("pv_data$lin_sd_two",
Range("ASYM_MAX_ANALYSIS!D61"))
Call Rinterface.GetArray("pv_data$const_sd_two",
Range("ASYM_MAX_ANALYSIS!I61"))
Call Rinterface.GetArray("pv_data$CV_sd_two",
Range("ASYM_MAX_ANALYSIS!J61"))
Call Rinterface.GetArray("pv_data$N_one",
Range("ASYM_MAX_ANALYSIS!C64"))
Call Rinterface.GetArray("pv_data$N_two",
Range("ASYM_MAX_ANALYSIS!...
2018 Jul 23
2
LLVM FunctionType cannot be returned as VectorType?
...ne. Your problem
> comes from the confusion of the "Vector Type" in LLVM IR [1] with the
> "std::vector" data structure in the C++ STL. While there is no direct
> relation between the two, you should be able to use a std::vector to
> provide the input for the <4 x i61> Vector Type by passing the
> std::vector's raw data [3].
>
> However, it would be easier with something like this:
>
> using VecInt = int64[4];
> VecInt args0 { 0, 1, 2, 3 };
> ...
> VecInt result = function(args0, ...);
>
> Btw.: Note that you may need to set...
2010 Jun 10
4
[LLVMdev] Assertion failure in llc when using exception handling
...153, i8* bitcast
(i32 (...)* @__gxx_personality_v0 to i8*),
i8* null) ; <i32> [#uses=0]
invoke void @_Unwind_Resume_or_Rethrow(i8* %153)
to label %.noexc83.i.i unwind label %lpad51.preheader.i.i
lpad51.preheader.i.i: ; preds = %Unwind.i74.i.i,
%Unwind.i61.i.i
%155 = icmp eq i8* %58, null ; <i1> [#uses=1]
%156 = bitcast i8* %61 to %File* ; <%File*> [#uses=1]
br i1 %155, label %Unwind.loopexit.us-lcssa.us.i.i, label %normal31.i.i.i
Unwind.loopexit.us-lcssa.us.i.i: ; preds =
%lpad51....
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...merge.i.i = phi i16 [ %conv11.i.i, %if.then8.i.i ], [ %shr22.i.i, %if.end.i601.i ]
store i16 %storemerge.i.i, i16* %x.addr.023.i.i, align 2
%incdec.ptr.i602.i = getelementptr inbounds i16* %x.addr.023.i.i, i32 1
%exitcond.i.i = icmp eq i32 %i.025.i.i, 13
br i1 %exitcond.i.i, label %for.body.i610.i, label %if.end12.i.for.body.i599_crit_edge.i
if.end12.i.for.body.i599_crit_edge.i: ; preds = %if.end12.i.i
%shl.i.i = shl nuw nsw i32 %conv5.i.i, 1
%conv14.i.i = trunc i32 %shl.i.i to i16
%.pre1004.i = load i16* %incdec.ptr.i602.i, align 2, !tbaa !5
%phitmp1011.i = add i32 %...