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

1 2 3 4

  /frameworks/compile/slang/
legacy_bitcode.h 26 EncodedAttrs |= (A.getParamAlignment(i) << 16);
  /external/swiftshader/third_party/LLVM/include/llvm/
Argument.h 55 /// getParamAlignment - If this is a byval argument, return its alignment.
56 unsigned getParamAlignment() const;
Function.h 214 unsigned getParamAlignment(unsigned i) const {
215 return AttributeList.getParamAlignment(i);
Attributes.h 248 /// getParamAlignment - Return the alignment for the specified function
250 unsigned getParamAlignment(unsigned Idx) const {
  /external/llvm/include/llvm/IR/
Argument.h 88 unsigned getParamAlignment() const;
CallSite.h 371 uint16_t getParamAlignment(uint16_t i) const {
372 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
Function.h 269 unsigned getParamAlignment(unsigned i) const {
270 return AttributeSets.getParamAlignment(i);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Argument.h 88 unsigned getParamAlignment() const;
Function.h 292 unsigned getParamAlignment(unsigned i) const {
293 return AttributeSets.getParamAlignment(i);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Argument.h 81 unsigned getParamAlignment() const;
CallSite.h 385 uint16_t getParamAlignment(uint16_t i) const {
386 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
Function.h 314 unsigned getParamAlignment(unsigned i) const {
315 return AttributeSets.getParamAlignment(i);
IntrinsicInst.h 204 uint64_t getSrcAlignment() const { return getParamAlignment(1); }
205 uint64_t getDstAlignment() const { return getParamAlignment(2); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Argument.h 81 unsigned getParamAlignment() const;
CallSite.h 385 uint16_t getParamAlignment(uint16_t i) const {
386 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
Function.h 314 unsigned getParamAlignment(unsigned i) const {
315 return AttributeSets.getParamAlignment(i);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Argument.h 81 unsigned getParamAlignment() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Argument.h 81 unsigned getParamAlignment() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Argument.h 81 unsigned getParamAlignment() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Argument.h 81 unsigned getParamAlignment() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Argument.h 81 unsigned getParamAlignment() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Argument.h 81 unsigned getParamAlignment() const;
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerKernelArgs.cpp 155 AllocA->setAlignment(Func->getParamAlignment(Arg->getArgNo() + 1));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 193 uint16_t getParamAlignment(uint16_t i) const {
194 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 83 unsigned Argument::getParamAlignment() const {
85 return getParent()->getParamAlignment(getArgNo()+1);

Completed in 1655 milliseconds

1 2 3 4