/external/llvm/lib/IR/ |
IRBuilder.cpp | 70 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); 90 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); 114 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); 136 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start); 151 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end);
|
AutoUpgrade.cpp | 42 NewFn = Intrinsic::getDeclaration(F->getParent(), IID); 63 // Can't use Intrinsic::getDeclaration here as it adds a ".i1" to 72 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctpop, 81 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctlz, 87 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::cttz, 100 NewFn = Intrinsic::getDeclaration(F->getParent(), 136 NewFn = Intrinsic::getDeclaration(F->getParent(), 142 NewFn = Intrinsic::getDeclaration(F->getParent(), 332 Function *VPCOM = Intrinsic::getDeclaration(F->getParent(), intID); 336 Function *CRC32 = Intrinsic::getDeclaration(F->getParent() [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILIntrinsicInfo.h | 40 Function *getDeclaration(Module *M, unsigned int ID,
|
AMDILIntrinsicInfo.cpp | 85 AMDGPUIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
|
/external/llvm/lib/Target/R600/ |
AMDGPUIntrinsicInfo.h | 41 Function *getDeclaration(Module *M, unsigned ID,
|
AMDGPUIntrinsicInfo.cpp | 73 Function *AMDGPUIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILIntrinsicInfo.h | 40 Function *getDeclaration(Module *M, unsigned int ID,
|
AMDILIntrinsicInfo.cpp | 85 AMDGPUIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
|
/frameworks/native/opengl/tools/glgen/src/ |
CType.java | 36 public String getDeclaration() {
|
JniCodeEmitter.java | 302 return "(" + returnType.getDeclaration() + ") 0"; [all...] |
/external/llvm/include/llvm/IR/ |
Intrinsics.h | 63 /// Intrinsic::getDeclaration(M, ID) - Create or insert an LLVM Function 70 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
|
/external/lldb/source/Symbol/ |
Function.cpp | 68 FunctionInfo::GetDeclaration() 74 FunctionInfo::GetDeclaration() const 258 if (m_type != NULL && m_type->GetDeclaration().GetLine() != 0) 260 source_file = m_type->GetDeclaration().GetFile(); 261 line_no = m_type->GetDeclaration().GetLine();
|
/external/llvm/lib/CodeGen/ |
SjLjEHPrepare.cpp | 108 FrameAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::frameaddress); 109 StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave); 110 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore); 111 BuiltinSetjmpFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_setjmp); 112 LSDAAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_lsda); 113 CallSiteFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_callsite); 114 FuncCtxFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_functioncontext);
|
/external/lldb/include/lldb/Core/ |
ValueObjectVariable.h | 59 GetDeclaration (Declaration &decl);
|
/external/llvm/include/llvm/Target/ |
TargetIntrinsicInfo.h | 59 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
|
/external/lldb/source/Commands/ |
CommandObjectFrame.cpp | 443 if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile()) 486 if (m_option_variable.show_decl && var_sp && var_sp->GetDeclaration ().GetFile()) 488 var_sp->GetDeclaration ().DumpStopContext (&s, false); 566 if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile()) 568 var_sp->GetDeclaration ().DumpStopContext (&s, false);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
TraceClassVisitor.java | 208 .append(sv.getDeclaration())
356 .append(sv.getDeclaration())
408 String genericDecl = v.getDeclaration();
|
/external/lldb/source/Core/ |
ValueObjectVariable.cpp | 304 ValueObjectVariable::GetDeclaration (Declaration &decl) 308 decl = m_variable_sp->GetDeclaration();
|
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceDefinitionUtil.hpp | 59 const glu::VariableDeclaration* getDeclaration (void) const { DE_ASSERT(isDeclaration()); return m_data.declaration; }
|
es31fProgramInterfaceQueryTestCase.cpp | 129 matOrder = path[pathNdx].getDeclaration()->layout.matrixOrder; 794 if (&block->variables[memberNdx] == path[1].getDeclaration()) 809 const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()) : (path[0].getDeclaration()); 844 const bool isInputVariable = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock()->storage == glu::STORAGE_IN) : (path.front().getDeclaration()->storage == glu::STORAGE_IN); [all...] |
/external/lldb/include/lldb/Symbol/ |
Variable.h | 53 GetDeclaration() const
|
/external/chromium_org/third_party/libevent/ |
event_rpcgen.py | 76 entry.GetDeclaration('(*%s_get)' % entry.Name())) 110 self.PrintIdented(file, '', entry.GetDeclaration( 353 def GetDeclaration(self, funcname): 451 def GetDeclaration(self, funcname): 757 def GetDeclaration(self, funcname): 865 def GetDeclaration(self, funcname): [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9mesh.h | 320 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE; 354 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE; 396 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE; 448 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE; 482 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE; 540 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE; [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXGenericToNVVM.cpp | 182 Function *CVTAFunction = Intrinsic::getDeclaration( 196 Function *CVTAFunction = Intrinsic::getDeclaration(
|
/external/llvm/lib/Target/XCore/ |
XCoreLowerThreadLocal.cpp | 209 Function *GetID = Intrinsic::getDeclaration(GV->getParent(),
|