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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 131 unsigned TargetTransformInfo::getJumpBufAlignment() const {
132 return PrevTTI->getJumpBufAlignment();
492 unsigned getJumpBufAlignment() const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 83 virtual unsigned getJumpBufAlignment() const;
170 unsigned BasicTTI::getJumpBufAlignment() const {
171 return getTLI()->getJumpBufAlignment();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 1315 milliseconds