HomeSort by relevance Sort by last modified time
    Searched refs:IntrinsicInst (Results 201 - 225 of 247) sorted by null

1 2 3 4 5 6 7 8910

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 31 #include "llvm/IR/IntrinsicInst.h"
681 if (auto *II = dyn_cast<IntrinsicInst>(&I))
    [all...]
LoopUnrollAndJam.cpp 31 #include "llvm/IR/IntrinsicInst.h"
375 if (auto *II = dyn_cast<IntrinsicInst>(&I))
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 99 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp 26 #include "llvm/IR/IntrinsicInst.h"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 32 #include "llvm/IR/IntrinsicInst.h"
429 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
    [all...]
JumpThreading.cpp 29 #include "llvm/IR/IntrinsicInst.h"
316 else if (!isa<IntrinsicInst>(CI))
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 27 #include "llvm/IR/IntrinsicInst.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 76 class IntrinsicInst;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFastISel.cpp 54 #include "llvm/IR/IntrinsicInst.h"
146 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 37 #include "llvm/IR/IntrinsicInst.h"
111 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 473 macro(IntrinsicInst) \
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 16 #include "llvm/IntrinsicInst.h"
242 if (!isa<IntrinsicInst>(CI))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FastISel.cpp 38 #include "llvm/IR/IntrinsicInst.h"
80 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
244 if (!isa<IntrinsicInst>(EV->getAggregateOperand()))
247 const auto *II = cast<IntrinsicInst>(EV->getAggregateOperand());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 32 #include "llvm/IR/IntrinsicInst.h"
533 if (auto *II = dyn_cast<IntrinsicInst>(It)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 90 #include "llvm/IR/IntrinsicInst.h"
790 } else if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst)) {
836 } else if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(Inst)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 43 #include "llvm/IR/IntrinsicInst.h"
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 36 #include "llvm/IR/IntrinsicInst.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp 61 #include "llvm/IR/IntrinsicInst.h"
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 26 #include "llvm/IR/IntrinsicInst.h"
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 45 #include "llvm/IntrinsicInst.h"
657 if (!isa<IntrinsicInst>(F))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
Core.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 54 #include "llvm/IR/IntrinsicInst.h"
154 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 15 #include "llvm/IntrinsicInst.h"
    [all...]

Completed in 1301 milliseconds

1 2 3 4 5 6 7 8910