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 119 unsigned TargetTransformInfo::getJumpBufAlignment() const {
120 return PrevTTI->getJumpBufAlignment();
466 unsigned getJumpBufAlignment() const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 76 virtual unsigned getJumpBufAlignment() const;
149 unsigned BasicTTI::getJumpBufAlignment() const {
150 return TLI->getJumpBufAlignment();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 270 milliseconds