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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 187 case Intrinsic::returnaddress: case Intrinsic::frameaddress:
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 428 case Intrinsic::frameaddress:
SjLjEHPrepare.cpp 108 FrameAddrFn = Intrinsic::getDeclaration(&M, Intrinsic::frameaddress);
  /art/compiler/llvm/
gbc_expander.cc 666 llvm::Function* frameaddress = local
667 llvm::Intrinsic::getDeclaration(module, llvm::Intrinsic::frameaddress);
669 // The type of llvm::frameaddress is: i8* @llvm.frameaddress(i32)
670 llvm::Value* frame_address = irb_.CreateCall(frameaddress, irb_.getInt32(0));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 159 STATISTIC(NumFastIselFailFrameaddress, "Fast isel fails on Frameaddress");
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 748 Value *F = CGM.getIntrinsic(Intrinsic::frameaddress);
    [all...]

Completed in 592 milliseconds