Home
last modified time | relevance | path

Searched refs:LLVMConstIntGetZExtValue (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c416 assert(LLVMConstIntGetZExtValue(args[1]) == 0); /* vindex */ in load_emit_buffer()
420 LLVMConstIntGetZExtValue(args[3]), in load_emit_buffer()
421 LLVMConstIntGetZExtValue(args[4]), in load_emit_buffer()
1636 gather_comp = LLVMConstIntGetZExtValue(comp_imm); in tex_fetch_args()
Dsi_shader.c3916 unsigned flags = LLVMConstIntGetZExtValue(src0); in membar_emit()
4295 stream = LLVMConstIntGetZExtValue(imm) & 0x3; in si_llvm_get_stream()
/external/llvm/tools/llvm-c-test/
Decho.cpp262 LLVMConstIntGetZExtValue(Cst), false); in clone_constant_impl()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp274 LLVMConstIntGetZExtValue(Cst), false); in clone_constant_impl()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h584 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
/external/llvm/include/llvm-c/
DCore.h1607 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1795 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal);
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1770 unsigned target = LLVMConstIntGetZExtValue(arg); in ac_optimize_vs_outputs()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp602 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue() function
/external/llvm/lib/IR/
DCore.cpp958 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue() function
/external/llvm/bindings/go/llvm/
Dir.go788 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go816 func (v Value) ZExtValue() uint64 { return uint64(C.LLVMConstIntGetZExtValue(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1149 unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetZExtValue() function