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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 248 /// getParamAlignment - Return the alignment for the specified function
250 unsigned getParamAlignment(unsigned Idx) const {
Function.h 214 unsigned getParamAlignment(unsigned i) const {
215 return AttributeList.getParamAlignment(i);
  /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);
  /external/llvm/include/llvm/IR/
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/llvm/lib/IR/
Attributes.cpp 902 unsigned OldAlign = getParamAlignment(Index);
903 unsigned NewAlign = Attrs.getParamAlignment(Index);
    [all...]
Function.cpp 118 unsigned Argument::getParamAlignment() const {
120 return getParent()->getParamAlignment(getArgNo()+1);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 292 unsigned getParamAlignment(unsigned i) const {
293 return AttributeSets.getParamAlignment(i);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
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-4393122/include/llvm/IR/
CallSite.h 403 unsigned getParamAlignment(unsigned ArgNo) const {
404 CALLSITE_DELEGATE_GETTER(getParamAlignment(ArgNo));
Function.h 355 unsigned getParamAlignment(unsigned ArgNo) const {
356 return AttributeSets.getParamAlignment(ArgNo);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 403 unsigned getParamAlignment(unsigned ArgNo) const {
404 CALLSITE_DELEGATE_GETTER(getParamAlignment(ArgNo));
Function.h 355 unsigned getParamAlignment(unsigned ArgNo) const {
356 return AttributeSets.getParamAlignment(ArgNo);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 406 unsigned getParamAlignment(unsigned ArgNo) const {
407 CALLSITE_DELEGATE_GETTER(getParamAlignment(ArgNo));
Function.h 363 unsigned getParamAlignment(unsigned ArgNo) const {
364 return AttributeSets.getParamAlignment(ArgNo);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 406 unsigned getParamAlignment(unsigned ArgNo) const {
407 CALLSITE_DELEGATE_GETTER(getParamAlignment(ArgNo));
Function.h 363 unsigned getParamAlignment(unsigned ArgNo) const {
364 return AttributeSets.getParamAlignment(ArgNo);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 406 unsigned getParamAlignment(unsigned ArgNo) const {
407 CALLSITE_DELEGATE_GETTER(getParamAlignment(ArgNo));
Function.h 363 unsigned getParamAlignment(unsigned ArgNo) const {
364 return AttributeSets.getParamAlignment(ArgNo);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 406 unsigned getParamAlignment(unsigned ArgNo) const {
407 CALLSITE_DELEGATE_GETTER(getParamAlignment(ArgNo));
Function.h 363 unsigned getParamAlignment(unsigned ArgNo) const {
364 return AttributeSets.getParamAlignment(ArgNo);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
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);

Completed in 526 milliseconds

1 2