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

1 2 3

  /external/clang/lib/CodeGen/
CGCUDABuiltin.cpp 108 Builder.CreateAlignedStore(Arg, P, DL.getPrefTypeAlignment(Arg->getType()));
CGOpenMPRuntimeNVPTX.cpp 123 ActiveWorkers->setAlignment(DL.getPrefTypeAlignment(CGM.Int32Ty));
130 WorkID->setAlignment(DL.getPrefTypeAlignment(CGM.Int64Ty));
  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 86 return unwrap(TD)->getPrefTypeAlignment(unwrap(Ty));
TargetData.cpp 515 unsigned TargetData::getPrefTypeAlignment(Type *Ty) const {
520 unsigned Align = getPrefTypeAlignment(Ty);
574 unsigned Alignment = getPrefTypeAlignment(ElemType);
  /external/llvm/lib/Target/
Target.cpp 123 return unwrap(TD)->getPrefTypeAlignment(unwrap(Ty));
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 265 /// getPrefTypeAlignment - Return the preferred stack/global alignment for
267 unsigned getPrefTypeAlignment(Type *Ty) const;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp 110 BaseAlign = TD->getPrefTypeAlignment(BaseType);
  /external/llvm/lib/IR/
DataLayout.cpp 689 unsigned DataLayout::getPrefTypeAlignment(Type *Ty) const {
694 unsigned Align = getPrefTypeAlignment(Ty);
762 unsigned Alignment = getPrefTypeAlignment(ElemType);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 81 AI.setAlignment(TD->getPrefTypeAlignment(AI.getAllocatedType()));
150 getOrEnforceKnownAlignment(Op, TD->getPrefTypeAlignment(LI.getType()),TD);
376 getOrEnforceKnownAlignment(Ptr, TD->getPrefTypeAlignment(Val->getType()),
  /external/llvm/include/llvm/IR/
DataLayout.h 410 unsigned getPrefTypeAlignment(Type *Ty) const;
  /external/llvm/lib/CodeGen/
SafeStack.cpp 531 std::max(DL->getPrefTypeAlignment(Ty), StackGuardSlot->getAlignment());
543 unsigned Align = std::max((unsigned)DL->getPrefTypeAlignment(Ty),
556 std::max((unsigned)DL->getPrefTypeAlignment(Ty), AI->getAlignment());
693 std::max((unsigned)DL->getPrefTypeAlignment(Ty), AI->getAlignment()),
    [all...]
SjLjEHPrepare.cpp 176 unsigned Align = DL.getPrefTypeAlignment(FunctionContextTy);
  /external/llvm/lib/Analysis/
Loads.cpp 231 BaseAlign = DL.getPrefTypeAlignment(BaseType);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 233 AI.setAlignment(DL.getPrefTypeAlignment(AI.getAllocatedType()));
265 DL.getPrefTypeAlignment(EntryAI->getAllocatedType()));
798 Op, DL.getPrefTypeAlignment(LI.getType()), DL, &LI, AC, DT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 423 unsigned getPrefTypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 423 unsigned getPrefTypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 423 unsigned getPrefTypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 423 unsigned getPrefTypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 423 unsigned getPrefTypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 423 unsigned getPrefTypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 423 unsigned getPrefTypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 423 unsigned getPrefTypeAlignment(Type *Ty) const;
  /external/llvm/bindings/go/llvm/
target.go 177 // See the method llvm::TargetData::getPrefTypeAlignment.
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 135 std::max((unsigned)MF->getDataLayout().getPrefTypeAlignment(Ty),
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]

Completed in 723 milliseconds

1 2 3