OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:llvm_type
(Results
1 - 3
of
3
) sorted by null
/external/clang/www/demo/
syntax.css
3
.
llvm_type
{ font-style: oblique; color: green }
index.cgi
98
$input =~ s@\b(void|i8|i1|i16|i32|i64|float|double|type|label|opaque)\b@<span class="
llvm_type
">$1</span>@g;
/external/mesa3d/src/glsl/
ir_to_llvm.cpp
150
return llvm::ArrayType::get(
llvm_type
(type->fields.array), type->array_size());
156
fields.push_back(
llvm_type
(type->fields.structure[i].type));
169
llvm::Type*
llvm_type
(const glsl_type* type)
function in class:ir_to_llvm_visitor
189
llvm::Type* type =
llvm_type
(var->type);
197
v = bld.CreateBitCast(v, llvm::PointerType::get(
llvm_type
(var->type), 0), var->name);
203
v = bld.CreateBitCast(v, llvm::PointerType::get(
llvm_type
(var->type), 0), var->name);
209
v = bld.CreateBitCast(v, llvm::PointerType::get(
llvm_type
(var->type), 0), var->name);
226
llvm::Constant * init = llvm::UndefValue::get(
llvm_type
(var->type));
255
// init = llvm::UndefValue::get(
llvm_type
(var->type));
286
params.push_back(
llvm_type
(arg->type))
[
all
...]
Completed in 52 milliseconds