HomeSort by relevance Sort by last modified time
    Searched refs:getJumpBufAlignment (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 290 virtual unsigned getJumpBufAlignment() const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 127 unsigned TargetTransformInfo::getJumpBufAlignment() const {
128 return PrevTTI->getJumpBufAlignment();
518 unsigned getJumpBufAlignment() const override {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 89 unsigned getJumpBufAlignment() const override;
179 unsigned BasicTTI::getJumpBufAlignment() const {
180 return getTLI()->getJumpBufAlignment();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 109 milliseconds