/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | executionengine_test.go | 27 fac_args := []Type{Int32Type()} 28 fac_type := FunctionType(Int32Type(), fac_args, false) 42 If := builder.CreateICmp(IntEQ, n, ConstInt(Int32Type(), 0, false), "cmptmp") 46 res_iftrue := ConstInt(Int32Type(), 1, false) 50 n_minus := builder.CreateSub(n, ConstInt(Int32Type(), 1, false), "subtmp") 57 res := builder.CreatePHI(Int32Type(), "result") 91 exec_args := []GenericValue{NewGenericValueFromInt(Int32Type(), 10, false)}
|
D | ir_test.go | 147 int_pointer := PointerType(cont.Int32Type(), 0) 152 if int_inner[0] != cont.Int32Type() { 156 st_pointer := cont.StructType([]Type{cont.Int32Type(), cont.Int8Type()}, false) 161 if st_inner[0] != cont.Int32Type() {
|
D | ir.go | 510 func (c Context) Int32Type() (t Type) { t.C = C.LLVMInt32TypeInContext(c.C); return } func 520 func Int32Type() (t Type) { t.C = C.LLVMInt32Type(); return } func
|
/external/llvm/bindings/go/llvm/ |
D | executionengine_test.go | 27 fac_args := []Type{Int32Type()} 28 fac_type := FunctionType(Int32Type(), fac_args, false) 42 If := builder.CreateICmp(IntEQ, n, ConstInt(Int32Type(), 0, false), "cmptmp") 46 res_iftrue := ConstInt(Int32Type(), 1, false) 50 n_minus := builder.CreateSub(n, ConstInt(Int32Type(), 1, false), "subtmp") 57 res := builder.CreatePHI(Int32Type(), "result") 91 exec_args := []GenericValue{NewGenericValueFromInt(Int32Type(), 10, false)}
|
D | ir.go | 483 func (c Context) Int32Type() (t Type) { t.C = C.LLVMInt32TypeInContext(c.C); return } func 493 func Int32Type() (t Type) { t.C = C.LLVMInt32Type(); return } func
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUOpenCLImageTypeLoweringPass.cpp | 143 Type *Int32Type; member in __anondc6a76d70211::AMDGPUOpenCLImageTypeLoweringPass 166 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceImageUses() 199 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceSamplerUses() 354 Int32Type = Type::getInt32Ty(M.getContext()); in runOnModule() 355 ImageSizeType = ArrayType::get(Int32Type, 3); in runOnModule() 356 ImageFormatType = ArrayType::get(Int32Type, 2); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600OpenCLImageTypeLoweringPass.cpp | 160 Type *Int32Type; member in __anon2cfa16d90211::R600OpenCLImageTypeLoweringPass 183 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceImageUses() 216 Replacement = ConstantInt::get(Int32Type, ResourceID); in replaceSamplerUses() 371 Int32Type = Type::getInt32Ty(M.getContext()); in runOnModule() 372 ImageSizeType = ArrayType::get(Int32Type, 3); in runOnModule() 373 ImageFormatType = ArrayType::get(Int32Type, 2); in runOnModule()
|