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 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 69 milliseconds