HomeSort by relevance Sort by last modified time
    Searched refs:getDeclaration (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/swiftshader/src/D3D8/
Direct3DVertexDeclaration8.hpp 39 const unsigned long *getDeclaration() const;
Direct3DVertexShader8.cpp 88 const unsigned long *Direct3DVertexShader8::getDeclaration()
90 return declaration->getDeclaration();
Direct3DVertexShader8.hpp 41 const unsigned long *getDeclaration();
Direct3DVertexDeclaration8.cpp 67 const unsigned long *Direct3DVertexDeclaration8::getDeclaration() const
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinIntrinsicInfo.h 26 Function *getDeclaration(Module *M, unsigned ID, Type **Tys = 0,
BlackfinIntrinsicInfo.cpp 96 Function *BlackfinIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeIntrinsicInfo.h 27 Function *getDeclaration(Module *M, unsigned ID, Type **Tys = 0,
MBlazeIntrinsicInfo.cpp 105 Function *MBlazeIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
  /external/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 59 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetIntrinsicInfo.h 58 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = 0,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUIntrinsicInfo.h 41 Function *getDeclaration(Module *M, unsigned ID,
AMDGPUIntrinsicInfo.cpp 71 Function *AMDGPUIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 64 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 64 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 64 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 64 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 64 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 64 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 64 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 64 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
  /external/swiftshader/third_party/LLVM/include/llvm/
Intrinsics.h 63 /// Intrinsic::getDeclaration(M, ID) - Create or insert an LLVM Function
71 Function *getDeclaration(Module *M, ID id,
  /external/swiftshader/third_party/LLVM/lib/VMCore/
IRBuilder.cpp 70 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);
90 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys);
110 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys);
132 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start);
147 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end);
  /external/llvm/lib/IR/
IRBuilder.cpp 89 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);
116 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys);
147 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys);
175 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start);
190 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end);
200 Value *FnAssume = Intrinsic::getDeclaration(M, Intrinsic::assume);
250 Value *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes);
348 Intrinsic::getDeclaration(M, Intrinsic::experimental_gc_statepoint,
397 Function *FnStatepoint = Intrinsic::getDeclaration(
444 Value *FnGCResult = Intrinsic::getDeclaration(M, ID, Types)
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
CType.java 36 public String getDeclaration() {
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 469 FrameAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::frameaddress);
470 StackAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::stacksave);
471 StackRestoreFn = Intrinsic::getDeclaration(&M, Intrinsic::stackrestore);
473 Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_setup_dispatch);
474 LSDAAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_lsda);
475 CallSiteFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_callsite);
476 FuncCtxFn = Intrinsic::getDeclaration(&M, Intrinsic::eh_sjlj_functioncontext);

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 9