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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 350 unsigned getJumpBufAlignment() const;
583 virtual unsigned getJumpBufAlignment() = 0;
    [all...]
TargetTransformInfoImpl.h 236 unsigned getJumpBufAlignment() { return 0; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 155 unsigned TargetTransformInfo::getJumpBufAlignment() const {
156 return TTIImpl->getJumpBufAlignment();
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 177 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 207 milliseconds