HomeSort by relevance Sort by last modified time
    Searched full:stacksave (Results 126 - 150 of 195) sorted by null

1 2 3 4 56 7 8

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Intrinsics.td 334 // Note: we treat stacksave/stackrestore as writemem because we don't otherwise
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Intrinsics.td 334 // Note: we treat stacksave/stackrestore as writemem because we don't otherwise
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Intrinsics.td 334 // Note: we treat stacksave/stackrestore as writemem because we don't otherwise
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Intrinsics.td 334 // Note: we treat stacksave/stackrestore as writemem because we don't otherwise
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Intrinsics.td 334 // Note: we treat stacksave/stackrestore as writemem because we don't otherwise
    [all...]
  /external/clang/test/CodeGenObjC/
arc.m 550 // CHECK-NEXT: [[T0:%.*]] = call i8* @llvm.stacksave()
590 // CHECK-NEXT: [[T0:%.*]] = call i8* @llvm.stacksave()
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 315 // Safe to delete llvm.stacksave if dead.
316 if (II->getIntrinsicID() == Intrinsic::stacksave)
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CodeGenFunction.h 930 /// DidCallStackSave - Whether llvm.stacksave has been called. Used to avoid
931 /// calling llvm.stacksave for multiple VLAs in the same scope.
    [all...]
  /external/clang/test/OpenMP/
target_codegen.cpp 450 // CHECK: i8* @llvm.stacksave()
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 84 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 178 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 793 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 700 if (SS->getIntrinsicID() == Intrinsic::stacksave) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 146 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 146 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 263 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]

Completed in 576 milliseconds

1 2 3 4 56 7 8