Home
last modified time | relevance | path

Searched refs:typeInt32 (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/PrivateMemory/
H A DPrivateMemoryToSLM.cpp226 IntegerType* typeInt32 = Type::getInt32Ty(llvmCtx); in runOnModule() local
304 Value* dimX = ConstantInt::get(typeInt32, xDim); in runOnModule()
305 Value* dimXY = ConstantInt::get(typeInt32, xDim * yDim); in runOnModule()
316 typeInt32, in runOnModule()
323 typeInt32, in runOnModule()
330 typeInt32, in runOnModule()
346 ConstantInt::get(typeInt32, 1), in runOnModule()
351 ConstantInt::get(typeInt32, 6), in runOnModule()
356 ConstantInt::get(typeInt32, 7), in runOnModule()
H A DPrivateMemoryResolution.cpp905 IntegerType* typeInt32 = Type::getInt32Ty(C); in resolveAllocaInstructions() local
922 …Value* simdLaneId = entryBuilder.CreateIntCast(simdLaneId16, typeInt32, false, VALUE_NAME("simdLan… in resolveAllocaInstructions()
997 …Value* simdLaneId = entryBuilder.CreateIntCast(simdLaneId16, typeInt32, false, VALUE_NAME("simdLan… in resolveAllocaInstructions()
1004 …Value* r0_5 = entryBuilder.CreateExtractElement(r0Val, ConstantInt::get(typeInt32, 5), VALUE_NAME(… in resolveAllocaInstructions()
1038 … ConstantInt* totalPrivateMemPerWIValue = ConstantInt::get(typeInt32, totalPrivateMemPerWI); in resolveAllocaInstructions()
1143 ConstantInt* totalPrivateMemPerWIValue = ConstantInt::get(typeInt32, totalPrivateMemPerWI); in resolveAllocaInstructions()
1146 …Value* simdLaneId = entryBuilder.CreateIntCast(simdLaneId16, typeInt32, false, VALUE_NAME("simdLan… in resolveAllocaInstructions()
1156 …Value* shlThreadID = entryBuilder.CreateShl(threadId, ConstantInt::get(typeInt32, 1), VALUE_NAME("… in resolveAllocaInstructions()
1159 …Value* r0_0 = entryBuilder.CreateExtractElement(r0Val, ConstantInt::get(typeInt32, 0), VALUE_NAME(… in resolveAllocaInstructions()
1160 …Value* FFSIDbit = entryBuilder.CreateLShr(r0_0, ConstantInt::get(typeInt32, 16), VALUE_NAME("FFSID… in resolveAllocaInstructions()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Rewrite/
H A DMethodInfo.cs45 this.typeInt32 = new Lazy<TypeReference> (() => this.Module.Import (typeof (int))); in MethodInfo()
57 private Lazy<TypeReference> typeInt32; field in Mono.CodeContracts.Rewrite.MethodInfo
72 get { return this.typeInt32.Value; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.AST/
H A DCoreSystemTypes.cs44 private Lazy<TypeNode> typeInt32; field in Mono.CodeContracts.Static.AST.CoreSystemTypes
110 get { return this.typeInt32.Value; }
187 … this.typeInt32 = new Lazy<TypeNode> (() => TypeNode.Create (this.Module.Import (typeof (Int32)))); in InitializeLazyTypes()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/quasilyte/go-ruleguard/ruleguard/typematch/
H A Dtypematch_test.go13 typeInt32 = types.Typ[types.Int32] var
18 int32Var = types.NewVar(token.NoPos, nil, "_", typeInt32)
83 {`rune`, typeInt32},
84 {`[]rune`, types.NewSlice(typeInt32)},
/dports/net/grpcui/grpcui-1.1.0/
H A Dhandlers.go177 typeInt32 fieldType = "int32" const
196 descriptor.FieldDescriptorProto_TYPE_INT32: typeInt32,
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/SubGroupFuncs/
H A DSubGroupFuncsResolution.cpp573 IntegerType* typeInt32 = Type::getInt32Ty(Ctx); in visitCallInst() local
577 …Instruction* simdLaneId = ZExtInst::CreateIntegerCast(simdLaneId16, typeInt32, false, "simdLaneId"… in visitCallInst()