HomeSort by relevance Sort by last modified time
    Searched defs:isIntrinsic (Results 1 - 22 of 22) sorted by null

  /frameworks/rs/
rsScript.h 142 virtual bool isIntrinsic() const { return false; }
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 154 bool isIntrinsic() const { return intrinsicID != 0; }
  /external/llvm/include/llvm/IR/
Function.h 140 bool isIntrinsic() const { return getName().startswith("llvm."); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 147 bool isIntrinsic() const { return getName().startswith("llvm."); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 159 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
162 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Function.h 169 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
172 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Function.h 169 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
172 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Function.h 177 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
180 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Function.h 177 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
180 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Function.h 177 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
180 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Function.h 177 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
180 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 159 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
162 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Function.h 169 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
172 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Function.h 169 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
172 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Function.h 177 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
180 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Function.h 177 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
180 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Function.h 177 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
180 bool isIntrinsic() const { return HasLLVMReservedName; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Function.h 177 /// isIntrinsic - Returns true if the function's name starts with "llvm.".
180 bool isIntrinsic() const { return HasLLVMReservedName; }
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 958 bool DIARawSymbol::isIntrinsic() const {
    [all...]
  /frameworks/rs/script_api/
Specification.h 412 bool isIntrinsic() const { return mIntrinsic; }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 863 milliseconds